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 4019) - 03 April 2024

Legacy Cumulus 1 release 1.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

Graphs

Discussion of Mark Crossley's HTML5/Javascript gauges

Moderator: mcrossley

Post Reply
grottem
Posts: 44
Joined: Sat 07 Nov 2009 3:43 pm
Weather Station: WP1400
Operating System: XP SP3
Location: Tønsberg, Norway
Contact:

Graphs

Post by grottem »

Have upgraded to version 2.1.0, but the boxes with graphs are empty when I hover the mouse pointer over the different gauges.
Any suggestions for a solution?

grottem.com/ver
User avatar
PaulMy
Posts: 3849
Joined: Sun 28 Sep 2008 11:54 pm
Weather Station: Davis VP2 Plus 24-Hour FARS
Operating System: Windows8 and Windows10
Location: Komoka, ON Canada
Contact:

Re: Graphs

Post by PaulMy »

Hi,
Possibly Mark or another knowledgeable person will come in but I had the same problem because I did not have the path to the "images" set correctly for my website. The example below from my "gauges.js" shows the correct path where I login to my webserver at www.komokaweather.com and all my Cumulus files are uploaded to www.komokaweather.com/weather

imgPathURL : 'images/', //*** Change this to the relative path for your 'Trend' graph images

Paul
VP2+
C1 www.komokaweather.com/komokaweather-ca
MX https://komokaweather.com/cumulusmx/index.htm /index.html /index.php
MX https://komokaweather.com/cumulusmxwll/index.htm /index.html /index.php
MX https:// komokaweather.com/cumulusmx4/index.htm
Image
gemini06720
Posts: 1700
Joined: Mon 10 Aug 2009 10:16 pm
Weather Station: No weather station
Operating System: No operating system
Location: World...

Re: Graphs

Post by gemini06720 »

Try replacing this:

Code: Select all

imgPathURL : '/images/', 
with:

Code: Select all

imgPathURL : './images/',
Notice the period ('.') in front of the path.

The same should be done with:

Code: Select all

oldGauges : '/gauges.htm', 
to:

Code: Select all

oldGauges : './gauges.htm',
grottem
Posts: 44
Joined: Sat 07 Nov 2009 3:43 pm
Weather Station: WP1400
Operating System: XP SP3
Location: Tønsberg, Norway
Contact:

Re: Graphs

Post by grottem »

Thanks for your help/guidance!
With the use of your suggestions the graphs were visible :clap:
Thanks again!!
User avatar
PaulMy
Posts: 3849
Joined: Sun 28 Sep 2008 11:54 pm
Weather Station: Davis VP2 Plus 24-Hour FARS
Operating System: Windows8 and Windows10
Location: Komoka, ON Canada
Contact:

Re: Graphs

Post by PaulMy »

Congratulations, and it looks good.
Looking at your site, seems that you get some pretty low temperatures your way as well...

Paul
VP2+
C1 www.komokaweather.com/komokaweather-ca
MX https://komokaweather.com/cumulusmx/index.htm /index.html /index.php
MX https://komokaweather.com/cumulusmxwll/index.htm /index.html /index.php
MX https:// komokaweather.com/cumulusmx4/index.htm
Image
Post Reply