Adrian replied to the topic 'Weather Radio - info channel' in the forum. 3 years ago

You may not have permission to view the file as your normal user.

Check the file is present with

% sudo ls -l /tmp/weatherradio_output.txt

The -l flag will give you the permissions for the file along with the user and group.

Then if it there you can read it using
% sudo tail /tmp/weatherradio_output.txt


Read More...