<?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[(Solved) Need help loading iframe]]></title><description><![CDATA[<p dir="auto">Hello everyone,</p>
<p dir="auto">First off, the magicmirror project is my first experience with coding so complete noob here (but willing to learn).</p>
<p dir="auto">I’ve been able to setup MMM-GoogleMapsTraffic module but would like to replace it by an iframe of waze/livemaps. <a href="https://developers.google.com/waze/iframe/" target="_blank" rel="noopener noreferrer nofollow ugc">https://developers.google.com/waze/iframe/</a><br />
so i replace googleMapsTraffic module by this module <a href="https://github.com/alberttwong/MMM-iFrame" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/alberttwong/MMM-iFrame</a></p>
<pre><code>                {
			module: "MMM-iFrame",
			position: "top-left",	// This can be any of the regions.
			config: {
				// See 'Configuration options' for more information.
					url: ["https://embed.waze.com/fr/iframe?zoom=13&amp;lat=48.6159324&amp;lon=-1.9995349"],  // 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: "300px" //Optional. Default: 100px
			}
		}
	},
</code></pre>
<p dir="auto">when launching npm, i now have a syntax error message, did try to mess around like i did with previous module but can’t figure out what i did wrong.</p>
<p dir="auto">any help will be appreciated<br />
Thanks</p>
<p dir="auto">my mirror: <a href="https://photos.app.goo.gl/UJScmWhd87KozjRn1" target="_blank" rel="noopener noreferrer nofollow ugc">https://photos.app.goo.gl/UJScmWhd87KozjRn1</a></p>
<p dir="auto"><em><strong>EDIT</strong></em>:</p>
<p dir="auto">after editing code by deleting one of the last bracket</p>
<pre><code>	{
			module: "MMM-iFrame",
			position: "top-left",	// This can be any of the regions.
			config: {
				// See 'Configuration options' for more information.
						url: ["https://embed.waze.com/fr/iframe?zoom=13&amp;lat=48.6159324&amp;lon=-1.9995349"],  // 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: "300px" //Optional. Default: 100px
			}
		},
</code></pre>
<p dir="auto">I do not have anymore syntax error now when launching npm but no visual of the map,<br />
Any idea?</p>
<p dir="auto"><em><strong>EDIT 2:</strong></em></p>
<p dir="auto">Finally got it working by changing of iframe module, do use MMM-iFrameReload now and working great :)</p>
]]></description><link>https://forum.magicmirror.builders/topic/7097/solved-need-help-loading-iframe</link><generator>RSS for Node</generator><lastBuildDate>Tue, 08 Sep 2026 22:27:29 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/7097.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 02 May 2018 09:34:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to (Solved) Need help loading iframe on Wed, 02 May 2018 23:43:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rohazon" aria-label="Profile: rohazon">@<bdi>rohazon</bdi></a></p>
<p dir="auto">Kudos to you for solving your own issue.</p>
<p dir="auto">I have given you your very first upvote! :-)</p>
]]></description><link>https://forum.magicmirror.builders/post/39161</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39161</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Wed, 02 May 2018 23:43:41 GMT</pubDate></item></channel></rss>