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

    QArea51

    @QArea51

    0
    Reputation
    249
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    QArea51 Unfollow Follow

    Latest posts made by QArea51

    • News Feed doesn't update anymore after a while

      Hi,

      I have a problem with the news feed module. It doesn’t update anymore after approximately 24h.
      It’ll work again if I reload MagicMirror. (24h - then I need to reload mm again)

      Bad internet connection is normally not the problem because the wheater and calendar module working correctly.

      (Same problem: https://forum.magicmirror.builders/topic/944/newsfeed-only-loads-once-then-stops-udating)

      Configuration:

      {
      module: 'newsfeed',
      position: 'bottom_bar',
      config: {
        feeds: 
        [
             {
                 title: "Het Laatste Nieuws",
                 url: "http://www.hln.be/nieuws/rss.xml"
             }
        ],
      showSourceTitle: true,
      showPublishDate: true
      }
      },
      

      Error log:

      0|mm       | Use existing news fetcher for url: http://www.hln.be/nieuws/rss.xml
      0|mm       | Use existing news fetcher for url: http://www.hln.be/nieuws/rss.xml
      0|mm       | Whoops! There was an uncaught exception...
      0|mm       | MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      0|mm       | If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      
      
      posted in Troubleshooting
      Q
      QArea51