Connect your Personal Weather Station (PWS). Display your PWS data (or another PWS frow wunderground) and many other weather / pollution data on your desktop with a nice widget.
Gateway in ./pws_gateway/
sends :
Indoor data get from PWS or some other sensors must be saved to an influxdb.
display your pws data ./pws_client
fill all personal info in ./pws_params.sh
Here are your pws page on wunderground :
Set needed parameters in :
your_folder/pws/pws_params.sh
Enable pws_service :
sudo ln -s your_folder/pws/pws_client/pws.service /etc/systemd/system
sudo systemctl enable pws
sudo systemctl start pws
To get pws logs :
journalctl -u pws -f
Start user pws widget (either using systemd user units, or using automatic application startup):
bash -c "sleep 3 && your_folder/pws/pws_client/start_conky.sh > /tmp/pws_widget.log"
Here is result in xfce :