WeatherCat Version 4.0.0 early dev release #3 is now available for testing. See https://athena.trixology.com/index.php?topic=3677.0 for more details and download.
Please Mark, can you turn on some light in my brain? Where can i find the full fat library - your first link (SteelSeries library) link takes me to your scripts. And if I can finally find the library, just replace it or add it to the webserver stuff?
Is it possible to add a third (or more) parameter(s) to the temperature gauge: Outdoor, Indoor, T1 (T2, T3, ...)? For the txt file it should be no problem to feed the script with additional parameters.
if (cache.selected === 'out') { cache.areas = [steelseries.Section(+cache.low, +cache.high, gaugeGlobals.minMaxArea)]; } else { cache.areas = []; }
Actually, just take a look at the code in "singleDew", that has the framework you need in place already!