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 4018) - 28 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

Help configuration Gauges page

Discussion of Mark Crossley's HTML5/Javascript gauges

Moderator: mcrossley

Post Reply
mitmania
Posts: 37
Joined: Tue 07 Feb 2012 11:51 am
Weather Station: WS2350 & Davis VP2
Operating System: Win 7
Location: Italy
Contact:

Help configuration Gauges page

Post by mitmania »

Hi, I ask the following info:

1) which file and which line should I modify to remove the pop-ups that appear when you go over the various indicators?

2) what are the files to modify to change the appearance of the various indicators?

Thank you!
User avatar
mcrossley
Posts: 12694
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: Help configuration Gauges page

Post by mcrossley »

1) For the pop-ups there are two settings in gauges.js lines 50 & 51

Code: Select all

            showPopupData      : true,                   // Pop-up data displayed
            showPopupGraphs    : true,                   // If pop-up data is displayed, show the graphs?
2) Again gauges.js starting line 87

Code: Select all

        gaugeGlobals = {
A whole load of settings.
mitmania
Posts: 37
Joined: Tue 07 Feb 2012 11:51 am
Weather Station: WS2350 & Davis VP2
Operating System: Win 7
Location: Italy
Contact:

Re: Help configuration Gauges page

Post by mitmania »

Ok, thanks for the timely reply. I have only a little doubt: where do I find all the codes to change the appearance of the indicators? Is there a reference table?
mitmania
Posts: 37
Joined: Tue 07 Feb 2012 11:51 am
Weather Station: WS2350 & Davis VP2
Operating System: Win 7
Location: Italy
Contact:

Re: Help configuration Gauges page

Post by mitmania »

Ok solved!!
Post Reply