From 1929733c03dbff92f830cb81b57cf4ccf859d364 Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 9 Jan 2023 00:34:09 +0100 Subject: ma ham: enable more weather services --- makefu/2configs/home/ham/sensor/outside.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'makefu/2configs/home/ham') diff --git a/makefu/2configs/home/ham/sensor/outside.nix b/makefu/2configs/home/ham/sensor/outside.nix index d05e8a1f6..e7467617b 100644 --- a/makefu/2configs/home/ham/sensor/outside.nix +++ b/makefu/2configs/home/ham/sensor/outside.nix @@ -26,5 +26,19 @@ { platform = "met"; } + { + platform = "openweathermap"; + api_key = "!secret openweathermap"; + language = "de"; + mode = "hourly"; + } + { + platform = "tomorrowio"; + api_key = "!secret tomorrowio"; + } + { platform = "octoprint"; } + { platform = "accuweather"; + api_key = "!secret accuweather"; + } ]; } -- cgit v1.2.3