Read the statement by Michael Teeuw here.
currentweather isn't working
-
Hi,
I’m new with this whole MagicMirror thing… So please be patient with me.Since I had installed the program, the currentweather module is not working (not displayed when running).
I also edited the code, but I don’t think that’s the issue. If there is a mistake please correct me.What could be the problem?
Best reguards,
Dustin{
module: “currentweather”,
position: “top_right”,config: { // See 'Configuration options' for more information. location: "Braunschweig,Germany", locationID: "2945024", //Braunschweig +++Location ID from http://openweathermap.org/help/city_list.txt appid: "abcde12345abcde12345abcde12345ab", //openweathermap.org API key. degreeLabel: "true", updateInterval: "300000", animationSpeed: "500", showWindDirection: "true", useKMPHWind: "true", lang: "de" } },
-
@dustin said in currentweather isn’t working:
currentweather
Hello, yes me too.
I’m too a new user !! ;) -
Seems this is due to : https://forum.magicmirror.builders/topic/6878/changing-units-from-metric-to-imperial-breaks-currentweather-module
I’m having the same issue.
-
I’m going to assume you have an actual API key and that the one you posted here is just a dummy one… if not… then you need to get an API key from openweathermap.org
-
I’m having a similar problem:
It worked fine on first boot but after I changed “units” in config.js, weatherForecast still works fine but currentWeather doesn’t display.
-
Me too. Current Weather mod just disappeared after updating mm to latest version.
-
It would seem that the CurrentWeather module does not like it when you change to imperial units.