Added OpenWeatherMap widget.

This commit is contained in:
AlexFullmoon 2022-08-27 13:30:17 +03:00
parent f0f470ba8b
commit 6a97d392c9
6 changed files with 482 additions and 0 deletions

View file

@ -5,6 +5,13 @@
apiKey: weather_api_key # get from https://www.weatherapi.com/
cache: 5 # cache time in minutes
- openweathermap:
latitude: 51.5072 # widget configuration
longitude: 0.1275
units: metric
apiKey: openweathermap_api_key # get from https://openweathermap.org/api
cache: 10 # cache time in minutes
- resources:
cpu: true
memory: true