MMM-OpenWeatherMapForecast icon indicating copy to clipboard operation
MMM-OpenWeatherMapForecast copied to clipboard

I have a problem with starting the module.

Open Tuga0muc opened this issue 10 months ago • 0 comments

I followed all the instructions, but unfortunately, I only see "Loading...(in german Laden)". What did I do wrong?

Attached is what I have in my setup, and the module is installed correctly.

{
      		module: "MMM-OpenWeatherMapForecast",
      		header: "Wetter",
      		position: "top_right",
      		classes: "default everyone",
      		config: {
        		apikey: "MY-API-CHECK",
        		latitude: 48.135124,
        		longitude: 11.581981,      
        		iconset: "6fa",
        		concise: false,
        		forecastLayout: "table"
      		}
    },

Tuga0muc avatar Feb 02 '25 21:02 Tuga0muc