Is this section a service or in one of the hooks? This is what I am trying to get, but tied to my sensor.
I was able to get the chart up and running, but I wanted to have something like this where yours is, but tied to my sensor. [image: Screenshot 2021-07-08 054603.png] Here is my site: https://lovingtonweather.com On Monday, July 5, 2021 at 12:40:06 AM UTC-6 [email protected] wrote: > Hi Mitchell, > > I've done what you want on mine, see bottom left of the page at -> > http://metoffice.skybase.net/ > > In weewx.conf I have... > > # Options for extension 'aqi' > [AqiService] > [[standard]] > data_binding = aqi_binding > standard = user.aqi.us.NowCast > [[air_sensor]] > data_binding = wx_binding > usUnits = usUnits > dateTime = dateTime > pm2_5 = pm2_5 > > In /etc/weewx/skins/Belchertown/graphs.conf > > I have this... > > [[chart7]] > title = PM 2.5 > [[[pm2_5]]] > type = area > aggregate_interval = 300 > aggregate_type = avg > name = PM 2.5 > color = "#ffc83f" > y_label = "ug/m3" > yAxis_min = 0 > yAxis_softMax = 300 > > Have a good read of the AQI plugin instructions and hopefully these > stanza's from my config will help. > > Hope this helps. > > regards > > Tim > > > > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/27ca832d-0e31-4785-9997-66ddf76da948n%40googlegroups.com.
