Read the statement by Michael Teeuw here.
Version 2.30.0 weather module, stuck loading, worked fine before upgrade
-
-
@Rberry91 now you have to follow the module instructions to get authorization again
-
@sdetweil
I reverted to the older version and I have tried updating using your command and other ones and still doesn’t update tell me that “pulling without specifying how to reconcile divergent branches is etc”The other problem I am having is the weather, the forecast works but the current Weather doesn’t and they are the same code.
-
@Rberry91 divergent branches sounds like you have both modules trying to merge to the same folder
delete then git clone again
the nan says the apikey is wrongand you have a typo, MagicMirror is case sensitive
-
The configuration parameters I use are:
module "MMM-OpenWeatherForecase" latitude and NOT lat longitude and NOT lon apikey and NOT apiKey <---- Notice the "K"
Some MM configuration keywords have abbreviations but not all. The module README file gives the values for the keywords.
Also, since your apikey has been revealed to the world, you should cancel the posted key and generate a new key. Always keep the apikey secret.
Butch
-
@sdetweil I noticed this discretion between the Weather module documentation:
- The “Weather” documentation has “apiKey” - large case “K”,
- The “MMM-OpenWeatherForecast” documentation has “apikey” - small case “k”.
Butch