@sdetweil Thanks - I read some threads about the OpenWeather and found a solution which works for me: https://forum.magicmirror.builders/post/121018
Read the statement by Michael Teeuw here.
Posts made by chris1971
-
RE: MMM-OpenmapWeather - Weather still loading
-
RE: MMM-OpenWeatherForecast
I had the same problem with my weather forecast. I made a subscription for an API 3.0 key and modified the config in this way:
{ module: "MMM-OpenWeatherForecast", position: "top_right", header: "Wetter in Mülheim", config: { apiBaseURL: "https://api.openweathermap.org/data/3.0/onecall?", apikey: "xxxxxxxxxxxxxxxxxxxxxxxx", //only string here latitude: 51.xxxxxxxx, //number works here longitude: 6.9xxxxxxxx, //so does a string updateInterval: 45, iconset: "3c", maxDailiesToShow: 4, maxHourliesToShow: 4, label_hourlyTimeFormat: "k[ Uhr]", label_sunriseTimeFormat: "k:mm", // change the format for this one label_days: ["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"]
In addition I added "https://api.openweathermap.org/data/3.0/onecall?" as mentioned by @Ray in the node_helper.js in the weather module. The update intervall is 45 minutes - which means below 1000 calls per month
The module is running again!!!Thx to this community and forum,
Chris -
RE: MagicMirror With Face Recognition
Which weather module do you use? Could it be used for Germany?
-
RE: MMM-OpenmapWeather - Weather still loading
@sdetweil Thanks for the great support!!!
-
RE: MMM-OpenmapWeather - Weather still loading
@sdetweil Do you have a description what to do to run MMM-OpenmapWeather in future? I am not an expert in working with the modules and was happy to have a running system… ;-)
Thanks, Chris -
RE: MMM-OpenmapWeather - Weather still loading
@Doppellhelix : Have you found a solution? I have similar issues…
-
RE: My 1st MM Project as a noob.... 1,2m x 0,6m with 22" display
New installation after DarkSky was not longer supported…
- GoogleMapsTraffic
- TextClock
- Rain
- Openweather
- Calendar
- Clock
- Newsfeed
-
RE: Position and size of module
@BKeyport I had to adjust some numbers in main.css to lower the clock module. Now is fits perfectly.
-
RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast
@sdetweil Thanks for this outstanding support!!!
I learned o lot - I have installed the MM some years ago and was a little bit concerned if I can do this again…Now the best: The MM is running with Openweather and Goggle Maps - I tried several times install/ deinstall and found your modified script for Maps - maybe this was a solution at the end. I still see some errors in the strting script - but MM is running now with the weather module after shutdown the Darksky service - this was the only reason for me to change the system again…
Thanks again!!!
-
RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast
@sdetweil Thanks for your support - a solution for the maps issue would be really nice!!!
The 1st topic with the remote desktop is my minor challenge