<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Need help for MMM-Carousel]]></title><description><![CDATA[<p dir="auto">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‘]…</p>
<p dir="auto">Then i also tried the slides function with two different slides but its still the same. Can somebody help me?</p>
]]></description><link>https://forum.magicmirror.builders/topic/1311/need-help-for-mmm-carousel</link><generator>RSS for Node</generator><lastBuildDate>Mon, 09 Mar 2026 03:15:43 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/1311.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 01 Jan 2017 18:15:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Need help for MMM-Carousel on Tue, 03 Jan 2017 14:38:36 GMT]]></title><description><![CDATA[<p dir="auto">Thank you very much. Now it works fine! Now i have two new Questions.</p>
<p dir="auto">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 <a href="https://github.com/barnabycolby/MMM-Carousel/issues/3" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>! Well it’s not very important i just want to know how it works.</p>
<p dir="auto">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?</p>
]]></description><link>https://forum.magicmirror.builders/post/10326</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/10326</guid><dc:creator><![CDATA[Squirrel]]></dc:creator><pubDate>Tue, 03 Jan 2017 14:38:36 GMT</pubDate></item><item><title><![CDATA[Reply to Need help for MMM-Carousel on Tue, 03 Jan 2017 14:18:16 GMT]]></title><description><![CDATA[<p dir="auto">The way you put it overrides ignoreModules everytime. You need to define it as an array:</p>
<pre><code class="language-javascript">{
	module: 'MMM-Carousel',
	config: {
		ignoreModules: [ 'alert', 'MMM-iCloud-Client', 'MMM-DWD-WarnWeather', 'calendar', 'compliments', 'MMM-swisstransport', 'clock' ],
	}
},


</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/10322</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/10322</guid><dc:creator><![CDATA[yawns]]></dc:creator><pubDate>Tue, 03 Jan 2017 14:18:16 GMT</pubDate></item><item><title><![CDATA[Reply to Need help for MMM-Carousel on Tue, 03 Jan 2017 13:55:07 GMT]]></title><description><![CDATA[<p dir="auto">i still need help. Now i saw, that the ignoreModules: funktion works but only with the last line. (ignoreModules: [‘clock’] ) in my example.</p>
<p dir="auto">Here is my config.js code:</p>
<pre><code>{
		module: 'MMM-Carousel',
		config: {
			ignoreModules: [ 'alert' ],
			ignoreModules: [ 'MMM-iCloud-Client' ],
			ignoreModules: [ 'MMM-DWD-WarnWeather' ],
			ignoreModules: [ 'calendar' ],
			ignoreModules: [ 'compliments' ],
			ignoreModules: [ 'MMM-swisstransport'],
			ignoreModules: [ 'clock' ],

		}
	},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/10318</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/10318</guid><dc:creator><![CDATA[Squirrel]]></dc:creator><pubDate>Tue, 03 Jan 2017 13:55:07 GMT</pubDate></item></channel></rss>