A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-News-QR: it works but....
-
this module works fine but the server address is also included in the QR. Is it possible to remove the server address from the QR so that when it is read by the phone it goes directly to the news page?
-
@md said in MMM-News-QR: it works but....:
ule works fine but the server a
Hey, sorry for raising the dead with my reply.
Just curious if you found the fix for this? I have the module setup but it is adding “localhost:8080/cors?url=” before the actual address for the news feed. -
If this happens try to set
useCorsProxy
tofalse
in your feed config. Like this:modules: [ { module: "newsfeed", position: "top_right", config: { feeds: [ { title: "tagesschau.de", url: "https://www.tagesschau.de/xml/rss2/", useCorsProxy: false } ] } }, { module: "MMM-News-QR", position: "top_right", config: { updateType: "push", interval: 2000, animationSpeed: 2500, colorDark: "#fff", colorLight: "#000", imageSize: 150 } } ]