Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4017) - 17 March 2024

Legacy Cumulus 1 release v1.9.4 (build 1099) - 28 November 2014 (a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

Steel Gauges wind speed without decimal place

Discussion specific to Davis weather stations
Post Reply
colinpb
Posts: 86
Joined: Thu 10 Nov 2011 8:14 pm
Weather Station: VP2+SHT31+DFars+Solar+AeroCone
Operating System: Windows 10
Location: Hemel Hempstead, Hertfordshire, UK

Steel Gauges wind speed without decimal place

Post by colinpb »

I’m running Steel Gauges version 2.5.18 and wondered if it’s possible to change the wind speed to whole numbers without a decimal place.

Colin
User avatar
mcrossley
Posts: 12685
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: Steel Gauges wind speed without decimal place

Post by mcrossley »

Hi Colin, on the gauge itself, or in the pop-up text?
colinpb
Posts: 86
Joined: Thu 10 Nov 2011 8:14 pm
Weather Station: VP2+SHT31+DFars+Solar+AeroCone
Operating System: Windows 10
Location: Hemel Hempstead, Hertfordshire, UK

Re: Steel Gauges wind speed without decimal place

Post by colinpb »

Hi Mark

On the gauge itself

Colin
User avatar
mcrossley
Posts: 12685
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: Steel Gauges wind speed without decimal place

Post by mcrossley »

I'm out this weekend at the Tattoo Classic & Sports Car show so I'll pick this up on Sunday evening.
wi3x
Posts: 16
Joined: Sun 09 Jul 2017 12:32 pm
Weather Station: Vantage Pro2
Operating System: Windows 10
Contact:

Re: Steel Gauges wind speed without decimal place

Post by wi3x »

In the gauges.js file I just changed....
lcdDecimals : 1, to
lcdDecimals : 0,

http://weather.wi3x.com/gauges-ss.htm

=======================================================================================
commonParams = {
// Common parameters for all the SteelSeries gauges
fullScaleDeflectionTime : 5, //Bigger numbers (seconds) slow the gauge pointer movements more
gaugeType : gauge.gaugeType,
minValue : 0,
niceScale : true,
ledVisible : false,
frameDesign : gauge.frameDesign,
backgroundColor : gauge.background,
foregroundType : gauge.foreground,
pointerType : gauge.pointer,
pointerColor : gauge.pointerColour,
knobType : gauge.knob,
knobStyle : gauge.knobStyle,
lcdColor : gauge.lcdColour,
lcdDecimals : 0,
digitalFont : config.digitalFont,
tickLabelOrientation : gauge.tickLabelOrientation,
labelNumberFormat : gauge.labelFormat
Post Reply