MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. chris1971
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    C
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 13
    • Posts 97
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Issues with Newsfeed module since 3 days

      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!

      posted in Utilities
      C
      chris1971
    • RE: Issues with Newsfeed module since 3 days

      Thanks for response,

      Do you know where I can check the logfile?

      posted in Utilities
      C
      chris1971
    • 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.

      posted in Utilities
      C
      chris1971
    • 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,		
      		
      		}
      	},
      

      {

      posted in Utilities
      C
      chris1971
    • 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

      posted in Troubleshooting
      C
      chris1971
    • 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

      posted in Troubleshooting
      C
      chris1971
    • RE: MagicMirror With Face Recognition

      Which weather module do you use? Could it be used for Germany?

      posted in Show your Mirror
      C
      chris1971
    • RE: MMM-OpenmapWeather - Weather still loading

      @sdetweil Thanks for the great support!!!

      posted in Troubleshooting
      C
      chris1971
    • 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

      posted in Troubleshooting
      C
      chris1971
    • RE: MMM-OpenmapWeather - Weather still loading

      @Doppellhelix : Have you found a solution? I have similar issues…

      posted in Troubleshooting
      C
      chris1971
    • 1
    • 2
    • 3
    • 4
    • 5
    • 9
    • 10
    • 1 / 10