modifying steelseries gauges, in particular changing or adding gauges. there are three main areas to change: (1) html/css files. easy - weewx templates. (2) gauges data exchange file content. easy - weewx template. (3) javascript driving the gauges. not so easy - custom js coding.
i have been through deploying steelgauges twice, once for wview then for weewx. i have added multiple extra gauges, including a river temperature (which was just copying and changing outside temperature gauge) and river level (which was entirely new gauge, closer to rainfall, with different data interface). even just adapting the outside temp gauge is not trivial (or perhaps my javascript skills are weak..) but it does work fine in the long run i decided they were too resouce-hungry for the glam so went with my own light-weight version, which i have recently hooked up to mqtt for live feed (see weather.geddy.com.au <http://weather.geddy.com.au/>). cheers g-eddy > On 29 May 2020, at 3:06 pm, Jeff A. D. <[email protected]> wrote: > > Hi Remy, > > I'm happy the plots worked out! > > Sorry, but I've never worked with the SteelSeries Gauges. I was hoping > someone else might answer, but maybe you'd have better luck asking in a new > topic. Good luck! > > On Thursday, May 28, 2020 at 2:58:06 AM UTC-6, Remy LAVABRE wrote: > Another thing, if you had a solution, I'm looking to modify the "Steel > Series" gauges for Weewx > (https://github.com/mcrossley/SteelSeries-Weather-Gauges > <https://github.com/mcrossley/SteelSeries-Weather-Gauges>). > I would "simply" add 3 temperatures on the temperature gauge and 3 hygrometry > on the hygrometry gauge. > Another solution, would be to a temperature gauge (in addition to that which > exists) with these 3 temperatures and another of hygrometry jauge (in > addition to that which already exists) with the 3 hygrometries ... > I managed to modify the Seasons skin well, but I can't find how to make this > modification on the gauge skin ("ss" skin for steel series). > > If you had an idea ... ;-) > > Thank you very much ! > Remy LAVABRE > > > > Le mar. 26 mai 2020 à 20:27, Jeff A. D. <[email protected] <>> a écrit : > I just realized I didn't answer about the average value in the first plot. > That's just the [[[[outTemp]]]] under [[[yeartempdew]]] that was included in > the original skin.conf that I commented out the dewpoint on for the yearly > plot. > > So normally it would have just looked like this: > [[[yeartempdew]]] > [[[[outTemp]]]] > [[[[dewpoint]]]] > > > > > On Tuesday, May 26, 2020 at 3:35:01 AM UTC-6, Remy Lavabre wrote: > Hi Jeff, > > Hello, > Your curves are superb! > Could you tell me the parameters to retrieve the maximum, minimum and average > values and be able to plot them in curve tables? > Thank you very much ! ;-) > > > > -- > You received this message because you are subscribed to the Google Groups > "weewx-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/c76820f0-580c-4d2c-b284-3f9de7432e9b%40googlegroups.com > > <https://groups.google.com/d/msgid/weewx-user/c76820f0-580c-4d2c-b284-3f9de7432e9b%40googlegroups.com?utm_medium=email&utm_source=footer>. > > -- > You received this message because you are subscribed to the Google Groups > "weewx-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/9ef17682-7a21-422d-9ed8-06e4e322586a%40googlegroups.com > > <https://groups.google.com/d/msgid/weewx-user/9ef17682-7a21-422d-9ed8-06e4e322586a%40googlegroups.com?utm_medium=email&utm_source=footer>. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/C2A1BB5C-A0E6-4630-9E52-92754E425359%40gmail.com.
