Thanks for the hint - I got an error based on unavailibility of RSS newsfeed service. An update to another newsfeed helped to fix the problem!
Read the statement by Michael Teeuw here.
Posts
-
RE: Issues with Newsfeed module since 3 days
-
RE: Issues with Newsfeed module since 3 days
Thanks for response,
Do you know where I can check the logfile?
-
RE: Issues with Newsfeed module since 3 days
Yes - the mirror is online. Seems that the news are displayed if I open der config.js via remotedesktop… After disconnecting the error occurs again.
All other modules are running fine. -
Issues with Newsfeed module since 3 days
Hi, I have some issues with the Newsfeed module. I always get the messsage “error in module newsfeed - please check logfile”
Where can I check the logfile?
My config: ```
{module: "newsfeed", position: "bottom_bar", config: { feeds: [ { title: "Radio Mülheim", url: "http://www.radiomuelheim.de/lokalnachrichten.xml", }, { title: "Tagesschau", url: "http://www.tagesschau.de/xml/rss2" }, ], showSourceTitle: true, showPublishDate: true, reloadInterval: 600000, updateInterval: 15000, } },{
-
RE: MMM-OpenmapWeather - Weather still loading
@sdetweil Thanks - I read some threads about the OpenWeather and found a solution which works for me: https://forum.magicmirror.builders/post/121018
-
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…