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.

    MM standard Newsfeed

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    3 Posts 2 Posters 409 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.
    • AssassinsA Offline
      Assassins
      last edited by

      I get this error today, but i dont now why i get it, someone there can help. ???
      the url work fine.

      [01.10.2021 13:33.29.814] [ERROR] Newsfeed Error. Could not fetch newsfeed:  https://www.bt.dk/bt/seneste/rss FetchError: request to https://www.bt.dk/bt/seneste/rss failed, reason: certificate has expired
          at ClientRequest.<anonymous> (/home/pi/MagicMirror/node_modules/node-fetch/lib/index.js:1461:11)
          at ClientRequest.emit (events.js:315:20)
          at TLSSocket.socketErrorListener (_http_client.js:426:9)
          at TLSSocket.emit (events.js:315:20)
          at emitErrorNT (internal/streams/destroy.js:92:8)
          at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)
          at processTicksAndRejections (internal/process/task_queues.js:84:21) {
        type: 'system',
        errno: 'CERT_HAS_EXPIRED',
        code: 'CERT_HAS_EXPIRED'
      }
      

      The config.js code

          {
            module: 'newsfeed',
            position: 'bottom_bar',
            config: {
              feeds: [
                {
                  title: 'BT',
                  url: 'https://www.bt.dk/bt/seneste/rss'
                }
              ],
              showSourceTitle: true,
              showPublishDate: true,
              broadcastNewsFeeds: true,
              broadcastNewsUpdates: true
            }
          },
      
      1 Reply Last reply Reply Quote 0
      • M Offline
        M_M
        last edited by

        Welcome to the club!
        I have the same error.
        First I thought this is about the Lets Encrypt Certificate, but all of the newsfeeds I use doesn’t use Lets Encrypt.
        The certificate is ok when you use curl…

        Marcus

        AssassinsA 1 Reply Last reply Reply Quote 0
        • AssassinsA Offline
          Assassins @M_M
          last edited by

          @m_m
          Look here, and write : https://github.com/MichMich/MagicMirror/issues/2671

          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