Read the statement by Michael Teeuw here.
Currentweather,doesn't appear.
-
Hi there.
i have a problem with the currenweather module.
no matter what I try, it just doesn’t appear.
everyone else, do what they should.
hope that one of you can help me.{ module: "currentweather", position: "center_right", classes: "default everyone", config: { location: "Alzey,Germany", locationID: "2956710", appid: "XXXXXXXXXXXXXXXXXXXXXXX", apiVersion: "2.5", apiBase: "http://api.openweathermap.org/data/", WeatherEndpoint: "weather" } },
-
The only thing that I see wrong is that the position doesn’t exist.
These are the positions that you can choose from :
top_bar, top_left, top_center, top_right, upper_third, middle_center, lower_third, bottom_left, bottom_center, bottom_right, bottom_bar, fullscreen_above, and fullscreen_below
A reference for the positions (regions) can be found here :
https://forum.magicmirror.builders/topic/286/regions/2 -
There is no center_right position.
Read about regions here: https://forum.magicmirror.builders/topic/286/regions
-
Changed it to bottom_right.
doesn’t appear.there is no error message or anything else
-
I tested this with my mirror (2.9.0)
{ module: "currentweather", position: "bottom_right", config: { location: "Alzey,Germany", locationID: "2956710", appid: "my api code", } },
And had no issues, Double check your API code and the Mirrors internet connection.
-
The raspberry is connected to the internet by cable
I have replaced the ID with XXXX.
In the config I have it.Everything works, only the module does not want to
-
so. I was able to fix the problem.
an error must have crept in during installation.
once ran over the upgrade bash.bash -c “$ (curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)” force
After a new installation of the basic modules, the weather module now works correctly.