From df3b51399cbe82b083ef04230f3b340e12621afb Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 27 Jan 2025 21:55:02 +1100 Subject: sideright: make popdown window Weather requires a weather api key from https://weatherapi.com --- config.ts | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config.ts') diff --git a/config.ts b/config.ts index fb85d7e..f74c024 100644 --- a/config.ts +++ b/config.ts @@ -77,3 +77,10 @@ export const math = { export const updates = { interval: 900000, }; + +export const weather = { + interval: 600000, + key: "assets/weather-api-key.txt", // Path to file containing api key relative to the base directory. To get a key, visit https://weatherapi.com/ + location: "", // Location as a string or empty to autodetect + // TODO: imperial +}; -- cgit v1.2.3-freya