Hi Again, i got to this point:

First, read the current weather data and create the JSON files:
cd /usr/share/weatherradio
./bin/wr_rrd_update.py
./bin/wr_rrd_
./bin/wr_rrd_fetch.py -s 6h
./bin/wr_rrd_fetch.py -s 1d
./bin/wr_rrd_fetch.py -s 7d
./bin/wr_rrd_fetch.py -s 30d

But whet i run this:
javier@javier-miniPC:/usr/share/weatherradio$ ./bin/wr_rrd_update.py
Traceback (most recent call last):
File "/usr/share/weatherradio/./bin/wr_rrd_update.py", line 21, in <module>
from pid.decorator import pidfile
ModuleNotFoundError: No module named 'pid'
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 153, in apport_excepthook
with os.fdopen(os.open(pr_filename,
FileNotFoundError: [Errno 2] No such file or directory: '/var/crash/_usr_share_weatherradio_bin_wr_rrd_update.py.1000.crash'

Original exception was:
Traceback (most recent call last):
File "/usr/share/weatherradio/./bin/wr_rrd_update.py", line 21, in <module>
from pid.decorator import pidfile
ModuleNotFoundError: No module named 'pid'

Some help please??

Read More...