<?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[MMM-ImmichSlideShow not showing within MMM-Carousel]]></title><description><![CDATA[<p dir="auto">I’m using MMM-Carousel, specifically <a href="https://github.com/shbatm/MMM-Carousel" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/shbatm/MMM-Carousel</a>.</p>
<p dir="auto">I’m trying to get MMM-ImmichSlideShow to work, but it just will not show any images when loaded within the Carousel.</p>
<p dir="auto">I know that MMM-ImmichSlideSlow itself works, as when I disable MMM-Carousel images DO show (although quite large).</p>
<p dir="auto">Has anybody had success in integrating MMM-ImmichSlideShow into a Carousel?</p>
<p dir="auto">I’m wondering whether it’s the display size of images (??) but I cannot find any way to control display size in MMM-ImmichSlideShow.</p>
<p dir="auto">No errors in MMM debug logs or Developer Console.</p>
<p dir="auto">I previously used MMM-ImagesPhotos in the same carousel and that works fine, it just seems to be a problem with MMM-ImmichSlideShow.</p>
<p dir="auto">Grateful for any pointers.</p>
<p dir="auto">Here are the relevant parts of my config:</p>
<pre><code>{
			module: 'MMM-ImmichSlideShow',
			position: 'bottom_center',
			config: {
			immichConfigs: [
				{
				apiKey: 'xxxxxx',
				url: 'xxx.xxx.xxx.xxx',
				mode: 'album',
				albumName: 'xxxxx',
				validImageFileExtensions: 'jpg,jpeg,png,gif,bmp,heic',
				slideshowSpeed: 30000
				}
			],
			sortImagesBy: 'taken',
			sortImagesDescending: true,
			validImageFileExtensions: 'jpg,jpeg,png,gif,bmp,heic',
			slideshowSpeed: 30000,
			backgroundSize: 'contain',
			animations: [
			'slide'
			]
			}
  		},
{
			module: "MMM-Carousel",
			position: "bottom_bar", // Required only for navigation controls
			config: {
			  transitionInterval: 0,
			  showPageIndicators: true,
			  showPageControls: true,
			  ignoreModules: ["weather", "MMM-MyBMW","calendar","clock","alert"],
			  mode: "slides",
			  slides: {
				main: ["MMM-ImmichSlideShow"],
				"Slide 2": [
					"MMM-MonthlyCalendar"
				],
			  },
			  keyBindings: {
				enabled: true,
				map: {
				  NextSlide: "ArrowRight",
				  PrevSlide: "ArrowLeft",
				  Pause: "ArrowDown",
				  Slide0: "Home"
				},
				mode: "DEFAULT"
			}
		  },
		}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/19699/mmm-immichslideshow-not-showing-within-mmm-carousel</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 01:50:08 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19699.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 25 May 2025 16:12:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-ImmichSlideShow not showing within MMM-Carousel on Sun, 25 May 2025 21:02:12 GMT]]></title><description><![CDATA[<p dir="auto">Not convinced it’s the right solution yet, but I have it working how I want it, at last.</p>
<p dir="auto">I store my photos in Immich on an NFS mount.</p>
<p dir="auto">I applied storage template that stores by album, then created another NFS export for that folder which I then mounted into the ./uploads folder within the MMM-ImagesPhotos module.</p>
<p dir="auto">Because I’m running MM within an unprivileged LXC container, NFS mounts from inside the container directly are not possible, but this worked for me: <a href="https://forum.proxmox.com/threads/tutorial-mounting-nfs-share-to-an-unprivileged-lxc.138506/" target="_blank" rel="noopener noreferrer nofollow ugc">I’m a link</a> (essentially mounting to the Proxmox server, then using a bind mode to expose to the container)</p>
<p dir="auto">Everything seems to working OK so far.</p>
]]></description><link>https://forum.magicmirror.builders/post/126732</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/126732</guid><dc:creator><![CDATA[mri_ice]]></dc:creator><pubDate>Sun, 25 May 2025 21:02:12 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-ImmichSlideShow not showing within MMM-Carousel on Sun, 25 May 2025 19:10:03 GMT]]></title><description><![CDATA[<p dir="auto">Ok, so to a large degree of this was my misunderstanding.</p>
<p dir="auto">I hadn’t fully grasped that this is based on MMM-BackgroundSlideshow with <em>BACKGROUND</em> being the imperative word. The position needs to be</p>
<pre><code>fullscreen_below
</code></pre>
<p dir="auto">and the photo does span the entire screen.</p>
<p dir="auto">It does work as designed but…I don’t really want the photo to be displayed fullscreen.</p>
<p dir="auto">Has anybody found a way of integrating Immich-hosted photos that are bound to a region rather than full-screen?</p>
]]></description><link>https://forum.magicmirror.builders/post/126729</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/126729</guid><dc:creator><![CDATA[mri_ice]]></dc:creator><pubDate>Sun, 25 May 2025 19:10:03 GMT</pubDate></item></channel></rss>