Read the statement by Michael Teeuw here.
Default weather module refactoring
-
Dear MagicMirror² users,
the refactoring of the default weather module is coming closer to it’s final implementation.
There is a pull request https://github.com/MichMich/MagicMirror/pull/1488 for it.
Which can be tested by everyone who is interested.
What is new?
- one module for current and forecast weather
- multiple providers (currently openweathermap and darksky)
-
@strawberry-3-141 Amazing! I couldn’t find my home town with openweather, so I had to switch even though I liked the GUI better in the original one! Will check it out tomorrow for sure!
-
I’d try to help, but I don’t know how to make use of the referenced pull request. (aka I’m a git newb …) Do I pull a new copy of the entire MM project into a different directory and then do a ‘pull/merge’ of the pull request? I could you a little assistance on the nuances of using git to support this with some testing.
-
@sojourner go to your modules/weather directory
type git pull to update your module
-
Check module directory.