Also should I have mentioned my newly added LakeElev column in the
database is not a member of any "group"? i.e. not group_altitude. Not
sure where I would group it; I do remember that in my 3.9.1 I edited
"units.py" and added group Lake and added new things like "foot2" and
"inch2" and someone politely admonished me as that was not the optimum
practice, but I didn't understand the preferred method of making Lake
Elevation %3.2f and wave height (inches) %2.0f.  Sorry.
Thanks for your help.

On Sun, Jul 16, 2023 at 9:32 AM Messy Potamia <messypota...@gmail.com> wrote:
>
> Where do those 2 formatting statements go?
> Also, why, in current.inc, is the line
> #set $observations =
> $to_list($DisplayOptions.get('observations_current', ['outTemp',
> 'barometer']))
> containing only outTemp and barometer? Where are the rest of the items
> displayed in Current Conditions? Sorry I'm just not getting the
> formatting layout big picture. Yes I'm reading the customization guide
> but I'm having questions as I read it.
> Thanks!
>
> On Sun, Jul 16, 2023 at 12:22 AM Tom Keffer <tkef...@gmail.com> wrote:
> >
> > 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 barometer. To show 2 digits:
> >
> > $current.barometer.format("%.2f")
> >
> > Whether it is in bold is a function of whatever CSS styling you are using.
> >
> > -tk
> >
> >
> > On Sat, Jul 15, 2023 at 2:55 PM messyp...@gmail.com 
> > <messypota...@gmail.com> wrote:
> >>
> >> 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 to bold and more decimal places.
> >> Where do I fix this?
> >> Thanks - - -
> >> Current Conditions
> >>
> >> Outside Temperature
> >> 86.1°F
> >> Dew Point
> >> 73.8°F
> >> Outside Humidity
> >> 67%
> >> Barometer
> >> 29.799 inHg (-0.033)
> >> Wind
> >> 0 mph N/A ( N/A)
> >> Rain Today
> >> 0.02 in
> >> Rain Rate
> >> 0.00 in/h
> >> Inside Temperature
> >> 92.6°F
> >> LakeElev
> >> 594.770000
> >> Inside Humidity
> >> 64%
> >>
> >> --
> >> You received this message because you are subscribed to the Google Groups 
> >> "weewx-user" group.
> >> To unsubscribe from this group and stop receiving emails from it, send an 
> >> email to weewx-user+unsubscr...@googlegroups.com.
> >> To view this discussion on the web visit 
> >> https://groups.google.com/d/msgid/weewx-user/c2c9ce27-f091-4ddb-afad-616d6c287bfdn%40googlegroups.com.
> >
> > --
> > You received this message because you are subscribed to a topic in the 
> > Google Groups "weewx-user" group.
> > To unsubscribe from this topic, visit 
> > https://groups.google.com/d/topic/weewx-user/9hY3_PBqY5E/unsubscribe.
> > To unsubscribe from this group and all its topics, send an email to 
> > weewx-user+unsubscr...@googlegroups.com.
> > To view this discussion on the web visit 
> > https://groups.google.com/d/msgid/weewx-user/CAPq0zEAaMotCOwYy6y0sqiPK-n8Jzz1F2ZzRB0t5ofQtfJefBQ%40mail.gmail.com.

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAB7-S76ZZzzmNj%3DMcGp6VK%3DKiQzMe6imu63PMXwJuMEJRAioog%40mail.gmail.com.

Reply via email to