Chris: 1. You need to be on the Belchertown 1.3b1 release of the skin in order to get the latest AQI fixes that were applied this year. here is the instructions how to do that:
https://github.com/poblabs/weewx-belchertown#how-to-install-the-development-version 2. You can not chart the AQI data inside of Belchertown skin. the AQI data is pulled when the skin queries AERIS during its forecast cycle. The data is not stored in the weewx database, so the graphs will not work. I checked my setup and I am not recording the AQI data in the archive table. 3. For ease, here is my AQI setup for belchertown. it is currently working: [[[Extras]]] # For help refer to the docs at https://github.com/poblabs/weewx-belchertown #--- General Options --- # belchertown_debug = 0 belchertown_locale = auto theme = light theme_toggle_enabled = 1 logo_image = "https://www.largoweather.com/images/largoweather_logo_light.png" logo_image_dark = "https://www.largoweather.com/images/largoweather_logo_dark.png" site_title = Largo Weather station_observations = barometer, dewpoint, outHumidity, rainWithRainRate, cloudbase, visibility, cloud_cover beaufort_categoty = 1 manifest_name = largoweather.com manifest_short_name = LW aeris_map = 0 # radar_html = '' # (default seems to center on your lat/lon) # radar_html_dark = None radar_zoom = 10 radar_marker = 1 almanac_extras = 1 highcharts_enabled = 1 graph_page_show_all_button = 1 graph_page_default_graphgroup = day highcharts_homepage_graphgroup = day highcharts_decimal = auto highcharts_thousands = auto #googleAnalyticsId = "" # pi_kiosk_bold = "false" # pi_theme = "auto" webpage_autorefresh = 300000 reload_hook_images = 1 reload_images_radar = 300 # reload_images_hook_asi = -1 # reload_images_hook_af = -1 # reload_images_hook_as = -1 # reload_images_hook_ac = -1 # show_last_updated_alert = 1 # last_updated_alert_threshold = 1800 #--- Common Titles under Labels Section to Change --- home_page_header = "Current Station Weather Conditions" graphs_page_header = Weather Observation Graphs reports_page_header = NOAA Climate Reports records_page_header = Station Records about_page_header = About LargoWeather.com powered_by = Observations are powered by a <a href="/about" target="_blank">Acurite 6037 5n1 Weather Station</a> footer_copyright_text = 2021 Largo Weather footer_disclaimer_text = Never make important decisions based on info from this website. #--- MQTT Websockets (for Real Time Streaming) Options --- mqtt_websockets_enabled = 1 mqtt_websockets_host = wxsocket.largoweather.com mqtt_websockets_port = 443 mqtt_websockets_ssl = 1 mqtt_websockets_topic = weather/loop disconnect_live_website_visitor = 1800000 #--- Forecast Options --- forecast_enabled = 1 forecast_provider = aeris forecast_api_id = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx forecast_api_secret = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx forecast_units = us forecast_lang = en forecast_stale = 7200 forecast_aeris_use_metar = 1 forecast_interval_hours = 24 forecast_alert_enabled = 3 forecast_alert_limit = 5 forecast_show_daily_forecast_link = 1 forecast_daily_forecast_link = https://wx.aerisweather.com/local/us/fl/largo/forecast/YYYY/MM/DD aqi_enabled = 1 aqi_location_enabled = 1 On Sunday, October 17, 2021 at 1:02:42 AM UTC-4 [email protected] wrote: > Can someone help me understand why the current AQI won't show up in the > Belchertown skin? Here is what I have in my weewx.conf: > > > forecast_enabled = 1 > forecast_provider="aeris" > forecast_api_id = "2XPqhckudySx8ukdCjsHz" > forecast_api_secret = "zMGHGb4SlobEOm9QmTy73Zmd0g7xnhl2681vTd7x > > And here is what is in the graph.conf: > > [[Chart5]] > title = Air Quality Index > [[[aqiChart]]] > > Can someone enlighten me as to what I'm doing wrong? > > Thanks, > > Chris > -- 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/0649b36f-0388-4fbc-9310-526069b5780cn%40googlegroups.com.
