33 lines
783 B
TOML
33 lines
783 B
TOML
#save this file as config.toml after configuring
|
|
|
|
[pihole]
|
|
Host = "pi.hole"
|
|
Password = "generate-an-app-password-in-pi-hole"
|
|
|
|
[wifi]
|
|
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"
|
|
|
|
[nina]
|
|
#Code from https://www.xrepository.de/api/xrepository/urn:de:bund:destatis:bevoelkerungsstatistik:schluessel:rs_2021-07-31/download/Regionalschl_ssel_2021-07-31.json
|
|
gebietsCode = "000000000000"
|
|
|
|
[news]
|
|
#apiKey from newsapi.org
|
|
ApiKey = "ApiKey"
|
|
Sources = "comma,sepparated,sources,from,newsapi"
|
|
|
|
[[calendar.ics]]
|
|
Icon = ""
|
|
Url = "https://url.to.ics"
|
|
|
|
[[calendar.ics]]
|
|
Icon = ""
|
|
Url = "https://url.to.second.ics"
|