Skip to content

Commit

Permalink
fix(widget/weather): update temperature label to use {temp} instead o…
Browse files Browse the repository at this point in the history
…f {temp_c}
  • Loading branch information
amnweb committed Jan 16, 2025
1 parent 3e3e691 commit 1ee987f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/widgets/(Widget)-Weather.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
weather:
type: "yasb.weather.WeatherWidget"
options:
label: "<span>{icon}</span> {temp_c}"
label: "<span>{icon}</span> {temp}"
label_alt: "{location}: Min {min_temp}, Max {max_temp}, Humidity {humidity}"
api_key: "209841561465465461" # Get your free API key from https://www.weatherapi.com/
update_interval: 600 # Update interval in seconds, Min 600 seconds
Expand Down

0 comments on commit 1ee987f

Please sign in to comment.