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.

    I'm trying to get MMM-News-QR working, but I don't see any QR?

    Scheduled Pinned Locked Moved Solved Troubleshooting
    3 Posts 2 Posters 961 Views 2 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.
    • F Offline
      fribse
      last edited by fribse

      Hi All

      I’m on MM 2.8, and the news module has
      broadcastNewsFeeds
      broadcastNewsUpdates
      enabled.
      The module is configured like this:

                      {
                              module: 'MMM-News-QR',
                              config: {
                                      updateType : 'push',
                                      interval: 2000,
                                      animationSpeed: 2500,
                                      colorDark: '#fff',
                                      colorLight: '#000',
                                      imageSize: 150
                              }
                      }
      
      

      But I don’t see any QR anywhere?

      1 Reply Last reply Reply Quote 0
      • S Offline
        str3pto
        last edited by

        Hi @fribse

        just add the position on the module, like so.

        {
        module: ‘MMM-News-QR’,
        position: ‘bottom_left’,
        config: {
        updateType : ‘push’,
        interval: 2000,
        animationSpeed: 2500,
        colorDark: ‘#fff’,
        colorLight: ‘#000’,
        imageSize: 150
        }
        }

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

          @str3pto Ok, that worked, I thought it just put it into the existing news item, as it wasn’t shown in the docs that it wanted a position :winking_face:

          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