statusscreen/status.sample.toml

13 lines
253 B
TOML
Raw Normal View History

2017-11-04 11:28:08 +01:00
[SL]
APIKey = "insert-your-api-key-here"
RefreshDelay = 300
SiteID = 1234
APIURL = "https://api.sl.se/api2/realtimedeparturesV4.json?key=%s&siteid=%d&timewindow=60"
2017-11-04 12:12:06 +01:00
[Clock]
TimeFormat = "15:04:05"
2017-11-04 12:25:16 +01:00
[Weather]
URL = "http://wttr.in/"
RefreshDelay = 1800