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-Carousel w/ Slide Navigation changing page alone

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    4 Posts 3 Posters 461 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.
    • J Offline
      JonnyAG38
      last edited by

      Hi guys, my magic mirror is switching between pages alone, here is my config.js:

      
      {
          module: 'MMM-Carousel',
                  position: 'bottom_bar',  // Only required to show navigation
                  config: {
      				transitionInterval: 10000,
                      showPageIndicators: true,
                      showPageControls: true,
                      ignoreModules: ["clock", "MMM-GoogleCalendar", "MMM-page-indicator"], //FIXOS
                      mode: 'slides',
                       slides: [
                          ["newsfeed","weather","MMM-Spotify","MMM-SmartTouch"],
                          ["MMM-GoogleTasks","MMM-Formula1"]
                          
                      ]  
                  }
              },
      
      

      i used this fork https://github.com/KristjanESPERANTO/MMM-Carousel/

      S V 2 Replies Last reply Reply Quote 0
      • S Offline
        sdetweil @JonnyAG38
        last edited by sdetweil

        @JonnyAG38 yes, you said 10000 milliseconds, then change to next. but that is carousel’s primary function, to auto rotate

        MMM-pages does not auto rotate. it can

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • V Offline
          vandyck @JonnyAG38
          last edited by

          @JonnyAG38

          TransitionInterval:

          The number of milliseconds to display each module for.

          This value is OPTIONAL
          Possible values: Any valid int, passing 0 with mode:“slides” will disable the timer for manual navigation.
          Default value: 10000

          You have to use Transistiontimeout, I think.

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @vandyck
            last edited by sdetweil

            @vandyck passing 0 in slides mode will disable…

            yes, he has it set to 10000, not 0

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 1
            • 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