From 1ee987fd18496310d62b1a42c6c262f3c6610765 Mon Sep 17 00:00:00 2001
From: amnweb <16545063+forumwt@users.noreply.github.com>
Date: Thu, 16 Jan 2025 04:10:06 +0100
Subject: [PATCH] fix(widget/weather): update temperature label to use {temp}
instead of {temp_c}
---
docs/widgets/(Widget)-Weather.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/widgets/(Widget)-Weather.md b/docs/widgets/(Widget)-Weather.md
index 9caad6e..b365af8 100644
--- a/docs/widgets/(Widget)-Weather.md
+++ b/docs/widgets/(Widget)-Weather.md
@@ -20,7 +20,7 @@
weather:
type: "yasb.weather.WeatherWidget"
options:
- label: "{icon} {temp_c}"
+ label: "{icon} {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