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

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 1.0k 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 Sep 4, 2019, 5:29 PM Sep 4, 2019, 5:23 PM

    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 Sep 5, 2019, 9:27 PM

      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 Sep 15, 2019, 11:38 AM Reply Quote 1
      • F Offline
        fribse @str3pto
        last edited by Sep 15, 2019, 11:38 AM

        @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