Steelseries Gauges for WD

I’m reading the directions on installing the gauges, but am I supposed to use the Cumulus directions to get started, cause when you scroll to the WD directions, all that is listed is this:

These files will work with WD if you switch the following value in gauges.js:

weatherProgram : 0,
To…
weatherProgram : 1,

This will make the script use the WD customclientraw.txt file rather than the Cumulus realtimegauges.txt file. A template for this file suitable for processing by WD is provided in the zip file - customclientrawlocal.txt

To process the customclientrawlocal.txt, in WD you need to:

in control panel, webfiles/web page setup, real time ftp setup
see the custom client raw file setup...and tick to create that
make sure the needed customclientrawlocal.txt is in the clientraw folder location

The provided HTML files gauges-ssT.htm etc, are designed to be ‘processed’ by Cumulus before uploading to the web site and renaming as gauges-ss.htm This processing replaces all the tags like <#location> with general information about your station (the station name) in this case.

To use the templates with WD you will have to manually edit the HTML file, and replace each of these tags with information appropriate to you. I suggest you then save the file as gauges-ss.htm

You will also want to replace the Menu bar at the bottom of the HTML page which is specific to the Cumulus sample web pages.
customclientrawlocal.txt

The value for Humidex is set to Celsius by default. You may want to change this tag from %humidexcelsius% to %humidexfaren% if you use Fahrenheit as your temperature scale. (there is no WD tag to report the value in your default scale). This and the forecast tag (see above) are the only things you should have to edit in the ccr file.

I’m confused as where to start and which files from the zip folder I’m supposed to upload to my server. thanks.

unzip the customclientrawlocal.txt to the WD web files folder
then in the real time ftp setup in WD set to upload the customclientraw

once you have that uploading, then follow the instructions provided

I see the txt file, but there’s nothing to really unzip, right? Should I just cuut/paste the file into the WD web files folder?

there is also a customclientrawlocal.txt included with the WD install files anyway

I am thinking I might do a youtube help video for the steel gauges setup…

Hello guys , sorry to bother you, I have some problems in configuring this plug SteelSeries can you help?

Uploads are not the data , I have extracted the archive steelserie directly inside my site , here is the ’ Address where there ’ graph .

http://ombarcellonapg.com/wdisplay/SteelSeries/web_server/gauges-ss.htm

I also renamed the file gauges-ss-basic.htm in gauges-ss.htm before exporting it on the site .

did you configure the /scripts/gauges.js?

yes, my customclientraw.txt : http://ombarcellonapg.com/wdisplay/customclientraw.txt

in the file gauges.js configured :

weatherProgram : 1,

realTimeURL_WD : ‘…/wdisplay/customclientraw.txt’,

ok…

first,be careful with the www. of your website must always be there to avoid problems #-o

take care of that problem first…cuz for me,it looks ok on the gauges.js

You think that the problem is that my site there is the www ?

http://www.ombarcellonapg.com/wdisplay/customclientraw.txt

What I need to fix ?

that is enaugh for a website to malfunction…had problems with mine cuz of that last week so…

check all of your links in the template pointing to pages of your site

What can ’ be creating problems with the gauges ?

the file path and customclienraw ’ correct ?

do you have the customclientraw.txt file uploading
and is the path to that file correct in the html code?
(how have you set that)

As in Annex I activated the weather display to generate the file customclientraw .

The address where you will find the following files and ’ : http://ombarcellonapg.com/wdisplay/customclientraw.txt

gauges.js path to the file that I put to catch the file ?

for now I put this :

realTimeURL_WD : ’ …/wdisplay/customclientraw.txt ’

it’s correct?

thanks in advance


Cattura.PNG

I tried to put the path to catch the file in both of the recommended ways but not the same .

Why?

have you tried
…/customclientraw.txt
?

virusdunil hit the problem…

The problem is you are loading your web site as “http://ombarcellonapg.com/” and the script is trying to load from “http://www.ombarcellonapg.com/”, which must be your default server name.

These are seen by your browser as two different sites, and scripts are not allowed (without some workarounds) to load data from a different site than they originate from. It is called XSS (Cross Site Scripting) and is blocked by default for security reasons.

If you specify the full path it will load the file correctly…
realTimeURL_WD : ‘http://ombarcellonapg.com/wdisplay/customclientraw.txt’,

But then you will hit your next problem, you seem to be using an old version of the customclientraw template file.

YES I tested with the path indicated by you , and I have also solved the problem of www.ombarcellonapg.com .

But the gauges are still not working

Location file customclientraw it’s now:
http://www.ombarcellonapg.com/wdisplay/customclientraw.txt

So the problem and ’ the file customclientraw that and ’ an old version how do I fix ?

Use the template file from the same zip that you got the rest of the scripts from. The template file needs installing on your WD computer. People tend to forget to update that file when updating the web site.

As per your advice I took the file customclientrawlocal present in the template of the gauges and I replaced it in the folder of the Weather displays .

Now let’s see if it works .

http://www.ombarcellonapg.com/wdisplay/SteelSeries/web_server/gauges-ss-basic.htm

Still does not work why ?

Here is the address of the file http://ombarcellonapg.com/wdisplay/customclientraw.txt

Can 'be a problem you have loaded all of the gauges folder with subfolders inside of ?