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

Pop up graph on ipad??

Discussion of Mark Crossley's HTML5/Javascript gauges

Moderator: mcrossley

Post Reply
Mustbemad
Posts: 13
Joined: Wed 24 Oct 2012 10:31 pm
Weather Station: Fine offset wh1080
Operating System: Vista
Location: Uk

Pop up graph on ipad??

Post by Mustbemad »

Hi all

Just wondering if there's a problem with what I've done??

When I tap in a gauge on my ipad the graph doesn't show....is this normal on a ipad?

Ed
You do not have the required permissions to view the files attached to this post.
User avatar
mcrossley
Posts: 12778
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: Pop up graph on ipad??

Post by mcrossley »

Nope, it says to me that you do not have the correct path to your graphs configured in gauges.js...

var g_imgPathURL = "../images/"; //*** Change this to the relative path for your 'Trend' graph images
Mustbemad
Posts: 13
Joined: Wed 24 Oct 2012 10:31 pm
Weather Station: Fine offset wh1080
Operating System: Vista
Location: Uk

Re: Pop up graph on ipad??

Post by Mustbemad »

I'm currently using xampp and the trend graph is in the image folder therefore I thought it was correct ie "../image.

../ being the root directory (htdocs/weather) or should it be (../weather/image) ....

Thanks

Ed
Mustbemad
Posts: 13
Joined: Wed 24 Oct 2012 10:31 pm
Weather Station: Fine offset wh1080
Operating System: Vista
Location: Uk

Re: Pop up graph on ipad??

Post by Mustbemad »

Tried ../weather/image nothing changed

Tried ../image the same nothing

:bash:

Ed
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Pop up graph on ipad??

Post by steve »

I don't know how you're getting the images into the web folder, but the folder Cumulus uses when it's uploading by ftp is "images" (note the plural), so the relative path from the web page would be "../images/"
Steve
Mustbemad
Posts: 13
Joined: Wed 24 Oct 2012 10:31 pm
Weather Station: Fine offset wh1080
Operating System: Vista
Location: Uk

Re: Pop up graph on ipad??

Post by Mustbemad »

I am FTP 'ing it ......and I did have it as ../images ....

Guess ill just have to tinker with it to find out what exactly I'm doing wrong.

Question ....does the gauges-js needs to be FTP separately as it in the scrips folder in culumus ??

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

Re: Pop up graph on ipad??

Post by mcrossley »

I think you need to re-read the installation instructions. The only file that needs to be FTP'd is the realtimegauges.txt. The HTML page either needs to be processed once by Cumulus and FTP'd once, or manually edited to replace the web tags.
Post Reply