Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4017) - 17 March 2024

Legacy Cumulus 1 release v1.9.4 (build 1099) - 28 November 2014 (a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

New Steelseries Gauges and Cumulus 1

Discussion of Mark Crossley's HTML5/Javascript gauges

Moderator: mcrossley

Mincek
Posts: 14
Joined: Mon 25 Sep 2017 7:51 am
Weather Station: wh1080
Operating System: win10/rapsberry pi 2

Re: New Steelseries Gauges and Cumulus 1

Post by Mincek »

Yes I Know that, but on the page, half of the pressure indicator is red.
look at http://www.wiatrkadyny.pl/new
Mincek
Posts: 14
Joined: Mon 25 Sep 2017 7:51 am
Weather Station: wh1080
Operating System: win10/rapsberry pi 2

Re: New Steelseries Gauges and Cumulus 1

Post by Mincek »

I just deleted sections, and areas in baro indicator, but can You tell me how to set sections in wind indicator ??
User avatar
mcrossley
Posts: 12691
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: New Steelseries Gauges and Cumulus 1

Post by mcrossley »

Mincek wrote:Yes I Know that, but on the page, half of the pressure indicator is red.
look at http://www.wiatrkadyny.pl/new
I'm not sure why your insisting on making the min value 960? Your data doesn't need that range. You have large red sectors because the you don't have much historic data, and you have never seen any really low pressure values yet. Once you have a decent low pass through, the sectors will shrink.

Meantime the fix is to go back to the default min pressure of 990 - that is why it is so high, to make to display look good for stations without much data, or regions that do not get much pressure variation. As you exceed the default min/max the gauge will auto-scale to accommodate the new range.
Mincek wrote:but can You tell me how to set sections in wind indicator ??
The gauge already has areas for average/max gust. Do you want sections on the scale area as well? Many of the other gauges have them...
Dynamic: ssGauge.setSection(<array of sections to display>)
Static: params.section = [<array of sections to display>]
Mincek
Posts: 14
Joined: Mon 25 Sep 2017 7:51 am
Weather Station: wh1080
Operating System: win10/rapsberry pi 2

Re: New Steelseries Gauges and Cumulus 1

Post by Mincek »

"Ok i will manage with pressure indicator. Definitely you helped me with info thet there is still to little data. I do not understand though sections in wind indticator. Could you paste me sample code with exact colour for knots value? When there is no sections for wind indicator I do not know where to look for it and cannot try to change it. I would be very thankful for such sample.
Mincek
Posts: 14
Joined: Mon 25 Sep 2017 7:51 am
Weather Station: wh1080
Operating System: win10/rapsberry pi 2

Re: New Steelseries Gauges and Cumulus 1

Post by Mincek »

OK I have another problem.
Why in the indicator of wind direction sometimes is "area" like this:
Image

and sometimes is "sector", like this ??
Image

In this indicator i wanna only "area"
User avatar
mcrossley
Posts: 12691
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: New Steelseries Gauges and Cumulus 1

Post by mcrossley »

The area shows the wind-rose data, the sector the direction variation over the last 10 minutes.
The settings - documented with comments - are respectively...
showWindVariation
showRoseOnDirGauge
Post Reply