Page 1 of 1

Help with gauges 2.5.8 and Wview 5.20.2

Posted: Sun 05 Apr 2015 7:28 pm
by fildevil
Hi Mark, first, a very big thanks for your scripts, incredible work!

So, I have a problem with Wview. I followed steps in wiki page for installing, but gauges pages don't upgrades my values.

Please can you help me?
Thanks in advance.

This is path of weather wview data:
http://www.meteoisernia.net/collevecchio/stazione

This is my gauges.js file
http://www.meteoisernia.net/collevecchi ... /gauges.js

This is my realtime raw file
http://www.meteoisernia.net/collevecchi ... gauges.txt

This is my htm pages:
http://www.meteoisernia.net/collevecchi ... es-ssT.htm
http://www.meteoisernia.net/collevecchi ... -basic.htm

Thanks again, Philip.

Re: Help with gauges 2.5.8 and Wview 5.20.2

Posted: Sun 05 Apr 2015 7:41 pm
by fildevil
I'm sorry,

this is correct realtime path, thanks !

http://www.meteoisernia.net/collevecchi ... entraw.txt

Re: Help with gauges 2.5.8 and Wview 5.20.2

Posted: Sun 05 Apr 2015 8:01 pm
by mcrossley
I'm on my phone at the moment, so I can't look at it properly, but is this line normal for wview?

Code: Select all

"WindRoseData":"<!--dayWindRoseList-->"

Re: Help with gauges 2.5.8 and Wview 5.20.2

Posted: Mon 06 Apr 2015 5:11 am
by fildevil
Mmmmm, I think you are right...
this tag found in customclientraw.txtx and it run in end of tag list, I don't know why it is here :shock:
But, maybe it corrupts all gauges?

Re: Help with gauges 2.5.8 and Wview 5.20.2

Posted: Mon 06 Apr 2015 7:36 am
by mcrossley
Try replacing it with...
"WindRoseData":[0],

Re: Help with gauges 2.5.8 and Wview 5.20.2

Posted: Mon 06 Apr 2015 8:19 am
by fildevil
Thanks Mark, but no change :(
The strange is that in my page http://www.meteoisernia.net/collevecchi ... es-ssT.htm
gauges will start only after change of unit in footer of page. And countdown not upgrade entire page.
Green led say "remote sensor OK" ...

Re: Help with gauges 2.5.8 and Wview 5.20.2

Posted: Mon 06 Apr 2015 8:43 am
by mcrossley
Change line 2794 of gauges.js to...

Code: Select all

                    data.cloudbaseunit = '';
An error in the code, I'll get it fixed if that works for you.

Re: Help with gauges 2.5.8 and Wview 5.20.2

Posted: Mon 06 Apr 2015 3:05 pm
by fildevil
Amazing Mark, thanks, gauges works fine now ! :mrgreen: :mrgreen:
you can check it http://www.meteoisernia.net/collevecchi ... es-ssT.htm

Well, last question, can I show graphics after mouse over ?

Thanks in advance. :D

Re: Help with gauges 2.5.8 and Wview 5.20.2

Posted: Mon 06 Apr 2015 6:01 pm
by mcrossley
Sorry I have no idea how the graphics work in WView.

Re: Help with gauges 2.5.8 and Wview 5.20.2

Posted: Mon 06 Apr 2015 8:26 pm
by fildevil
Ok, thanks for all !