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

Display modules in a carousel

Scheduled Pinned Locked Moved System
29 Posts 8 Posters 24.4k Views 8 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
    cnelso24 @PointPubMedia
    last edited by Feb 2, 2017, 3:22 AM

    @PointPubMedia

    Did you ever figure this out? I’m interested in the same thing

    1 Reply Last reply Reply Quote 0
    • I Offline
      izanbard @PointPubMedia
      last edited by Feb 2, 2017, 3:59 PM

      @PointPubMedia @cnelso24 Hey, I have just had a PR accepted that adds several config options that should help you

      C 1 Reply Last reply Feb 2, 2017, 8:28 PM Reply Quote 1
      • I Offline
        izanbard @amanzimdwini
        last edited by Feb 2, 2017, 4:02 PM

        @amanzimdwini have a look at the latest version, I think it will have some of the features you are looking for

        1 Reply Last reply Reply Quote 1
        • P Offline
          PointPubMedia
          last edited by Feb 2, 2017, 5:56 PM

          Thanks!

          Is it possible to rotate multiple module definition of the same name ? I mean I’m using MMM-iFrame couple of time on the screen but would like to have only 1 place with multiple iFrame rotating…

          I 1 Reply Last reply Feb 2, 2017, 6:07 PM Reply Quote 0
          • I Offline
            izanbard @PointPubMedia
            last edited by Feb 2, 2017, 6:07 PM

            @PointPubMedia yes, if all your iframes are in the same “position” (say top_left)on the page then this config should do it:

                    {
                        module: 'MMM-Carousel',
                        config: {
                            transitionInterval: 10000,
                            mode: 'positional',
                            top_left: {enabled: true, ignoreModules: [], overrideTransitionInterval: 10000},
                        }
                    },
            
            1 Reply Last reply Reply Quote 1
            • C Offline
              cnelso24 @izanbard
              last edited by Feb 2, 2017, 8:28 PM

              @izanbard

              works great, thank you!

              1 Reply Last reply Reply Quote 0
              • P Offline
                PointPubMedia
                last edited by Feb 3, 2017, 10:36 PM

                @izanbard But with positional I can’t ignore module ?

                I 1 Reply Last reply Feb 3, 2017, 11:47 PM Reply Quote 0
                • I Offline
                  izanbard @PointPubMedia
                  last edited by izanbard Feb 3, 2017, 11:48 PM Feb 3, 2017, 11:47 PM

                  @PointPubMedia yes you can, but you do it by position. Read the config above and see if you can work out in the positional settings you ignore modules per position. Hint it is between enabled and overrideTransitionInterval.

                  P 1 Reply Last reply Feb 3, 2017, 11:49 PM Reply Quote 0
                  • P Offline
                    PointPubMedia @izanbard
                    last edited by Feb 3, 2017, 11:49 PM

                    @izanbard said in Display modules in a carousel:

                    @PointPubMedia yes you can, but you do it by position. Read the config above and see if you can work out in the positional settings you ignore modules per position. Hint it is between enabled and overrideTransitionInterval.

                    Working fine ;)
                    That’s perfect!

                    thanks mate!

                    1 Reply Last reply Reply Quote 0
                    • 1
                    • 2
                    • 3
                    • 3 / 3
                    3 / 3
                    • First post
                      27/29
                      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