-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix both broken weather modules (#789)
* Fix both broken weather modules The Weather.com changed its API again, this fixes that as well as fixing a bug that caused the weather conditions to always show as "None". For Weather Underground, the module had been broken for some time due to the discontinuation of their API. The module has been rewritten to use the same API calls that the website itself uses. * Fix double-click browser launch in wunderground module * Add example of longer location_code for weather.com
- Loading branch information
1 parent
a7c24e4
commit d5082fa
Showing
3 changed files
with
174 additions
and
245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.