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

Need help for MMM-Carousel

Scheduled Pinned Locked Moved Troubleshooting
4 Posts 2 Posters 2.9k 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.
  • S Offline
    Squirrel
    last edited by Jan 1, 2017, 6:15 PM

    I have some Troubles with the MMM-Carousel Module. It shows me always only one of my Modules even when i say that he has to ignore some Modules with ignoreModules: [‘clock‘]…

    Then i also tried the slides function with two different slides but its still the same. Can somebody help me?

    1 Reply Last reply Reply Quote 0
    • S Offline
      Squirrel
      last edited by Jan 3, 2017, 1:55 PM

      i still need help. Now i saw, that the ignoreModules: funktion works but only with the last line. (ignoreModules: [‘clock’] ) in my example.

      Here is my config.js code:

      {
      		module: 'MMM-Carousel',
      		config: {
      			ignoreModules: [ 'alert' ],
      			ignoreModules: [ 'MMM-iCloud-Client' ],
      			ignoreModules: [ 'MMM-DWD-WarnWeather' ],
      			ignoreModules: [ 'calendar' ],
      			ignoreModules: [ 'compliments' ],
      			ignoreModules: [ 'MMM-swisstransport'],
      			ignoreModules: [ 'clock' ],
      
      		}
      	},
      
      Y 1 Reply Last reply Jan 3, 2017, 2:18 PM Reply Quote 0
      • Y Offline
        yawns Moderator @Squirrel
        last edited by Jan 3, 2017, 2:18 PM

        The way you put it overrides ignoreModules everytime. You need to define it as an array:

        {
        	module: 'MMM-Carousel',
        	config: {
        		ignoreModules: [ 'alert', 'MMM-iCloud-Client', 'MMM-DWD-WarnWeather', 'calendar', 'compliments', 'MMM-swisstransport', 'clock' ],
        	}
        },
        
        
        
        1 Reply Last reply Reply Quote 1
        • S Offline
          Squirrel
          last edited by Jan 3, 2017, 2:38 PM

          Thank you very much. Now it works fine! Now i have two new Questions.

          I also tried to realize it with the slides:[] function. But if i do that it shows me always only one modul. I have takken the code from here! Well it’s not very important i just want to know how it works.

          My second Question is more important. When i have 2 different modules at the same position. Then normaly it shows me the second Modul straight under the first Modul. When i use the Carousel Modul for this two modules why the second one is still at the same position and not at the position from the first hidding modul. Is it posible to change that?

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