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 Module #33

Closed
Robvred opened this issue Jan 16, 2021 · 1 comment
Closed

Weather Module #33

Robvred opened this issue Jan 16, 2021 · 1 comment

Comments

@Robvred
Copy link

Robvred commented Jan 16, 2021

Describe the bug
Default config description for weather module is wrong. DarkSky API not anymore supported.

darkSkyApiKey: "Your openweathermap API key", // REQUIRED

Error Messages
Authorization Error

Solution
Replace darkSkyApiKey: "Your openweathermap API key" by apiKey: "Your openweathermap API key" in the config/config.js file.

@delightedCrow
Copy link
Owner

Ah, I see, the documentation for the config in the main WallberryTheme README.md is outdated (uses the old darkSkyApiKey option) and should be updated to be the same as the WB-weather README.md (which uses the new apiKey option).

DarkSky API is currently supported though, at least until Apple turns it off later this year :)

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

No branches or pull requests

2 participants