Steelseries Gauges for WD

OK so after all of that, I again ask how to increase the amount of time (and what file needs updated) so the Forecast scrolls longer before it resets and restarts.

It gets as long as the time you specify for the data refresh. So if you set the refresh time to 20 seconds, it gets 20 seconds to scroll before fresh data is down loaded.

Wow, that web server is a bit on the slow side!?

But the problem is teh script cannot find your customclientraw.txt file
You have configured the script to look for…
http://www.n7xrd.tzo.com/wdisplay/web/gauges/customclientraw.txt

but your file seems to be here…
http://www.n7xrd.tzo.com/wdisplay/web/customclientraw.txt

thanks I did finally figure that out and have it working!! the server runs here at home and at the moment I have 2 running so it is slowing things a bit…that will change Friday when I move one out to a remote location!

I did notice the ticker tape forecast is not moving on this site??? #-o
http://beachhouseweather.com/wxssgauges.php

It only scrolls if the text is wider than the display area (by default :wink:)

Hi,

Excellent component for a weather page and do the installation without any problems and is operating. I have only one question:

In the scroll bar where information should appear forecast, more text appears not downloading … when does the cooling.

This is fine? or should appear more detail?

Thanks

If I understand your question correctly, and you are not seeing the full forecast, see Reply #501 above.

Thank’s,

Today’s Gauges stopped working, when entering the page the scroll shows Downloading … and the timer is at 60 without advancing without charge the information.

Link : http://clima.hamradioyv.com/gauges/

File is create and uoload from my WD Station fine…

But not working.

I am seeing a 404 not found error on your weatherstyle.css file which according to the URL used should be in the gauges directory. Make sure this is there in the correct place and see what happens.

Stuart

Severino, your customclientraw.txt file is not being processed by WD, it still contains all the tags rather than the data.

Thank’s Stuart,

Thank’s Mark : I will copy back the file in the WD, yesterday I was doing some changes to the website with Saratoga Template, and may have some local change in WD

OK update and fix custom customclientrawlocal in WD (PC), and change error : HTTP Request Failed 404 in the scroll Bar. File customclientraw.txt is update good, and script included on config directory path for file.

http://clima.hamradioyv.com/gauges/

Your customclientraw.txt file exists in your root directory and not your gauges directory, you either need to correct where it is uploaded to or change the settings so the Gauges can find it.

Stuart

Thanks, it was my mistake to delete some files that I thought were redundant. I made a new installation and adjustment cartepa all parameters again. Now is working again.

The forecast for the WD scroll works with some special file?

Thanks again to all …

I updated to the latest version today and now nothing seems to work. What have i done wrong. Please assist.

Thanks.

Bob

http://lebanontnwx.org/gauges-ss.php

what and in what file do I need to change to get the countdown to change from 10secs to 60secs, have reverted from Meteobridge to WD and the guage refresh appears tobe 60secs

You don’t seem to have uploaded: /scripts/RGraph.radar.min.js

gauges.js…

config = {
     counter: 10,

Maybe I am wrong but I seem to remember from all those lost posts, that you were using the Leuven-Template.

As the small globe on your avatar results in a 404 error, I can not check your site if you are indeed using that.

If so, in wsSettings.php there can be a setting
$SITE[‘steelTime’] = 30;
You can then reset that to any values between 10 and 61 seconds.
If there is no such setting => add one.

===

As there are multiple scripts to display the steelseries, you can also reset the default value to a different value for that script.
1 script for header3 => gaugeframe.php => lines 117-119
1 full page script => gauge.php
2 dashboard scripts => gaugeSmall.php and gaugeXsmall.php

Just scan for the lines with $SITE[‘steelTime’] in it.

If WD uploads the file every 60 seconds you should set the time not higher then 30 seconds. With 60 seconds it could be in rare occasions 1 second old data when the upload just arrived.
But with the same chance it would be 59 seconds.

Wim