Update README and configuration template to include Weather widget setup details

This commit is contained in:
2025-12-29 07:19:21 +01:00
parent 57f7898d65
commit 52d3b1196b
2 changed files with 8 additions and 1 deletions
+5
View File
@@ -8,3 +8,8 @@ Password = "generate-an-app-password-in-pi-hole"
Auth = "WPA"
SSID = "YourSSID"
Password = "YourPassword"
[openWeatherMap]
#ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
LocationId = "0000000"
ApiKey = "YourApiKey"