From 9ff3270e64bc850784914f587daa8065b020e783 Mon Sep 17 00:00:00 2001 From: bdizen Date: Tue, 26 Nov 2024 16:39:26 +0200 Subject: [PATCH] Move weather widget --- config/widgets.yaml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/config/widgets.yaml b/config/widgets.yaml index 441c6ad..7a47f93 100644 --- a/config/widgets.yaml +++ b/config/widgets.yaml @@ -2,19 +2,9 @@ # For configuration options and examples, please see: # https://gethomepage.dev/configs/service-widgets -- openweathermap: - label: Haifa #optional - latitude: 32.819495364508214 - longitude: 35.074106620942686 - units: metric # or imperial - provider: openweathermap - apiKey: 129d19f277a1734e703cad207e7e3870 # required only if not using provider, this reveals api key in requests - cache: 5 # Time in minutes to cache API responses, to stay within limits - format: # optional, Intl.NumberFormat options - maximumFractionDigits: 1 - datetime: - text_size: 2xl + text_size: 4xl format: dateStyle: short timeStyle: short @@ -25,3 +15,14 @@ provider: custom url: https://kagi.com/search?q= target: _blank + +- openweathermap: + label: Haifa #optional + latitude: 32.819495364508214 + longitude: 35.074106620942686 + units: metric # or imperial + provider: openweathermap + apiKey: 129d19f277a1734e703cad207e7e3870 # required only if not using provider, this reveals api key in requests + cache: 5 # Time in minutes to cache API responses, to stay within limits + format: # optional, Intl.NumberFormat options + maximumFractionDigits: 1 \ No newline at end of file