Read the statement by Michael Teeuw here.
My SmartDisplay
-
@Chazzer said in My SmartDisplay:
MMM-OpenWeatherMapForecast
Kannst du mal dein Modul aus der Config für openweathermap posten.
mein Modul lädt nicht -
Where are u hiding your RPI?
-
Can you tell me how you get 4 modules on the right side without overlap?
-
@Chazzer Did you ever find out why OpenWeather wasnt working? I have a very similar issue.
-
@bebetter14 usually it’s the wrong key for the configuration
-
@bebetter14 me too having problem
-
@bebetter14 open the developers window, ctrl-shift-i on the browser keyboard, select the console tab and put weath in the filter field to see messages from the weather module.
pretty sure the error is 401, unauthorized
-
@sdetweil Thank you Sam for the assitance once again! You are correct there was an error. I tried to copy the sample config and replaced my API Key from Openweather and entered in my lat and long.
{ module: "MMM-OpenWeatherMapForecast", header: "Weather", position: "top_right", classes: "default everyone", disabled: false, config: { apikey: "SUPER SECRET!!!", latitude: "51.506130", longitude: "-0.090270", iconset: "4c", concise: false, forecastLayout: "table" } },
The error Im getting is saying Verify styleshhet URLs, Affected Resource Localhost/:0
The weird thing I can use the API key for the default weather map no problem. Maybe I’m entering it in in the wrong format. Your help is much appreciated!