OpenWeather OneCall
I’m trying to install the OpenWeather OneCall module hangorazvan / onecall
I had my mirror working just fine but when I add just this much of the module on my mirror all I get is a blank screen when I restart MagicMirror.
/*
{
module: “MMM-OneCallWeather”,
position: “top_right”, // This can be any of the region
// Best results in bottom_bar region due to horizontal$
config: {
// See ‘Configuration options’ for more information.
latitude: “37.971”, //Longitude from https://www.latlong.net/
longitude: “122.398”, //Longitude from https://www.latlong.net/ - is $
apikey: “425d9f429396abcdeabcdeabcde5b4443bba3” //Not my real apikey of course.
//openweathermap.org API k$
},
},
*/
Any help