Good morning,
Here are the results from the above commands:
/home/pi/bin/conky/grid
Traceback (most recent call last):
2: from /home/pi/bin/conky/get-grid:3:in? '<main>'
1: from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in? 'require'
/usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in? 'require' : cannot load such file -- gpsd_client? (LoadError)
Next Command (I could not tell if there was supposed to be a space after cat so I tried running it both ways):
cat/run/user/$UID/gridinfo.txt/
bash: cat/run/user/1000/gridinfo.txt: No such file or directory
And then with the space:
cat /run/user/$UID/gridinfo.txt
With the space after cat it returned a blank line and nothing else.
I hope this information is helpful!!
Have a great day!
John