MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Issues with Newsfeed module since 3 days

    Scheduled Pinned Locked Moved Utilities
    5 Posts 2 Posters 55 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C Online
      chris1971
      last edited by

      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,		
      		
      		}
      	},
      

      {

      R 1 Reply Last reply Reply Quote 0
      • R Offline
        rkorell @chris1971
        last edited by

        @chris1971 I often get this message when internet connection isn‘t available…

        • are you online in the moment the module will come up?
          Your reload interval is at 60.000 - so you may have to wait these 10 minutes and you will see data if internet connection appears in the meantime.
          Config looks OK to me…

        Good luck!
        Ralf

        1 Reply Last reply Reply Quote 0
        • C Online
          chris1971
          last edited by chris1971

          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.

          R 1 Reply Last reply Reply Quote 0
          • R Offline
            rkorell @chris1971
            last edited by

            @chris1971 This is quite strange!
            Opening of config.js is (AFAIK) non-blocking and doesn’t cause any interaction with the displayed modules.
            If you are using Sam’s installation saving config.js should cause a mirror-restart. This is the only interaction between config.js and “Display” I’m aware of.
            Is the “correct” displayed newsfeed on the remote desktop, too?
            Then this sounds like a browser problem.
            In the past I’ve learned that every browser instantiates it’s own session.
            (I HAD the meaning that this ist kind of “mirrored” but this was wrong).
            I’ve especially seen this on my mirror within the newsfeed module: If you start two browsers the displayed information is NOT synchrone!
            So may only your normal browser got a hickup…
            -> no idea, why, sorry.

            Warmest regards,
            Ralf

            1 Reply Last reply Reply Quote 0
            • C Online
              chris1971
              last edited by

              Thanks for response,

              Do you know where I can check the logfile?

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • First post
                Last post
              Enjoying MagicMirror? Please consider a donation!
              MagicMirror created by Michael Teeuw.
              Forum managed by Sam, technical setup by Karsten.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy