This widget provide information about weather for a defined location.

Since the command usually needs long time to execute this is not called from skin flatPlus.
You have to call the command from the system via cron or at system start.
For example call the command from cron.daily.

You need jq for this widget. For example in Ubuntu you need the package "jq".

Please move update_weather.conf.dist to update_weather.conf

cp update_weather.conf.dist update_weather.conf

Configure your location and others in update_weather.conf.
Use "https://www.latlong.net" to get latitude & longitude from your location.

INSTALL

To execute the update_weather.sh on system-startup and then every hour do the following steps (yaVDR):

1: ln -s /lib/vdr/plugins/skinflatplus/widgets/weather/update_weather.sh /etc/cron.hourly/update_weather
2: sudo crontab -u vdr -e
3: Insert the following line: 
   @reboot  /etc/cron.hourly/update_weather
