Re: [weewx-user] Re: How do you enable forecast in Weewx-wdc

2024-01-10 Thread Nicholas Waton
Very nice! Thanks for testing this with the other forecasts. I just switched to Aeris and can see the forecasted gusts. I added a color coding depending on the wind speed to highlight very windy days or forecasted gusts. You can see it running here: https://status.cal-sailing.org/index.html On

Re: [weewx-user] Re: How do you enable forecast in Weewx-wdc

2024-01-10 Thread David Bätge
I just did a quick test run with WeatherUnderground, Aeris and OWM. windGust is only saved for the Aeris forecast entries, for OWM and WU it's always empty. Since it is provided via the OWM API, that's a problem of weewx-forecast not saving the data, I guess. FYI: The skin already shows windG

Re: [weewx-user] Re: How do you enable forecast in Weewx-wdc

2024-01-07 Thread Dominic Reich
I think it is possible but not worth the hassle (for non-developers like me). The api reports wind gust, so there should be a way to create an extra row in the forecast_table.inc (and maybe more) files from the weewx-forecast extension. #v+ { "dt": 1705082400, "main": { "temp

[weewx-user] Re: How do you enable forecast in Weewx-wdc

2024-01-05 Thread Nicholas Waton
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-w

[weewx-user] Re: How do you enable forecast in Weewx-wdc

2022-10-04 Thread David Bätge
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 ne

[weewx-user] Re: How do you enable forecast in Weewx-wdc

2022-10-02 Thread gary....@gmail.com
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_

[weewx-user] Re: How do you enable forecast in Weewx-wdc

2022-10-02 Thread gary....@gmail.com
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 [F