From b7c6631a9c054e2b49d6787bc5574c93a0c4fada Mon Sep 17 00:00:00 2001 From: Avnit bambah Date: Wed, 14 Feb 2024 11:48:36 -0800 Subject: [PATCH] Adding weather details --- src/skeleton/services.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/skeleton/services.yaml b/src/skeleton/services.yaml index 0085e5ef5..7d1395c22 100644 --- a/src/skeleton/services.yaml +++ b/src/skeleton/services.yaml @@ -115,4 +115,12 @@ view: monthly # optional - possible values monthly, agenda maxEvents: 10 # optional - defaults to 10 showTime: true # optional - show time for event happening today - defaults to false - timezone: America/Los_Angeles # optional and only when timezone is not detected properly (slightly slower performance) - force timezone for ical events (if it's the same - no change \ No newline at end of file + timezone: America/Los_Angeles # optional and only when timezone is not detected + - weatherapi: + widget: + label: Kyiv # optional + latitude: 37.29402454636174, + longitude: -121.87890364473624 + units: metric # or imperial + apiKey: 37a1a38835174500ae5200432241202 + cache: 5 \ No newline at end of file