A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MM standard Newsfeed
-
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 } },
-
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… -
@m_m
Look here, and write : https://github.com/MichMich/MagicMirror/issues/2671