From e278338bb25f996cc5241ad95f0f6708386988f5 Mon Sep 17 00:00:00 2001 From: bdizen Date: Tue, 26 Nov 2024 14:52:30 +0200 Subject: [PATCH] Add weather widget + Remove resource widget + Change search widget to kagi --- config/widgets.yaml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/config/widgets.yaml b/config/widgets.yaml index 23c8d61..8f83ce4 100644 --- a/config/widgets.yaml +++ b/config/widgets.yaml @@ -2,11 +2,16 @@ # For configuration options and examples, please see: # https://gethomepage.dev/configs/service-widgets -- resources: - cpu: true - memory: true - disk: / +- openweathermap: + label: Haifa #optional + 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 - search: - provider: duckduckgo + provider: custom + url: https://kagi.com/search?q= target: _blank