Steelseries Gauges for WD

We have followed the readme and ‘weather display so I set as shown in the attached image, and’ correct?!?

I do not understand why 'does not convert the file … customclientrawlocal.txt

here is the test page with the gauges still … http://www.ombarcellonapg.tk/wdisplay/Tachimetri/gauges-ssT.htm

It seems to have started to work as time to update and upload I put:

Update: 5sec Uploads: 10 sec and 'right?!?

As regards the rest of the graphics, can be able to put the pressure gauges such as those of weatherc?? Could someone kindly help me do that?

http://www.nordicweather.net/index.php?en

Thanks in advance.

ah,so having 60 seconds did not work…

how many seconds I have to put in your brian?

To customize the inside of the speedometer as to Henkka as I do!?

Hi,

I have some troubles to run those scripts.
My customclientraw.txt file is uploaded into /html/wdlive so I put on line 21

    g_realTimeURL           = "../../html/wdlive/customclientraw.txt"; 

indeed, the gauges scripts are in /test/v3.

When I go on http://www.meteomelin.be/test/v3/gauges-ssT-fr.html everything is working but the autoupdate failed everytime. After that, it is impossible for me to go on www.meteomelin.be I have to reboot my server.

Any idea of what there is?

Sorry for my English :slight_smile:

Sorry, I get a ‘page not found - 404’ error on your link.

This is the correct link.It’s .htm instead of .html

http://www.meteomelin.be/test/v3/gauges-ssT-fr.htm

I really do not know, the script makes the Ajax call to GET the customclientraw.txt file - with a cache buster string appended, such as…

http://www.meteomelin.be/html/wdlive/customclientraw.txt?1350426409990

And does not receive any response from your server.

Once you get the server back up :oops:, try putting the following url into your browser and see if it works

http://www.meteomelin.be/html/wdlive/customclientraw.txt

if that works, then try the full url in your browser and see what happens:

http://www.meteomelin.be/html/wdlive/customclientraw.txt?1350426409990

This may show if the problem is just fetching the txt file (is your Apache configured to serve the .txt MIME type?), or if the cache buster is causing the problem.

The url works for me with or without buster.

Hello !

Here is what I get by going on http://www.meteomelin.be/html/wdlive/customclientraw.txt?1350426409990

{"date":"16:38","dateFormat":"d/m/y","temp":"14.9

works OK for me:
http://www.meteomelin.be/test/v3/gauges-ssT-fr.htm

Is there a variable to set the scroll speed for the ticker display? Would like to speed it up a bit so the full forecast text gets displayed before the page refreshes.

George

No variable, you will have to edit the steelseries.js file to alter this, I don’t have the details with me, but the easiest way would be to increase the number of pixels per update, I think the current value is set to 2.

Hi Mark,

Would this be the section in question?


        var animate = function () {
            if (scrolling) {
                if (scrollX > imageWidth) {
                    scrollX = -textWidth;
                }
                scrollX += 2;
                scrollTimer = setTimeout(animate, 60);
            } else {
                scrollX = 0;
            }
            self.repaint();
        };

Then I guess it’s the " scrollX += 2;" that needs modifying?

George

That’s the jigger :smiley:

I have started looking at the Steelseries Gauges for WD. I really like them and want to implement them. But most of my gauges show “NAN”. I guess that’s because my customclientraw.txt includes units? I also know that I can tell WD to NOT include the units, but then that will be for all my cusom files? And I have some files where I need the units.

Is there a solution for this problem so I can get the gauges working?

Is that with version 2.0?

Yes, I’m trying V2.0. I know it’s a beta, but I wanted to try it out and hoping it was out of beta when I’m finished with my gauges page.

there are alot of equivalent custom tags with no units though you could try and use

but also though if you set to have not units, then what is the problem?
(i.e you just add in the units where needed elsewhere you have custom tags)

No beta anymore, V2.0 has just been released.
http://www.weather-watch.com/smf/index.php?topic=54945.new;topicseen#new