MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    MMM-News-QR: No QR code displayed

    Troubleshooting
    2
    3
    293
    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
      MagicMirrorN00b last edited by

      Hi - relatively new to building magic mirrors here. I am having trouble running this module. I copied the repo into the modules folder, added the configuration to my config file, but when loading it just doesn’t show up. It’s as if the module doesn’t exist. I’m not sure if there’s some installation process needed or not, it seems like some modules need it and some don’t. The repo is here:

      https://github.com/nischi/MMM-News-QR

      My code for my newsfeed and the QR module are here:

      {
      			module: "newsfeed",
      			position: "top_bar",
      			config: {
      				feeds: [
      					{
      						title: "New York Times",
      						url: "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml"
      					}
      				],
      				showSourceTitle: true,
      				showPublishDate: true,
      				broadcastNewsFeeds: true,
      				updateInterval:20000,
      				broadcastNewsUpdates: true
      			}
      		},
      		{
      			module: 'MMM-News-QR',
      			config: {
      			// possible values (polling, push)
      			// push only works with MagicMirror 2.8+ and broadcastNewsFeeds activated
      			updateType : 'push',
      			// Interval to check the news
      			// only needed if updateType is polling
      			interval: 2000,
      			// Animation between change
      			animationSpeed: 2500,
      			// Color of the Code
      			colorDark: '#fff',
      			// Background Color
      			colorLight: '#000',
      			position:'top_left',
      			// Size of the Code
      			imageSize: 150
      			}
      		},
      

      Any help would be greatly appreciated!

      S 1 Reply Last reply Reply Quote 0
      • S
        sdetweil @MagicMirrorN00b last edited by

        @magicmirrorn00b need a position after module: line

        where do.u want qr to appear

        Sam

        Create a working config
        How to add modules

        M 1 Reply Last reply Reply Quote 0
        • M
          MagicMirrorN00b @sdetweil last edited by

          @sdetweil

          I didn’t realize the position line came right after the module. This solved my issue. Thanks so much!

          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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy