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"
}
},