• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

MMM-News-QR: it works but....

Scheduled Pinned Locked Moved Unsolved Troubleshooting
mmm-news-qr
3 Posts 3 Posters 274 Views 3 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.
  • M Offline
    md
    last edited by Jul 13, 2023, 1:52 PM

    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?

    8 1 Reply Last reply Sep 15, 2024, 6:59 PM Reply Quote 0
    • 8 Offline
      8bithooker 0 @md
      last edited by Sep 15, 2024, 6:59 PM

      @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.

      K 1 Reply Last reply Sep 15, 2024, 8:44 PM Reply Quote 0
      • K Offline
        KristjanESPERANTO Module Developer @8bithooker 0
        last edited by Sep 15, 2024, 8:44 PM

        If this happens try to set useCorsProxy to false 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
        			}
        		}
        	]
        
        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