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
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
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
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
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
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.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