<?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[Probleme beim Anzeigen des iFrame Moduls]]></title><description><![CDATA[<p dir="auto">Hallo,</p>
<p dir="auto">bin noch relativ unerfahren und versuche 2-3 Module zu installieren. Ich scheitere aber immer wieder daran das die neuen Module nicht angezeigt werden. Die Standardmodule bis auf Wetter gehen.</p>
<p dir="auto">Aktuell versuche ich mich am iFrame Modul.<br />
Hier mal meine config.js</p>
<pre><code>language: "de",
timeFormat: 24,
units: "metric",

modules: [
	{
		module: "alert",
	},
	{
		module: "updatenotification",
		position: "top_bar"
	},
	{
		module: "clock",
		position: "top_right"
	},
	{
		module: "MMM-iFrame",
		position: "top_left",	// This can be any of the regions.
		config: {
		// See "Configuration options" for more information.
			url: ["http://192.168.178.223:8082/vis/index.html#TeleconsulterHaus", "ENTER IN URL2"],  // as many URLs you want or you can just ["ENTER IN URL"] if single URL.
			updateInterval: 0.5 * 60 * 1000, // rotate URLs every 30 seconds
			width: "100%", // Optional. Default: 100%
			height: "100px" //Optional. Default: 100px
			
		}
	},
	{
		module: "compliments",
		position: "lower_third"
	},
	
	{
		module: "newsfeed",
		position: "bottom_bar",
		config: {
			feeds: [
				{
					title: "Bild News",
					url: "http://www.bild.de/rss3-20745882,feed=alles.bild.html"
				}
			],
			showSourceTitle: true,
			showPublishDate: true
		}
	},
]
};
</code></pre>
<p dir="auto">Wenn ich die Seite normal im Browser starte wird sie angezeigt. Auch andere URLs gehen nicht.<br />
Was mach ich falsch?</p>
<p dir="auto">Gruß<br />
Michael</p>
]]></description><link>https://forum.magicmirror.builders/topic/7429/probleme-beim-anzeigen-des-iframe-moduls</link><generator>RSS for Node</generator><lastBuildDate>Thu, 21 May 2026 04:46:30 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/7429.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 18 Jun 2018 18:35:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Probleme beim Anzeigen des iFrame Moduls on Wed, 20 Jun 2018 12:00:40 GMT]]></title><description><![CDATA[<p dir="auto">maybe a stupid question, but you installed the modules you trying to show correctly?</p>
<p dir="auto">git clone MMM-blabla in the modules folder… and<br />
after cloning most of the moduels need some dependencies<br />
you need a npm install within the modules folder.</p>
<p dir="auto">Just follow the readme instructions. Most of them are very cleraly described.<br />
Maybe you should try to show the iframe module with a simple page like <a href="http://google.de" target="_blank" rel="noopener noreferrer nofollow ugc">google.de</a>?</p>
<p dir="auto">Do you get errros that the mirror does not show anything at all, or just the new module is not shown?</p>
]]></description><link>https://forum.magicmirror.builders/post/40707</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/40707</guid><dc:creator><![CDATA[barnosch]]></dc:creator><pubDate>Wed, 20 Jun 2018 12:00:40 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme beim Anzeigen des iFrame Moduls on Mon, 18 Jun 2018 19:32:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/michaels" aria-label="Profile: michaels">@<bdi>michaels</bdi></a> Welcome Michael! This is an englisch forum, you will get much more answers if you post in englisch.</p>
<p dir="auto">I notice a few things:</p>
<ul>
<li>Is the IP accessable from the network your mirrror is on
<ul>
<li>execute <code>ping 192.168.178.223</code> and check if you get a ping</li>
</ul>
</li>
<li>The <code>url</code> property of the <code>MMM-iFrame</code> module is an array and you still have <code>"ENTER IN URL2"</code> in it. Try to remove the second item of the array.</li>
</ul>
<p dir="auto">Example <code>MMM-iFrame</code>:</p>
<pre><code>{
module: “MMM-iFrame”,
position: “top_left”,	// This can be any of the regions.
config: {
	// See “Configuration options” for more information.
	url: [“http://192.168.178.223:8082/vis/index.html#TeleconsulterHaus”], // as many URLs you want or you can just [“ENTER IN URL”] if single URL.
	updateInterval: 0.5 * 60 * 1000, // rotate URLs every 30 seconds
	width: “100%”, // Optional. Default: 100%
	height: “100px” //Optional. Default: 100px
	}
}
</code></pre>
<p dir="auto">Btw, your code formatting is off a bit</p>
]]></description><link>https://forum.magicmirror.builders/post/40620</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/40620</guid><dc:creator><![CDATA[idoodler]]></dc:creator><pubDate>Mon, 18 Jun 2018 19:32:29 GMT</pubDate></item></channel></rss>