This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Description
If you're running the "bleeding edge" version (i.e. from master branch ) it seems the weather widget is not working, due to needing an API key, which doesn't have a UI element to fill it's value yet, there is a workaround to get this functional ...
Here's how you can fix it:
- create an account (free, no payment needed) at https://home.openweathermap.org/
- create an API key: https://home.openweathermap.org/api_keys
- open the
weather.ini file in an editor, and look for: #WeatherAppID#
- replace
#WeatherAppID# with the key you got in step 3
- enjoy.
keep in mind, this is workaround, and by using the master branch you're running potentially unstable code :)