Merge pull request #25 from AlexFullmoon/main

Added OpenWeatherMap widget.
This commit is contained in:
Ben Phelps
2022-08-27 15:13:27 +03:00
committed by GitHub
6 changed files with 479 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