[weewx-user] Where do I override / specify %3.2 float format for an added measurement?

2023-07-15 Thread messyp...@gmail.com
I got the added measurement added to the database, and into the skins, however I don't need Lake Elevation to be show in so many digits. I previously (3.9.1) had it showing 2 digits to the right of the decimal. Also, I don't know what happened but now the Barometer has changed its formatting

Re: [weewx-user] Where do I override / specify %3.2 float format for an added measurement?

2023-07-15 Thread Tom Keffer
For altitude, format it like any other tag. See the section *Formatting options * in the Customizing Guide. For example, if you do not want anything beyond the decimal point: *$station.altitude.format("%.0f")* Same with baromete