• 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-Pages not working

Scheduled Pinned Locked Moved Solved Troubleshooting
7 Posts 3 Posters 947 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.
  • G Offline
    Gabe21
    last edited by sdetweil Oct 30, 2021, 10:27 PM Oct 30, 2021, 9:57 PM

    Hi!

    I’m trying to use the Pages modules to switch between pages automatically. I followed the installation guide but it doesn’t seem to work… I’m not getting any errors on my code. This is what I have:

    {
            	module: 'MMM-pages',
            	config: {
    			rotationTime:15000,
                    	modules:
                        		[
    				[ "calendar"], 
                         		[ "newsfeed"]
    				],
                    	fixed: ["clock", "MMM-page-indicator"],
                    	hiddenPages: {
                        		"admin": ["MMM-Dimmer"],
    				},
    			}
    
    1 Reply Last reply Reply Quote 0
    • D Offline
      DJBOOB66
      last edited by DJBOOB66 Oct 30, 2021, 10:22 PM Oct 30, 2021, 10:18 PM

      Try

      module: ‘MMM-pages’,
         config: {
         homePage: "0",
         rotationTime: 5 * 60 * 1000,
                     modules
                          [[ “calendar”],
                          [ “newsfeed”]],
                     fixed: [“clock”, “MMM-page-indicator”],
                     hiddenPages: {
                     “admin”: [“MMM-Dimmer”],
                    },
             }
      },
      
      G 1 Reply Last reply Oct 30, 2021, 10:29 PM Reply Quote 0
      • G Offline
        Gabe21 @DJBOOB66
        last edited by Oct 30, 2021, 10:29 PM

        @djboob66 Still not working

        1 Reply Last reply Reply Quote 0
        • D Offline
          DJBOOB66
          last edited by DJBOOB66 Oct 30, 2021, 11:02 PM Oct 30, 2021, 11:00 PM

          Did you do

          cd MagicMirror/modules/MMM-pages
          
          npm install
          
          G 1 Reply Last reply Oct 31, 2021, 2:54 AM Reply Quote 0
          • G Offline
            Gabe21 @DJBOOB66
            last edited by Oct 31, 2021, 2:54 AM

            @djboob66 Yep

            G 1 Reply Last reply Oct 31, 2021, 4:27 PM Reply Quote 0
            • G Offline
              Gabe21 @Gabe21
              last edited by Oct 31, 2021, 4:27 PM

              @DJBOOB66 I figured it out. The MMM-Dinner was interfering with the Pages module

              S 1 Reply Last reply Oct 31, 2021, 4:55 PM Reply Quote 0
              • S Away
                sdetweil @Gabe21
                last edited by Oct 31, 2021, 4:55 PM

                @gabe21 u meant dimmer

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • 1 / 1
                1 / 1
                • First post
                  2/7
                  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