Read the statement by Michael Teeuw here.
NEWSFEED - Impossible to display full article
-
Hello everyone,
I want to see details of current news displayed with notification ARTICLE_MORE_DETAIL or ARTICLE_TOGGLE_FULL notification, but this is not functionnal (just display black screen)
Logs
0 | mm (node:26811) electron: Failed to load URL: https://XXX with error:ERR_BLOCKED_BY_RESPONSE
I think this is because the website block iframe to avoid click-jacking (https://stackoverflow.com/questions/48668767/error-when-loading-an-external-url-in-an-iframe-with-electron), so there is no possibilities in this case ?
Thank you for your help !
-
@selyjohns try changing the
address:“localhost”,
to
address::“your local machinbe ip address”,my pi is 192.168.2.44
so
address:“192.168.,2.44”, -
@sdetweil
Thank you for your reply.
I don’t undersrand where you want I’ll do this change ?Thank you
-
@selyjohns in the MagicMirror config.js
-
@sdetweil I think you speak about the address parameter in the let config
let config = { address: "0.0.0.0", // Address to listen on, can be: // - "localhost", "127.0.0.1", "::1" to listen on loopback interface // - another specific IPv4/6 to listen on a specific interface // - "0.0.0.0", "::" to listen on any interface // Default, when address config is left out or empty, is "localhost" port: 8080,
Was 0.0.0.0, replace with local IP of the Pi, but not better…
-
Try it with this RSS feed : https://actu.fr/toulouse/rss.xml
Did you successful display article in an iframe ?