Had trouble getting ppm to display in the uRADMon extension.

In weewx/defaults.py I added it to the [[Groups]] but the real issue
was the missing entry under [[Labels]].

After the following changes it worked as expected.


--- defaults.py 2022-01-05 07:45:54.536777300 +1100
+++ defaults.py.460     2022-02-07 21:15:20.650396954 +1100
@@ -46,6 +46,7 @@
         group_distance     = mile                 # Options are 'mile' or 'km'
         group_energy       = watt_hour
         group_energy2      = watt_second
+        group_fraction     = ppm
         group_length       = inch
         group_moisture     = centibar
         group_percent      = percent
@@ -190,6 +191,7 @@
         mmHg              = " mmHg"
         mmHg_per_hour     = " mmHg/h"
         percent           =   %
+        ppm               = " ppm"
         second            = " second", " seconds"
         volt              = " V"
         watt_per_meter_squared = " W/m²"

-- 


Cheers
 Glenn

rorpi - read only raspberry pi & various weewx addons
https://github.com/glennmckechnie

-- 
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/CAAraAzj42639DX1cGzskz%3DxbyD2taNNhmkgs74Do8iEqV8TaLA%40mail.gmail.com.

Reply via email to