<?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-BackgroundSlideshow]]></title><description><![CDATA[<p dir="auto">I have a question about the background photos. I’ve found that the images are larger when viewed on the raspberry than when I look at them on the PC.</p>
<p dir="auto">I am using the MMM BackgroundSlideshow module to display a new image every 10 seconds.</p>
<p dir="auto">In custom.css I have the following codes deposited:</p>
<pre><code>/*****************************************************
 * Magic Mirror                                      *
 * Custom CSS                                        *
 *                                                   *
 * By Michael Teeuw http://michaelteeuw.nl           *
 * MIT Licensed.                                     *
 *                                                   *
 * Add any custom CSS below.                         *
 * Changes to this files will be ignored by GIT. *
 *****************************************************/

.MMM-SystemStats  {
        color: #CEF6CE;
        } 
.normal,
.dimmed,
header,
.MMM-BackgroundSlideshow  {
    color: #fff;
},
.MMM-EasyPix  {
        font-weight: 400;
        } 
.MMM-SystemStats {
    font-size: 45%;
}
.MMM-darksky-hourly {
	color: #ffffff;
    }
</code></pre>
<p dir="auto">Can someone tell me why the PI are “bigger” than when I look at them on the PC</p>
<p dir="auto">That’s still my config</p>
<pre><code>/* Magic Mirror Config Sample
 *
 * By Michael Teeuw http://michaelteeuw.nl
 * MIT Licensed.
 *
 * For more information how you can configurate this file
 * See https://github.com/MichMich/MagicMirror#configuration
 *
 */

var config = {
	address: "0.0.0.0", // Address to listen on, can be:
	                      // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
	                      // - another specific IPv4/6 to listen on a specific interface
	                      // - "", "0.0.0.0", "::" to listen on any interface
	                      // Default, when address config is left out, is "localhost"
	port: 8080,
	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses
	                                                       // or add a specific IPv4 of 192.168.1.5 :
	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
	                                                       // or IPv4 range of 192.168.3.0 --&gt; 192.168.3.15 use CIDR format :
	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],

	language: "de",
	timeFormat: 24,
	units: "metric",

	modules: [
		{
			module: "alert",
		},
		{
			module: "updatenotification",
			position: "top_bar"
		},
		{
			module: "clock",
			position: "top_left"
		},
		/*{
			module: "compliments",
			position: "lower_third"
		},*/
		
	/*{
	disabled: false,	
    module: "MMM-NewsFeedTicker",
	position: "bottom_bar",
	//classes: "day_scheduler",
	config: {
	    feeds: [
				{
			title: "20 min",
			url: "https://api.20min.ch/rss/view/67",
			encoding: "UTF-8", //ISO-8859-1
			className: "myClass",
			defaultLogo : ""
		},

    	    ]
	}
    },
		
		{
	 module: 'internet-monitor',
	 position: 'top_center',
	 config: {
		 type: 'minimal',
		 maxTime: 7000,
		 updateInterval: 120000,
		 verbose: false,
		 displayStrength: true,
		 displaySpeed: false,
		 strengthIconSize: 40,
		 maxGaugeScale: 25,
		 wifiSymbol:{
			 size: 50,
			 fullColor: '#3afc25',
			 almostColor: '#ffff0c',
			 halfColor: '#ff8c00',
			 noneColor: '#ff1111'
		 }
	 }
 },*/
	
	 {
    module: 'MMM-darksky-hourly',
    position: 'top_right',  // This can be any of the regions.
    config: {
      // See 'Configuration options' for more information.
      apiKey: 'xxx', // Dark Sky API key.
      latitude:   47.309714,
      longitude: 7.8106514,
	  
    }
  },
	
	
	
	{
		module: 'MMM-SystemStats',
		position: 'bottom_left', // This can be any of the regions.
		classes: 'small dimmed', // Add your own styling. Optional.// classes: 'small dimmed', 
		// header: 'System Stats', // Set the header text OPTIONAL
		config: {
			updateInterval: 10000, // every 10 seconds
			align: 'right', // align labels
			view: 'textAndIcon',
		},
	},
{
    module: "MMM-EasyPix",
	header: "WLAN-Code",
	position: "bottom_right",
	config: {
		picName: "guest_wifi_config.png", // Enter the picture file name.
		maxWidth: "100%",        // Size picture precisely. Retains aspect ratio.
		}
        },
		
	
	{
    module: 'MMM-BackgroundSlideshow',
    position: 'fullscreen_below',
    config: {
      imagePaths: ['modules/MMM-BackgroundSlideshow/Amerika_2018'],
      transitionImages: true,
      randomizeImageOrder: true
    }
  },


/* 
{
  //disabled:true,
  module: "MMM-AVStock",
  position: "top_right", //"bottom_bar" is better for `mode:ticker`
  config: {
    apiKey : "WPYPLO6M92PTF7PB", // https://www.alphavantage.co/
    timeFormat: "YYYY-MM-DD HH:mm:ss",
    symbols : ["aapl", "GOOGL", "005930.KS", "SCHN.SW", "UBS", "NOVN.VX",],
    alias: ["Apple", "Google", "SAMSUNG Electronics", "Schindler", "UBS", "Novartis",], //Easy name of each symbol. When you use `alias`, the number of symbols and alias should be the same. If value is null or "", symbol string will be used by default.
    tickerDuration: 60, // Ticker will be cycled once per this second.
    chartDays: 90, //For `mode:series`, how much daily data will be taken. (max. 90)
    poolInterval : 1000*15, // If your AV account is free, at least 13 sec is needed.
    mode : "table", // "table", "ticker", "series"
  }
},*/		
		
		
		
		
		/*{
			module: "newsfeed",
			position: "bottom_bar",
			config: {
				feeds: [
					{
						title: "New York Times",
						url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
					}
				],
				showSourceTitle: true,
				showPublishDate: true
			}
		},*/
	]

};

/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {module.exports = config;}

</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/9084/mmm-backgroundslideshow</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 17:29:25 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/9084.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 12 Nov 2018 19:19:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Thu, 15 Nov 2018 18:51:09 GMT]]></title><description><![CDATA[<p dir="auto">Ok, thanks for your help. I downloaded the program PhotoScape and changed the height and width of all photos. Look, there you go !! Thank you</p>
]]></description><link>https://forum.magicmirror.builders/post/46814</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46814</guid><dc:creator><![CDATA[CyruS1337]]></dc:creator><pubDate>Thu, 15 Nov 2018 18:51:09 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Fri, 31 Jul 2020 02:49:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/benson" aria-label="Profile: Benson">@<bdi>Benson</bdi></a> the path MUST start in the module folder.</p>
<p dir="auto">so, you will need to use the ln command to link a folder in the module folder to the real media folder</p>
<p dir="auto">ln -s media-path folder_name</p>
]]></description><link>https://forum.magicmirror.builders/post/79403</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79403</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 31 Jul 2020 02:49:01 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Fri, 31 Jul 2020 01:16:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cyrus1337" aria-label="Profile: CyruS1337">@<bdi>CyruS1337</bdi></a><br />
Hi~ do you know how to set the “imagePaths” to the flash drive?<br />
Is it like the following? But it doesn’t seem to work.</p>
<p dir="auto">imagePaths: [‘media/pi/FlashDriveName/PhotoFolder’],</p>
]]></description><link>https://forum.magicmirror.builders/post/79400</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79400</guid><dc:creator><![CDATA[Benson]]></dc:creator><pubDate>Fri, 31 Jul 2020 01:16:26 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Thu, 15 Nov 2018 18:51:09 GMT]]></title><description><![CDATA[<p dir="auto">Ok, thanks for your help. I downloaded the program PhotoScape and changed the height and width of all photos. Look, there you go !! Thank you</p>
]]></description><link>https://forum.magicmirror.builders/post/46814</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46814</guid><dc:creator><![CDATA[CyruS1337]]></dc:creator><pubDate>Thu, 15 Nov 2018 18:51:09 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Thu, 15 Nov 2018 17:59:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cyrus1337" aria-label="Profile: cyrus1337">@<bdi>cyrus1337</bdi></a><br />
Each JPEG taken by modern digital camera has EXIF - <code>direction</code> information . Many picture viewers (in PC or Phone) can show the picture of right direction by automatic rotation with that information.</p>
<p dir="auto">But Most of Web Browser (including Electron/Chrome of MagicMirror) don’t have that feature yet.</p>
<p dir="auto">If your photos are stored in GooglePhotos or any other “SMART” clouds, the pictures will be stored with right direction when you saved. But… As I know that BackgroundSlideShow use your local directory. Browser cannot know right direction, then It display the picture as it was taken.</p>
<p dir="auto">I tried automatic rotation on MMM-DropboxWallpaper with EXIF, but not so satisfied. On browser level, it could’t be solved acceptably. Rotation on displaying could make unintended blank area, and Rotation of stored images on RPI needs too much CPU power.</p>
<p dir="auto">Solution: Rotate photos by manual with image editor in your POWERFUL PC then, save and use them.</p>
]]></description><link>https://forum.magicmirror.builders/post/46813</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46813</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Thu, 15 Nov 2018 17:59:14 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Thu, 15 Nov 2018 17:38:33 GMT]]></title><description><![CDATA[<p dir="auto">@sean With the module MM-Background Slideshow I have now added <code>contain</code>:</p>
<pre><code>{
    module: 'MMM-BackgroundSlideshow',
    position: 'fullscreen_below',
    config: {
      imagePaths: ['modules/MMM-BackgroundSlideshow/Amerika_2018'],
	  slideshowSpeed: 5000,
      transitionImages: true,
      randomizeImageOrder: true,
	  backgroundSize: 'contain'
    }
  },
</code></pre>
<p dir="auto">The pictures now show it in the correct size. From the pictures, which were photographed in portrait format, it does not display correctly. Funny is that certain something in portrait mode.</p>
<p dir="auto"><a href="https://picload.org/view/dcocdwwl/20181115_1834321.jpg.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://picload.org/view/dcocdwwl/20181115_1834321.jpg.html</a></p>
<p dir="auto"><a href="https://picload.org/view/dcocdwwc/20181115_1833561.jpg.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://picload.org/view/dcocdwwc/20181115_1833561.jpg.html</a></p>
]]></description><link>https://forum.magicmirror.builders/post/46812</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46812</guid><dc:creator><![CDATA[CyruS1337]]></dc:creator><pubDate>Thu, 15 Nov 2018 17:38:33 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Wed, 14 Nov 2018 17:28:13 GMT]]></title><description><![CDATA[<p dir="auto">@sean ok, that doesn’t work for me… i am not background, i am foreground. (fullscreen above).</p>
<p dir="auto">if I set if on the module div or on the image, I get the same extreme zoom in.</p>
]]></description><link>https://forum.magicmirror.builders/post/46759</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46759</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 14 Nov 2018 17:28:13 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Wed, 14 Nov 2018 17:15:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a><br />
Then you can use just <code>contain</code> mode .<br />
Here is my another module handling image - <code>MMM-Rijks</code> with same technic.<br />
It can show how <code>contain</code> trick works.</p>
<p dir="auto"><img src="/assets/uploads/files/1542215711456-%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA-2018-11-14-18.11.15.png" alt="0_1542215709842_스크린샷 2018-11-14 18.11.15.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1542215724972-%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA-2018-11-14-18.11.33.png" alt="0_1542215723894_스크린샷 2018-11-14 18.11.33.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/46757</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46757</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Wed, 14 Nov 2018 17:15:30 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Wed, 14 Nov 2018 17:07:55 GMT]]></title><description><![CDATA[<p dir="auto">@sean bingo…   if something is clipped (not shown) then its wrong…   I fiddled with all those css settings and finally gave up… i calculate the dimensions myself and all is good on EVERY picture</p>
]]></description><link>https://forum.magicmirror.builders/post/46756</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46756</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 14 Nov 2018 17:07:55 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Wed, 14 Nov 2018 17:06:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a><br />
Which distortion? It’s just resizing.</p>
]]></description><link>https://forum.magicmirror.builders/post/46755</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46755</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Wed, 14 Nov 2018 17:06:28 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Wed, 14 Nov 2018 17:05:55 GMT]]></title><description><![CDATA[<p dir="auto">@sean i understand… but BOTH distort the image presentation</p>
]]></description><link>https://forum.magicmirror.builders/post/46754</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46754</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 14 Nov 2018 17:05:55 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Wed, 14 Nov 2018 17:04:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a><br />
There are two options for vertical photos on horizontal screen.</p>
<ul>
<li>
<p dir="auto"><code>cover</code> : whole screen will be covered by part of photos. but some areas(top and bottom) of photos will be out of screen</p>
</li>
<li>
<p dir="auto"><code>contain</code> : whole picture will be shown from bottom to top. but some remain area of screen (left and right) will be black.</p>
</li>
</ul>
]]></description><link>https://forum.magicmirror.builders/post/46753</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46753</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Wed, 14 Nov 2018 17:04:59 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Wed, 14 Nov 2018 17:02:40 GMT]]></title><description><![CDATA[<p dir="auto">@sean but it distorts the picture, not in original format… which is what I want…</p>
]]></description><link>https://forum.magicmirror.builders/post/46752</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46752</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 14 Nov 2018 17:02:40 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Wed, 14 Nov 2018 17:01:37 GMT]]></title><description><![CDATA[<p dir="auto">@sean  how about a portrait photo sample…</p>
<p dir="auto">the tv/monitor aspect ratio (16:9) doesn’t fit unless u stretch or clip the image…</p>
<p dir="auto">the sunrise is 6000x4000 pixels  the portrait photo is 4000x6000 (both WxH)</p>
]]></description><link>https://forum.magicmirror.builders/post/46751</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46751</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 14 Nov 2018 17:01:37 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Wed, 14 Nov 2018 17:00:18 GMT]]></title><description><![CDATA[<p dir="auto">Anyway, If your module would be using <code>img</code> tag for showing photos, module should know the exact image size and calculate to resize it by proper target ratio.<br />
Instead, I prefer using Background CSS trick. <code>background-size:cover</code> will cover whole image to entire area of it’s element, <code>background-size:contain</code> will resize image to fit to target element size. Suprisingly, without any calculation.</p>
]]></description><link>https://forum.magicmirror.builders/post/46750</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46750</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Wed, 14 Nov 2018 17:00:18 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Wed, 14 Nov 2018 16:52:34 GMT]]></title><description><![CDATA[<p dir="auto">I made several modules handling photos - <code>MMM-GooglePhotos</code>, <code>MMM-WeatherBackground</code>, <code>MMM-DropboxWallpaper</code>,…</p>
<p dir="auto">All modules can display photos by its aspect-ratio with covering the target area or resizing to show whole picture.<br />
Try them.</p>
<ul>
<li>
<p dir="auto">MMM-DropboxWallpaper (<a href="https://github.com/eouia/MMM-DropboxWallpaper" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/eouia/MMM-DropboxWallpaper</a>)<br />
<img src="https://github.com/eouia/MMM-DropboxWallpaper/blob/master/sc.jpg?raw=true" alt="" class=" img-fluid img-markdown" /></p>
</li>
<li>
<p dir="auto">MMM-GooglePhotos (<a href="https://github.com/eouia/MMM-GooglePhotos" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/eouia/MMM-GooglePhotos</a>)<br />
<img src="/assets/uploads/files/1532096415357-temp2.jpg" alt="0_1532096406799_temp2.jpg" class=" img-fluid img-markdown" /></p>
</li>
</ul>
]]></description><link>https://forum.magicmirror.builders/post/46749</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46749</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Wed, 14 Nov 2018 16:52:34 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Wed, 14 Nov 2018 16:34:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cyrus1337" aria-label="Profile: cyrus1337">@<bdi>cyrus1337</bdi></a>   I am using the MMM-ImagePhotos module… but I had to change the code to keep my images properly formatted…</p>
<p dir="auto">landscape<br />
<a href="https://www.dropbox.com/s/adzzi3bc7wwq8q5/IMG_20181114_102356.jpg?dl=0" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.dropbox.com/s/adzzi3bc7wwq8q5/IMG_20181114_102356.jpg?dl=0</a><br />
portrait<br />
<a href="https://www.dropbox.com/s/htxdm7b8sayqazh/IMG_20181114_102350.jpg?dl=0" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.dropbox.com/s/htxdm7b8sayqazh/IMG_20181114_102350.jpg?dl=0</a></p>
<p dir="auto">can’t get the pics to actually display here…</p>
]]></description><link>https://forum.magicmirror.builders/post/46747</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46747</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 14 Nov 2018 16:34:38 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Wed, 14 Nov 2018 05:26:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> And what would be your module :)</p>
]]></description><link>https://forum.magicmirror.builders/post/46733</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46733</guid><dc:creator><![CDATA[CyruS1337]]></dc:creator><pubDate>Wed, 14 Nov 2018 05:26:43 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Tue, 13 Nov 2018 21:24:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/garbleflux" aria-label="Profile: garbleflux">@<bdi>garbleflux</bdi></a> i had to modify another image display module to get the correct presentation of images,  no zoom in and no crop of portrait mode. does mean that some of the background shows thru, but the pictures are correctly displayed</p>
]]></description><link>https://forum.magicmirror.builders/post/46720</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46720</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 13 Nov 2018 21:24:16 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Tue, 13 Nov 2018 20:00:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cyrus1337" aria-label="Profile: cyrus1337">@<bdi>cyrus1337</bdi></a> said in <a href="/post/46702">MMM-BackgroundSlideshow</a>:</p>
<blockquote>
<p dir="auto">@sean Thanks for your quick reply.</p>
</blockquote>
<p dir="auto">I also use this module very successfully. Try to resize the pictures to the resolution of your screen (photoshop), normaly 1920 x 1080, 1024 x 760. Sometimes it is also necessary to set the pictures to the correct aspect ratio 16:9. For me it works fine.<br />
Regards Mike</p>
]]></description><link>https://forum.magicmirror.builders/post/46718</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46718</guid><dc:creator><![CDATA[garbleflux]]></dc:creator><pubDate>Tue, 13 Nov 2018 20:00:44 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Tue, 13 Nov 2018 08:37:32 GMT]]></title><description><![CDATA[<p dir="auto">@sean Thanks for your quick reply.</p>
]]></description><link>https://forum.magicmirror.builders/post/46702</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46702</guid><dc:creator><![CDATA[CyruS1337]]></dc:creator><pubDate>Tue, 13 Nov 2018 08:37:32 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Tue, 13 Nov 2018 08:27:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cyrus1337" aria-label="Profile: cyrus1337">@<bdi>cyrus1337</bdi></a><br />
I’m not sure, I don’t know anything about backgroundSlideShow, but,</p>
<p dir="auto">Your pictures would be greater than resolution of screen.<br />
Then, your PC viewer might have resized your pictures automatically when they were shown. But backgroundSlideShow might not have that feature. However, there is a possibility of controlling by CSS. Ask to creator.</p>
]]></description><link>https://forum.magicmirror.builders/post/46701</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46701</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Tue, 13 Nov 2018 08:27:44 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideshow on Wed, 14 Nov 2018 08:55:16 GMT]]></title><description><![CDATA[<p dir="auto">Enclosed I send you the two different views. Once on the PI and once on the PC monitor.</p>
<p dir="auto"><a href="https://picload.org/view/dcolocpc/20181112_200920.jpg.html" target="_blank" rel="noopener noreferrer nofollow ugc"><img src="https://img.picload.org/image/dcolocpc/20181112_200920.jpg" alt="Bild Text" class=" img-fluid img-markdown" /></a></p>
<p dir="auto"><a href="https://picload.org/view/dcolocpi/20181112_200932.jpg.html" target="_blank" rel="noopener noreferrer nofollow ugc"><img src="https://picload.org/image/dcolocpi/20181112_200932.jpg" alt="Bild Text" class=" img-fluid img-markdown" /></a></p>
]]></description><link>https://forum.magicmirror.builders/post/46688</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46688</guid><dc:creator><![CDATA[CyruS1337]]></dc:creator><pubDate>Wed, 14 Nov 2018 08:55:16 GMT</pubDate></item></channel></rss>