Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weather forecast is not displayed #54

Closed
Supergamerx3000 opened this issue Aug 9, 2022 · 2 comments
Closed

Weather forecast is not displayed #54

Supergamerx3000 opened this issue Aug 9, 2022 · 2 comments
Labels
documentation Improvements or additions to documentation support

Comments

@Supergamerx3000
Copy link

Supergamerx3000 commented Aug 9, 2022

I have installed the Weather Forcast Plugin and configured it with Weather Underground. If I call up the forecast website by hand, I can already see the weather forecast, but the skin doesn't show it to me even after reload

skin.conf:

    [[forecast_zambretti]]
        enable = True

    [[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 = 1
        show_moon = 1
        show_pop = 1
        show_precip = 1
        show_obvis = 0


weewx.conf:

[Forecast]
    data_binding = forecast_binding
    [[XTide]]
        location = Reichelsheim Odenwald
    [[Zambretti]]
        hemisphere = NORTH
    [[NWS]]
        lid = "INSERT_LOCATION_ID_HERE (e.g., MAZ014)"
        foid = "INSERT_FORECAST_OFFICE_ID_HERE (e.g., BOX)"
    [[WU]]
        api_key = fsdfij3jfdsfsdfsdfsfdsdffsdfsdfsdfsfs
        geocode = "49.71,8.84"
    [[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

did I forget something?

@Daveiano Daveiano added documentation Improvements or additions to documentation support labels Aug 9, 2022
@Daveiano
Copy link
Owner

Daveiano commented Aug 9, 2022

Did you follow the instructions and also added user.forecast.ForecastVariables, user.weewx_wdc_forecast.WdcForecastUtil to [CheetahGenerator].search_list_extensions in skin.conf?

It sounds like you missed this?

@Supergamerx3000
Copy link
Author

Supergamerx3000 commented Aug 10, 2022

oh sorry i missed that now it works.

Thank You

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation support
Projects
None yet
Development

No branches or pull requests

2 participants