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.

    pages

    Scheduled Pinned Locked Moved Solved Troubleshooting
    6 Posts 2 Posters 117 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.
    • V Offline
      videogame95
      last edited by

      Re: [MMM-Pages and MMM-page-indicator](how to select the page?)

      i did put on pages but I don’t have a touch screen would the frame touch screen work in front or behind mirror glass ?
      i add pages but my calendar stopped loading and so did my weather module ? I’ve add my config to a post troubleshoot .

      any help please

      S 2 Replies Last reply Reply Quote 0
      • S Do not disturb
        sdetweil @videogame95
        last edited by sdetweil

        @videogame95 I posted in the other topic

        Without touch, you would need a functional mouse device.
        Some remotes can do that.

        The ir frame would have to go on top of the glass, aka in front

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • V Offline
          videogame95
          last edited by

          thank you

          1 Reply Last reply Reply Quote 0
          • S sdetweil has marked this topic as solved
          • V Offline
            videogame95
            last edited by

            ok thanks’ for you help do you know how to install pages with have 4 pages rotation. any help please.

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

              @videogame95 I don’t understand

              at the top of MMM-pages config there is the modules list
              its an array [] (list of logical pages) of arrays [] (list of modules names on page)
              or alternately using the class approach
              its an array [] (list of logical pages) of arrays (with single entry of page name)

                  {
                      module: "MMM-pages",
                      config: {
                          timings: {
                              default: 20000,      // rotate every 20 seconds
                              2: 30000,            // page 2 rotates every 30 seconds
                              "admin": 30000       // admin hidden page auto-returns after 30 seconds
                          },
                          modules: [
                              ["page0"],           // class name for page 0
                              ["page1"],           // class name for page 1
                              ["page2"],           // class name for page 2
                          ],
                          fixed: ["on_all_pages"],
                          hiddenPages: {
                              "screenSaver": ["screensaver_page"],
                              "admin": ["admin_page"],
                          }
                      }
                  },
              

              then in the class approach, you add

              classes:"page0 page1",  // space separated list of page names
              

              after the module:“weather”, // for example
              (on every module you want displayed)

              the module provides page rotation, using the

              timings: {
                              default: 5000,               // rotate every 5 seconds  // all pages rotate every 5 seconds
                              0: 20000,                    // page 0 rotates every 20 seconds // except page 0 hold for 20 
                              "admin": 30000               // admin hidden page auto-returns after 30 seconds 
                          },
              

              every module provides a README.md file, (what is shown on github landing page for module), that is the module DOCUMENTATION

              Sam

              How to add modules

              learning how to use browser developers window for css changes

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

                @videogame95 said in pages:

                i add pages but my calendar stopped loading and so did my weather module ? I’ve add my config to a post troubleshoot .

                when using pages, ALL modules you want displayed MUST be added to the pages config thru its module name, OR the classes: property added,
                else the module will NOT be displayed…

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0

                Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                With your input, this post could be even better 💗

                Register Login
                • 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