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 (global)

    Scheduled Pinned Locked Moved Solved Troubleshooting
    25 Posts 2 Posters 8.0k 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.
    • kusselinK Offline
      kusselin
      last edited by

      Hi all, can someone please post me his config exemplar of the carousel with the mode “GLOBAL” here…just so you have a clue.

      I think with ignore Modules all the modules come in that should remain right?

      where and how do I have to enter the modules in GLOBAL that I would like to display one after the other / alternately ?

      here the example config:

      var config = {
          modules: [
              {
                  module: 'MMM-Carousel',
                  config: {
                      transitionInterval: 10000,
                      ignoreModules: ['clock'],
                      mode: 'global'
                  }
              }
          ]
      }
      

      Another question: the modules that I want to display alternately must have the same position? so for example all then top_center? or can they then be different?

      Please answer my questions.

      Thank you very much.

      (Hallo Zusammen, kann mir bitte einer sein config exemplar vom Carousel mit dem Mode “GLOBAL” hier einstellen…nur damit man ein Anhaltspunkt hat…

      ich denke bei ignore Modules kommen alle die Module rein die stehen bleiben sollen richtig?

      wo und wie muss ich die module eintragen bei GLOBAL die ich gerne nacheinander /abwechselnd anzeigen lassen will ?

      hier die example config

      Weitere Frage: die module die ich abwechselnd anzeigen lassen will müssen die die gleiche position haben? also zb alle dann top_center? oder können die dann unterschiedlich lauten?

      Bitte um beantwortung meiner Fragen.

      Vielen Dank.)

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

        @sdetweil Sam, i cnat´believe it…i put this in the config too:

        position: 'bottom_bar',  // Required to draw in position
        

        and now it´s going :-) yeahhhh thanks a lot Sam !!!

        so then looks like my MM-Carousel now and it´s going:

        {
                    module: 'MMM-Carousel',
        			position: 'bottom_bar',  // Required to draw in position
                    config: {
                        transitionInterval: 10000,
        				showPageIndicators: true,
                        showPageControls: true,
                        ignoreModules: ['clock', 'alert', 'MMM-SoccerLiveScore', 'MMM-OpenmapWeather', 'weather', 'MMM-Traffic', 'calendar', 'MMM-ioBroker', 'MMM-Fuel'],
                        mode: 'global'
                       
                    }
                },
        
        S 1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @kusselin
          last edited by sdetweil

          @kusselin
          bilden die Moduldok Alle Module, die nicht in der Konfiguration vonignoreModules aufgeführt sind, werden gedreht, für die Dauer von transitInterval wird jeweils nur eine angezeigt.

          Dies ist besonders nützlich auf kleinen Bildschirmen, auf denen möglicherweise nicht genügend Platz vorhanden ist, um mehrere Komponenten gleichzeitig anzuzeigen. jede wird in ihrer konfgurierten Position angezeigt

          Google translate

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          kusselinK 1 Reply Last reply Reply Quote 0
          • kusselinK Offline
            kusselin @sdetweil
            last edited by

            @sdetweil yes this i know…but can you send me here a example from a config file (not the example from gihub…)

            please send me here an example config with global where you also siehr the modules that rotate!!!

            1 Reply Last reply Reply Quote 0
            • kusselinK Offline
              kusselin
              last edited by kusselin

              Ahso…do I then have to enter all modules that should not be rotated under “IgnoreModules”? Right?

              And the rest of the will then be rotated…right understood?

              So the ones that are not in the IgnoreList I don’t have to enter anywhere in the Config…right? But they can have different positions then…is that also correct…?

              so e.g. module Covid10 is rotated and is not in the IgnoreList and has position top_center

              or

              MM-Fuel is also not in the IgnoreList and has e.g. position bottom_center

              Is this possible? Have I understood this correctly?

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

                @kusselin it rotates ALL modules NOT LISTED in ignorelist.

                so u decide if ANY should always be shown (ignorelist)

                MagicMirror can only show or hide a module, so where it is configured will be where it is shown

                the GitHub example shows the clock all the time and ALL other modules one at a time

                you do not have to list the modules to be shown. that list is available via software to the carousel module.

                all modules must be listed in config.js like normal, but NOT in the MMM-Caruosel config:{} section

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                kusselinK 1 Reply Last reply Reply Quote 0
                • kusselinK Offline
                  kusselin @sdetweil
                  last edited by

                  @sdetweil Hi, sorry but its not going :-(

                  this is my Module config of Carousel:

                  {
                              module: 'MMM-Carousel',
                              config: {
                                  transitionInterval: 20000,
                  				showPageIndicators: true,
                                  showPageControls: true,
                                  ignoreModules: ['clock', 'alert', 'MMM-ioBroker', 'MMM-RNV', 'MMM-OpenmapWeather', 'weatherforecast', 'calendar', 'newsfeed', 'MMM-Traffic', 'MMM-Fuel'],
                                  mode: 'global'
                                 
                              }
                          },
                  

                  all modules they are not rotate are standing in the ignore list!

                  Three modules they are: MMM-SoccerLiveScore, MMM-COVID19-AMPEL, compliments are not standing there in ignore…these moduls have to rotate but ist not going…they are also ständing on the screen… :-(

                  What can i do so long??

                  Best regards

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

                    @kusselin

                    ok, i installed and used your config

                    like this

                    	{
                                module: 'MMM-Carousel',
                                config: {
                                    transitionInterval: 10000,
                    				showPageIndicators: true,
                                    showPageControls: true,
                                    ignoreModules: ['clock', 'alert'], 
                                    mode: 'global'
                                   
                                }
                            },
                    

                    and it worked as expected… clock stayed on all the time,
                    other modules came and went…

                    can u look in the developers window

                    ctrl-shift-i on the mm keybord, select the console tab
                    and scroll up looking for red text (errors)

                    u have your set to 20 seconds between changes… (20000)… are u waiting long enough?

                    try shorter time just for test

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    kusselinK 1 Reply Last reply Reply Quote 0
                    • kusselinK Offline
                      kusselin @sdetweil
                      last edited by

                      @sdetweil o.k. thanks for your answer…

                      what do you mean about “other module came and went”?
                      you mean your other modules you have installed right?

                      i musst look about a keyboard…then i will be back here again with the errors

                      S 1 Reply Last reply Reply Quote 0
                      • kusselinK Offline
                        kusselin
                        last edited by kusselin

                        look, this coming…i had made photos…can you see anything sdetweil?

                        this is all what is red

                        MMM-Carousel is in my config standing at last…is this ok?

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

                          @kusselin came and went,

                          means appeared and disappeared, some change every 10 seconds. have 15 modules installed(testing modules for other user problems)

                          shows weather for 10 seconds
                          then
                          shows, GooglePhotos , for 10 seconds
                          then
                          shows MMM-OpenmapWeather, for 10 seconds

                          etc

                          each in their configured position: setting

                          Sam

                          How to add modules

                          learning how to use browser developers window for css changes

                          kusselinK 1 Reply Last reply Reply Quote 0
                          • kusselinK Offline
                            kusselin @sdetweil
                            last edited by kusselin

                            @sdetweil Sam, i cnat´believe it…i put this in the config too:

                            position: 'bottom_bar',  // Required to draw in position
                            

                            and now it´s going :-) yeahhhh thanks a lot Sam !!!

                            so then looks like my MM-Carousel now and it´s going:

                            {
                                        module: 'MMM-Carousel',
                            			position: 'bottom_bar',  // Required to draw in position
                                        config: {
                                            transitionInterval: 10000,
                            				showPageIndicators: true,
                                            showPageControls: true,
                                            ignoreModules: ['clock', 'alert', 'MMM-SoccerLiveScore', 'MMM-OpenmapWeather', 'weather', 'MMM-Traffic', 'calendar', 'MMM-ioBroker', 'MMM-Fuel'],
                                            mode: 'global'
                                           
                                        }
                                    },
                            
                            S 1 Reply Last reply Reply Quote 0
                            • S Offline
                              sdetweil @kusselin
                              last edited by

                              @kusselin I do not have position set in mine.

                              glad it’s working

                              Sam

                              How to add modules

                              learning how to use browser developers window for css changes

                              kusselinK 1 Reply Last reply Reply Quote 0
                              • kusselinK Offline
                                kusselin @sdetweil
                                last edited by

                                @sdetweil yes that is funny, but you see now it goes…the console is/was also o.k. or?

                                kusselinK 1 Reply Last reply Reply Quote 0
                                • kusselinK Offline
                                  kusselin
                                  last edited by kusselin

                                  Thank you sam for your help an fast answers!! TOP!!

                                  EDIT: One question: MMM-Tankerkönig is out of the modules…right?

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

                                    @kusselin I don’t see that you excluded it…

                                    Sam

                                    How to add modules

                                    learning how to use browser developers window for css changes

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

                                      @kusselin what version of magicmirror are you running?

                                      grep version ~/MagicMirror/package.json

                                      Sam

                                      How to add modules

                                      learning how to use browser developers window for css changes

                                      kusselinK 1 Reply Last reply Reply Quote 0
                                      • kusselinK Offline
                                        kusselin @sdetweil
                                        last edited by

                                        @sdetweil v2.21.0

                                        1 Reply Last reply Reply Quote 0
                                        • kusselinK Offline
                                          kusselin @kusselin
                                          last edited by

                                          @kusselin said in MMM-Carousel (global):

                                          @sdetweil yes that is funny, but you see now it goes…the console is/was also o.k. or?

                                          what do you mean by not excluded?

                                          S 1 Reply Last reply Reply Quote 0
                                          • kusselinK Offline
                                            kusselin
                                            last edited by

                                            The MMM-Carousel is running now…

                                            I still had the module “Snow” installed…

                                            Does that have to be entered in the IngnoreListe around that it runs again?

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

                                              @kusselin excluded from carousel

                                              u did not put it in the ignoreList

                                              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
                                              • 2
                                              • 1 / 2
                                              • 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