<?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[Can&#x27;t get  MMM-Carousel to work with  MMM-BackgroundSlideshow]]></title><description><![CDATA[<p dir="auto">I’m trying to use   MMM-BackgroundSlideshow   to show a full size background picture  and   MMM-Carousel to show the clock and weather intermittently.  The background image works great but the Carousel  just isn’t working.  The clock and weather are on all the time.</p>
<p dir="auto">Can someone please take a look at my config and help me figure out what is going on?</p>
<pre><code>	modules: [
		{
			module: "alert",
		},
		{
			module: "updatenotification",
			position: "top_bar"
		},
		{
			module: "clock",
			position: "top_left"
		},
		{
            module: 'MMM-Carousel',
            config: {
                transitionInterval: 10000,
                ignoreModules: ['MMM-BackgroundSlideshow'],
                mode: 'global'                
            }
        },
	 {
    module: 'MMM-BackgroundSlideshow',
    position: 'fullscreen_below',
    config: {
      imagePaths: ['modules/MMM-BackgroundSlideshow/exampleImages/'],
      transitionImages: false,
      randomizeImageOrder: true,
      slideshowSpeed: 30000,
      resizeImages: true,
      maxWidth: 1024,
      maxHeight: 600,
      backgroundSize: 'contain'
  }    
  },
		{
			module: "weather",
			position: "bottom_right",
			config: {
				weatherProvider: "openmeteo",
				type: "current",
				lat: "51.5085",
				lon: "-0.1257"
			}
		}
	]
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/19772/can-t-get-mmm-carousel-to-work-with-mmm-backgroundslideshow</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 10:37:00 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19772.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 13 Jul 2025 17:13:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Can&#x27;t get  MMM-Carousel to work with  MMM-BackgroundSlideshow on Tue, 15 Jul 2025 17:42:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jimbocz" aria-label="Profile: jimbocz">@<bdi>jimbocz</bdi></a> Seems that the <code>position</code> setting isn’t optional anymore. This works for me:</p>
<pre><code class="language-js">  modules: [
    {
      module: "alert"
    },
    {
      module: "updatenotification",
      position: "top_bar"
    },
    {
      module: "clock",
      position: "top_left"
    },
    {
      module: "MMM-BackgroundSlideshow",
      disabled: false,
      position: "fullscreen_below",
      config: {
        imagePaths: ["modules/MMM-BackgroundSlideshow/exampleImages/"],
        transitionImages: false,
        randomizeImageOrder: true,
        slideshowSpeed: 30000,
        resizeImages: true,
        maxWidth: 1024,
        maxHeight: 600,
        backgroundSize: "contain"
      }
    },
    {
      module: "weather",
      position: "bottom_right",
      config: {
        weatherProvider: "openmeteo",
        type: "current",
        lat: "51.5085",
        lon: "-0.1257"
      }
    },
    {
      module: "MMM-Carousel",
      position: "bottom_right",
      config: {
        transitionInterval: 10000,
        ignoreModules: [
          "MMM-BackgroundSlideshow",
          "alert",
          "updatenotification"
        ],
        mode: "global"
      }
    },
  ]
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/127374</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127374</guid><dc:creator><![CDATA[KristjanESPERANTO]]></dc:creator><pubDate>Tue, 15 Jul 2025 17:42:29 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t get  MMM-Carousel to work with  MMM-BackgroundSlideshow on Sat, 19 Jul 2025 10:39:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kristjanesperanto" aria-label="Profile: KristjanESPERANTO">@<bdi>KristjanESPERANTO</bdi></a> said in <a href="/post/127374">Can't get MMM-Carousel to work with MMM-BackgroundSlideshow</a>:</p>
<blockquote>
<p dir="auto">position: “bottom_right”</p>
</blockquote>
<p dir="auto">Thanks for your reply, trying that now.</p>
]]></description><link>https://forum.magicmirror.builders/post/127410</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127410</guid><dc:creator><![CDATA[jimbocz]]></dc:creator><pubDate>Sat, 19 Jul 2025 10:39:25 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t get  MMM-Carousel to work with  MMM-BackgroundSlideshow on Tue, 15 Jul 2025 17:42:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jimbocz" aria-label="Profile: jimbocz">@<bdi>jimbocz</bdi></a> Seems that the <code>position</code> setting isn’t optional anymore. This works for me:</p>
<pre><code class="language-js">  modules: [
    {
      module: "alert"
    },
    {
      module: "updatenotification",
      position: "top_bar"
    },
    {
      module: "clock",
      position: "top_left"
    },
    {
      module: "MMM-BackgroundSlideshow",
      disabled: false,
      position: "fullscreen_below",
      config: {
        imagePaths: ["modules/MMM-BackgroundSlideshow/exampleImages/"],
        transitionImages: false,
        randomizeImageOrder: true,
        slideshowSpeed: 30000,
        resizeImages: true,
        maxWidth: 1024,
        maxHeight: 600,
        backgroundSize: "contain"
      }
    },
    {
      module: "weather",
      position: "bottom_right",
      config: {
        weatherProvider: "openmeteo",
        type: "current",
        lat: "51.5085",
        lon: "-0.1257"
      }
    },
    {
      module: "MMM-Carousel",
      position: "bottom_right",
      config: {
        transitionInterval: 10000,
        ignoreModules: [
          "MMM-BackgroundSlideshow",
          "alert",
          "updatenotification"
        ],
        mode: "global"
      }
    },
  ]
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/127374</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127374</guid><dc:creator><![CDATA[KristjanESPERANTO]]></dc:creator><pubDate>Tue, 15 Jul 2025 17:42:29 GMT</pubDate></item></channel></rss>