• 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-Page - How does the page change

Scheduled Pinned Locked Moved Unsolved Troubleshooting
4 Posts 2 Posters 1.3k 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.
  • C Offline
    CyruS1337 Project Sponsor
    last edited by Nov 22, 2019, 8:45 AM

    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

    S 1 Reply Last reply Nov 22, 2019, 11:47 AM Reply Quote 0
    • S Offline
      Stoffbeuteluwe Project Sponsor @CyruS1337
      last edited by Nov 22, 2019, 11:47 AM

      @CyruS1337 you need to add

      rotationTime: in milliseconds

      C 1 Reply Last reply Nov 25, 2019, 5:38 AM Reply Quote 0
      • C Offline
        CyruS1337 Project Sponsor @Stoffbeuteluwe
        last edited by Nov 25, 2019, 5:38 AM

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

        1 Reply Last reply Reply Quote 0
        • C Offline
          CyruS1337 Project Sponsor
          last edited by Nov 27, 2019, 6:32 AM

          @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
          1 / 1
          • First post
            1/4
            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