This module allows Pext to retrieve weather information from OpenWeatherMap.
As OpenWeatherMap requires an API key, one has been included with the module for evaluation and testing purposes. The included API key may stop working at any time. Please request and use your own API key whenever possible.
Data from OpenWeatherMap is licensed under the Creative Commons Attribution Share-Alike 4.0 license.
The included city.list.json file is taken from http://bulk.openweathermap.org/sample/.
- key: Use a custom API key (recommended!)
sudo apt-get install python3
sudo dnf install python3
GPLv3+.