This commit is contained in:
tess 2023-02-20 05:12:58 +01:00
parent b0475aa31e
commit dbcb002d27
1 changed files with 3 additions and 3 deletions

View File

@ -61,9 +61,9 @@ buttons = ["prev", "play", "next"]
block = "sound"
[[block]]
block = "weather"
format = "{temp}, {wind} m/s {direction}"
service = { name = "openweathermap", api_key = "9a2e8e4be25276148a80abb49d4b5f25", city_id = "3161733", units = "metric" }
block = "custom"
command = "curl 'https://wttr.in/bergen?format=%c%t+(%f),+%p,+%w'"
interval = 600
[[block]]
block = "time"