Thank you! Is there a way to show forecasted wind gusts? I am using the OWM forecast.
On Tuesday, October 4, 2022 at 6:06:04 PM UTC-7 David Bätge wrote: > There is also a dedicated page for enabling forecast in the wiki of the > skin: > https://github.com/Daveiano/weewx-wdc/wiki/Support-for-weewx-forecast > > Let me know if there are still questions! > > gary....@gmail.com schrieb am Sonntag, 2. Oktober 2022 um 17:02:39 UTC+1: > >> Don't forget that you will need to add the following to the skin. conf >> [CheetahGenerator] >> search_list_extensions >> >> user.forecast.ForecastVariables, user.weewx_wdc_forecast.WdcForecastUtil >> >> On Sunday, October 2, 2022 at 11:57:44 AM UTC-4 gary....@gmail.com wrote: >> >>> weewx.conf >>> Adjust HTML_ROOT to your paths >>> Use your WU API key >>> Get your NWS values and use those. >>> >>> [[WdcReport]] >>> skin = weewx-wdc >>> enable = true >>> HTML_ROOT = /home/web/wdc >>> lang = en >>> >>> [[forecast]] >>> skin = forecast >>> HTML_ROOT = /home/web/forecast >>> >>> [Forecast] >>> data_binding = forecast_binding >>> #[[XTide]] >>> # location = "INSERT_LOCATION_HERE (e.g., Boston)" >>> [[Zambretti]] >>> hemisphere = NORTH >>> [[NWS]] >>> lid = MAZ011 >>> foid = BOX >>> [[WU]] >>> api_key = xxxx >>> #[[OWM]] >>> # api_key = INSERT_OWM_API_KEY_HERE >>> #[[UKMO]] >>> # api_key = INSERT_UKMO_API_KEY_HERE >>> # location = INSERT_UK_LOCATION_HERE >>> #[[Aeris]] >>> # client_id = INSERT_AERIS_CLIENT_ID_HERE >>> # client_secret = INSERT_AERIS_CLIENT_SECRET_HERE >>> #[[WWO]] >>> # api_key = INSERT_WWO_API_KEY_HERE >>> #[[DS]] >>> # api_key = INSERT_DS_API_KEY_HERE >>> >>> >>> skin.conf >>> Make adjustments for your location. >>> >>> # configuration file for the weewx-wdc skin >>> SKIN_NAME = Weather Data Center >>> SKIN_VERSION = 2.1.0 >>> >>> [Extras] >>> # Show a link to the GitHub respository of this skin. Set to False >>> to hide. >>> github_link = True >>> >>> # This radar image would be available as $Extras.radar_img >>> #radar_img = https://www.dwd.de/DWD/wetter/radar/radfilm_sac_akt.gif >>> # This URL will be used as the image hyperlink: >>> #radar_url = >>> https://www.dwd.de/DE/leistungen/radarbild_film/radarbild_film.html >>> >>> [[forecast_zambretti]] >>> enable = True >>> hemisphere = NORTH >>> >>> [[forecast_table_settings]] >>> source = WU >>> num_periods = 72 >>> num_days = 5 >>> show_legend = 1 >>> show_hourly = 0 >>> show_day = 1 >>> show_date = 1 >>> show_outlook = 1 >>> show_temp = 1 >>> show_dewpoint = 0 >>> show_humidity = 0 >>> show_wind = 1 >>> show_tides = 0 >>> show_sun = 0 >>> show_moon = 0 >>> show_pop = 1 >>> show_precip = 1 >>> show_obvis = 0 >>> >>> On Thursday, September 29, 2022 at 2:42:44 PM UTC-4 scott.d...@gmail.com >>> wrote: >>> >>>> I am having difficulty enabling the forecast feature in weewx-wdc >>>> What needs to be included in weewx.conf to have a forecast from WU, >>>> AERIS, or NWS? >>>> >>>> -- 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/1c544346-86c8-47fa-bb65-ce28ebfa0d64n%40googlegroups.com.