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 doesn't ACTUALLY work.

    Scheduled Pinned Locked Moved Troubleshooting
    3 Posts 3 Posters 489 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.
    • J Offline
      j0539h
      last edited by

      Re: [I'm trying to get MMM-News-QR working](but I don't see any QR?)

      Ok, so the script displays a QR Code, but that QR code doesn’t actually work.

      Even in the provided screenshot, if you scan the QR code, it doesn’t work.
      Too bad, it would have been a nice way to get additional information on a headline, although, you need to be quick, when using the default timeout.
      7aa23c70-e333-40a5-a33c-64c165fb5279-image.png

      S F 2 Replies Last reply Reply Quote 0
      • S Away
        sdetweil @j0539h
        last edited by

        @j0539h said in MMM-News-QR doesn't ACTUALLY work.:

        MMM-News-QR

        what happens? u are using the default newsreader app, yes? it depends on the notices sent out…

        also your config says updateType:‘push’

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • F Offline
          fribse @j0539h
          last edited by

          @j0539h That sounds odd, I know that saying so is about as constructive as your post, but it works fine here.

          My config looks like this:

              {
                module: "newsfeed",
                position: "bottom_bar",
                classes: "day_schedule",
                config: {
                  feeds: [
                    {
                      title: "Ekstra Bladet",
                      url: "https://ekstrabladet.dk/rssfeed/all/"
                    },
                    {
                      title: "DR nyheder",
                      url: "https://www.dr.dk/nyheder/service/feeds/allenyheder"
                    },
                    {
                      title: "BT",
                      url: "https://www.bt.dk/bt/seneste/rss"
                    },
                    {
                      title: "Berlingske.dk",
                      url: "https://www.berlingske.dk/content/3/rss"
                    },
                    {
                      title: "TV2 Øst",
                      url: "https://www.tv2east.dk/rss"
                    }
                  ],
                  updateInterval: 30000,
                  showSourceTitle: true,
                  showPublishDate: true,
                  broadcastNewsFeeds: true,
                  broadcastNewsUpdates: true
                }
              },
             {
                module: "MMM-News-QR",
                position: "bottom_bar",
                classes: "day_schedule",
                config: {
                  updateType : "push",
                  animationSpeed: 2500,
                  colorDark: "#fff",
                  colorLight: "#000",
                  imageSize: 100
                }
              },
          
          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