A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-OpenWeatherMapForecast" with a maximum of 3 symbols per row for both daily and hourly forecasts,
-
Can someone tell me how to configure the module options for “MMM-OpenWeatherMapForecast” to display three entries per hour and also three entries for the three-day forecast, but with only three entries per row? Additionally, I’d like to add a custom text for the forecast header (forecastHeaderText). Where exactly do I insert these settings within the module?
{ module: "MMM-OpenWeatherMapForecast", header: "Wetter für xxxx", position: "top_right", classes: "default everyone", forcastHeaderText: "Vorhersage", disabled: false, config: { apikey: "Myseckretxxxxxxxxxx",/*Api 2.*/ latitude: "51.003xx", longitude: "6.889xx", iconset: "4c", concise: true, forecastLayout: "tiled", forcastHeaderText: "Vorhersage" } },
…as it can be seen here, the text for the forecast does not seem to take effect?