A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Help to modify existing modules
-
@greda said in Help to modify existing modules:
Now I try to display the color weather of my country.
What weather module are you using?
-
Hi,
I use module currentweather and weatherforecast.
Here’s my configuration :module: "currentweather", position: "top_right", config: { location: "Saint Nicolas d'Aliermont", locationID: "https://openweathermap.org/city/2977892", //ID from http://www.openweathermap.org/help/city_list.txt appid: "MyAPI" } }, { module: "weatherforecast", position: "top_right", header: "Weather Forecast", config: { location: "Saint Nicolas d'Aliermont", locationID: "https://openweathermap.org/city/2977892", //ID from http://www.openweathermap.org/help/city_list.txt appid: "MyAPI"
No information is displayed on screen.
Thank you for you help -
@greda said in Help to modify existing modules:
locationID: “https://openweathermap.org/city/2977892”,
Change your locationID in both modules to this:
locationID: "2977892",
And, of course, enter your apiKey in both
-
Super thank you so much.
I ve got weather on my magic mirror :-) -
Excellent! :^)