<?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[Module to show local traffic information - UK]]></title><description><![CDATA[<p dir="auto">Hey guys, I know that there is a module to show traffic on a specific route, but it would be nice to have a module that showed traffic information for a specific area. For example putting in a post code and then a distance, and getting traffic updates for that.  I know that Waze is open source, and shares the traffic data it has, but I don’t know the first thing about making a module. Anyone got any ideas on how to implement this??  Thanks guys. Nick</p>
]]></description><link>https://forum.magicmirror.builders/topic/2009/module-to-show-local-traffic-information-uk</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 01:28:35 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/2009.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 07 Mar 2017 23:24:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Module to show local traffic information - UK on Tue, 14 Mar 2017 22:43:25 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for your help I found my 2 errors with the "<br />
and i didn’t activate javascript api map in google.</p>
]]></description><link>https://forum.magicmirror.builders/post/17450</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/17450</guid><dc:creator><![CDATA[Fonfon]]></dc:creator><pubDate>Tue, 14 Mar 2017 22:43:25 GMT</pubDate></item><item><title><![CDATA[Reply to Module to show local traffic information - UK on Tue, 14 Mar 2017 18:29:38 GMT]]></title><description><![CDATA[<p dir="auto">it looks like you have single quotes where double quotes are needed… as for the api key you can test it by substituting the url with one from another site.</p>
]]></description><link>https://forum.magicmirror.builders/post/17424</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/17424</guid><dc:creator><![CDATA[onetwankyfive]]></dc:creator><pubDate>Tue, 14 Mar 2017 18:29:38 GMT</pubDate></item><item><title><![CDATA[Reply to Module to show local traffic information - UK on Fri, 10 Mar 2017 22:57:47 GMT]]></title><description><![CDATA[<p dir="auto">black screen when i add this:</p>
<p dir="auto">{<br />
module: ‘MMM-iFrameReload’,<br />
header: ‘Traffic Map’,<br />
position: ‘top_right’, // This can be any of the regions.<br />
config: {<br />
// See ‘Configuration options’ for more information.<br />
url: ‘<a href="http://localhost:8080/modules/MMM-iFrameReload/nameofhtmlfile.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://localhost:8080/modules/MMM-iFrameReload/nameofhtmlfile.html</a>’,<br />
width: ‘580px’, // Optional. Default: 400px<br />
height: ‘1100px’, // Optional. Default: 800px<br />
refreshInterval: 600 //Optional. Default: 3600 = 1 hour<br />
}<br />
},<br />
Can i use for my html file the same api key than MMM-traffic ?</p>
]]></description><link>https://forum.magicmirror.builders/post/16955</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/16955</guid><dc:creator><![CDATA[Fonfon]]></dc:creator><pubDate>Fri, 10 Mar 2017 22:57:47 GMT</pubDate></item><item><title><![CDATA[Reply to Module to show local traffic information - UK on Thu, 09 Mar 2017 21:52:46 GMT]]></title><description><![CDATA[<p dir="auto">it has worked fine for me</p>
]]></description><link>https://forum.magicmirror.builders/post/16950</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/16950</guid><dc:creator><![CDATA[onetwankyfive]]></dc:creator><pubDate>Thu, 09 Mar 2017 21:52:46 GMT</pubDate></item><item><title><![CDATA[Reply to Module to show local traffic information - UK on Thu, 09 Mar 2017 21:42:03 GMT]]></title><description><![CDATA[<p dir="auto">looks like very nice !! this module work ?</p>
]]></description><link>https://forum.magicmirror.builders/post/16944</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/16944</guid><dc:creator><![CDATA[Fonfon]]></dc:creator><pubDate>Thu, 09 Mar 2017 21:42:03 GMT</pubDate></item><item><title><![CDATA[Reply to Module to show local traffic information - UK on Wed, 08 Mar 2017 12:47:28 GMT]]></title><description><![CDATA[<p dir="auto">thanks for the reply. Looks very promising. Do you know if it is also possible to have a test version of all traffic in a local area as well?</p>
<p dir="auto">Nick</p>
]]></description><link>https://forum.magicmirror.builders/post/16827</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/16827</guid><dc:creator><![CDATA[nickb23]]></dc:creator><pubDate>Wed, 08 Mar 2017 12:47:28 GMT</pubDate></item><item><title><![CDATA[Reply to Module to show local traffic information - UK on Tue, 07 Mar 2017 23:45:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nickb23" aria-label="Profile: nickb23">@<bdi>nickb23</bdi></a> I was able to achieve this with MMM-iFrameReload and an html file in that folder… It looks something like this.</p>
<p dir="auto">{<br />
module: ‘MMM-iFrameReload’,<br />
header:‘Traffic Map’,<br />
position: ‘top_right’, // This can be any of the regions.<br />
config: {<br />
// See ‘Configuration options’ for more information.<br />
url: “<a href="http://localhost:8080/modules/MMM-iFrameReload/nameofhtmlfile.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://localhost:8080/modules/MMM-iFrameReload/nameofhtmlfile.html</a>”,<br />
width: “580px”, // Optional. Default: 400px<br />
height: “1100px”, // Optional. Default: 800px<br />
refreshInterval: 600 //Optional. Default: 3600 = 1 hour<br />
}<br />
},</p>
<p dir="auto">with this code below to make the map and save the html in the iframe folder</p>
<p dir="auto"><a href="https://developers.google.com/maps/documentation/javascript/examples/layer-traffic" target="_blank" rel="noopener noreferrer nofollow ugc">https://developers.google.com/maps/documentation/javascript/examples/layer-traffic</a></p>
]]></description><link>https://forum.magicmirror.builders/post/16769</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/16769</guid><dc:creator><![CDATA[onetwankyfive]]></dc:creator><pubDate>Tue, 07 Mar 2017 23:45:52 GMT</pubDate></item></channel></rss>