MagicMirror Forum

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

    UNSOLVED MMM-Page - How does the page change

    Troubleshooting
    2
    4
    897
    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.
    • CyruS1337
      CyruS1337 Project Sponsor last edited by

      What do I have to set that every 5 seconds the page change. I would like to always display the module MMM-BackgroundSlideshow and two modules are displayed on the page: MMM-NowPlayingOnSpotify, MMM-EasyPix, MMM-SystemStats, compliments.

      That would be my configuration to the module and to the MMM Page Indicator

      {
              module: 'MMM-pages',
              config: {
                      modules:
                          [[ "MMM-NowPlayingOnSpotify", "MMM-EasyPix"],
                           [ "MMM-SystemStats", "compliments" ]],
                      fixed: ["MMM-BackgroundSlideshow", "MMM-page-indicator"],
      				animationTime: 5000,
        }
      },
      	
      {
              module: 'MMM-page-indicator',
              position: 'bottom_bar',
              config: {
                  pages: 2,
        }
      },
      

      At the moment, only the first page is displayed

      Stoffbeuteluwe 1 Reply Last reply Reply Quote 0
      • Stoffbeuteluwe
        Stoffbeuteluwe Project Sponsor @CyruS1337 last edited by

        @CyruS1337 you need to add

        rotationTime: in milliseconds

        CyruS1337 1 Reply Last reply Reply Quote 0
        • CyruS1337
          CyruS1337 Project Sponsor @Stoffbeuteluwe last edited by

          @Stoffbeuteluwe Ok, thanks for the tip. I will try it tonight.

          1 Reply Last reply Reply Quote 0
          • CyruS1337
            CyruS1337 Project Sponsor last edited by

            @Stoffbeuteluwe

            Has worked so far, thanks.

            Now the positions of the modules which are in the corners are no longer in the corners but are slightly offset against inside.

            How can I, for example, bring my QR code module (MMM-EasyPix) to the outside, towards the edge of the screen?

            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