Changing Canvas

Hi…i know theres a way to change the canvas for the gauges ive done it before,some years ago hehehe…ive search the github a bit but didnt find it…i remember its pretty simple to do but again,i just dont remember where to go and in wich file

thanks :slight_smile:

Look in your 'gauges-ss-vx-x-x/scripts/gauges.js. At about line 71 in my version 2-4-2 I see this:

            frameDesign            : steelseries.FrameDesign.BLACK_METAL,
            background             : steelseries.BackgroundColor.TURNED,
            foreground             : steelseries.ForegroundType.TYPE1,
            pointer                : steelseries.PointerType.TYPE8,
            pointerColour          : steelseries.ColorDef.RED,
            gaugeType              : steelseries.GaugeType.TYPE4,
            lcdColour              : steelseries.LcdColor.STANDARD,
            knob                   : steelseries.KnobType.STANDARD_KNOB,
            knobStyle              : steelseries.KnobStyle.SILVER,
            labelFormat            : steelseries.LabelNumberFormat.STANDARD,
            tickLabelOrientation   : steelseries.TickLabelOrientation.HORIZONTAL, // was .NORMAL up to v1.6.4

The options can be found here.

And you can play around with the options here: Canvas Steel

Hi and thanks…ive played with the options on the gauge.js…but only TYPE1 through TYPE4 will show up in the html page.

ive also tried the option add a custom gauge but no success.

ive compared the settings for the rain led display and tried to fit them in the temp gauge but its not working…

i remember some years back,my gauge page was with linear,bargraphs…totally different but…i just dont remember :roll:

My actual settings… http://www.meteolacstjean.com/hebertville/pages/station/live.php

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.