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 1.1k 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

      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

        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 Reply Quote 0
        • G Offline
          Gabe21 @DJBOOB66
          last edited by

          @djboob66 Still not working

          1 Reply Last reply Reply Quote 0
          • D Offline
            DJBOOB66
            last edited by DJBOOB66

            Did you do

            cd MagicMirror/modules/MMM-pages
            
            npm install
            
            G 1 Reply Last reply Reply Quote 0
            • G Offline
              Gabe21 @DJBOOB66
              last edited by

              @djboob66 Yep

              G 1 Reply Last reply Reply Quote 0
              • G Offline
                Gabe21 @Gabe21
                last edited by

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

                S 1 Reply Last reply Reply Quote 0
                • S Do not disturb
                  sdetweil @Gabe21
                  last edited by

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