Steelseries Gauges for WD

Henkka,

I don’t want an discussion because thats not worth for me.

At first i am not the creator of the script. I just found a way to make it work in WD, thats all.
And for me it is no issue because i just redirect the ie8 users to my old page.
With “old-fashioned” i mean that you dont allow the users of modern browsers to take full advantage of their browsers.

And at last, in your first post you said: There are no way around that (tryed to found while i did my own ones without luck).
And in your second one: At the end, those gauges are fully possible to get working also with IE8 and lower if wanted.

So help us make those gauges work in every browser! ahhh you meant your own gauges, sorry english is not my native language,
thanks Jim for letting me realize that. :smiley:

Jacco

I made the gauge Tony, pfff but how to explain it to you… hmm you have to edit gauges.js on several places.
What i did, took the temp gauge as an example… see where that code appears in the script.

Then copied the code and replace by solar, in customclientraw there are already the solartags :smiley:

Jacco

Henkka explained what he did and he has them available on his site at http://www.nordicweather.net/phpscripts.php?en if you’d like to look them over.

  • Jim

Some of my gauges are not working and the digital displays are ready “MAM”. What does this mean?

http://calgary.westerncawx.net/gauges-ssT.htm

You have the units checked for your customclientraw.txt.
If you have a problem with units in your customclientraw.txt, in WD in the webfiles/web page setup, custom web page setup, untick the include units.

Jacco

Thanks, that worked.

I gave this a try without luck. Is there a place I can see exactly what you did. I feel I am missing something important

Just an FYI it is very easy to change the colors and styles of the gauge. Go to this site and you can try various combinations!
http://weather.wilmslowastro.com/gaugesB/gauges.htm

Then just change the settings you wish to in gauges.js

Jack

Here is the color combo’s that I think are cool.
http://calgary.westerncawx.net/gauges-ssT.htm

Now to figure out how to get them into my ajax page

I notice that the wind speed, rain rate, wind chill & heat index gauges have max or min markers. I’m surprised that the temperature gauge doesn’t also have this - is there any way to implement it?

Simon

Simon,

Check for minMeasuredValueVisible, and the max of course :smiley:

Jacco

Thanks for the color changing info Jack.
Here is the direction I am heading (top portion) using iframes. Is there a better way?
http://www.cavecountryweather.com/test.php

Jack,

Check the options in steelseries.js from line 6190, there are even more to choose from.

Jacco

Gaaf. Bedankt. Koud Heh in NL. :smiley:

Thanks.
I have been looking for these for some time now.

Wow, thanks Jacco. Mark also fixed my issue with the updates randomly stopping. He will incorporate it into a future update but if anybody has the issue I do have the fix.

Jack

Like your front page with the gauges Jack!

I haven’t been able to figure out the scaling of the barometer for inches. The scale goes from 0 to 30. I have played around with the gauges.js with now luck. Any help would be appreciated.

http://www.harpersferry-weather.com/Steelseries/gauges-altT.htm

Thanks,

John

Not looking forward to having to start over with the .js files after an update!

John,

Try these settings;

    // define pressure/barometer gauge start values
    g_baro.sections = [];
    g_baro.areas = [];
    g_baro.minValue = 29.2;
    g_baro.maxValue = 30.4;
    g_baro.value = 29.2;
    g_baro.title = LANG.baro_title;
    g_baro.lcdDecimals = 2;
    g_baro.scaleDecimals = 1;
    g_baro.labelNumberFormat = g_labelFormat;
Not looking forward to having to start over with the .js files after an update!

It’s only a couple of lines at this point! :smiley:

Jack

I made the edits and there was no change to the scale.

John