giving them a go..but need some guidence

Hi
I have the page here:
http://www.weather-display.com/windy/gb/gauges-ss.html
for testing
and I have uploaded the scripts and css folders as well
and I have altered the gauges.js to use WD
the customclientraw.txt is one folder back, so I have the relative path as …/customclientraw.txt
http://www.weather-display.com/windy/gb/scripts/gauges.js

anyway, it does not seem to be working…something I have done wrong no doubt
I have the src files in the src folder in the scripts folder for debugging

thanks!

Brian,
I am having the exact same issue also using WD. I loaded V2 today and no matter what I try, including putting the customclientraw.txt in the same directory as gauges.js, i never get any gauges… I am anxiously waiting to see if anyone can shed some light on this.

Mike

I had the beta one working but with the new version 2 I get the same as Brian has.

I have the same problem, Brian. The beta was working. With the latest version I don’t get any gauges.

When I run Brian’s with Firebug active I get the attached error. Maybe there’s a clue there?

  • Jim

Ah, gauges.js, line 220, there is a missing comma…

                    (config.showSolarGauge ? 'solar_24hr.php' : null)   // Solar rad graph if Solar sensor is present | Solar rad=null if no Solar sensor

should be…

                    (config.showSolarGauge ? 'solar_24hr.php' : null),   // Solar rad graph if Solar sensor is present | Solar rad=null if no Solar sensor

It only affects WD, so the Cumulus users haven’t caught it.

I’ll get a 2.0.1 release out if that fixes for everyone.

Working now :slight_smile:

Thanks for letting me know.

that has fixed it!
good stuff :slight_smile: