<?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-MyCommute not updating traffic times]]></title><description><![CDATA[<p dir="auto">I got the MyCommute module to work however, it is not adjusting accordingly to the traffic. It only ever reads travel time with no traffic. I have tried to mess with pollFrequency, assuming this is the issue but have had no luck. I am not a programmer so please help! It will display accurate travel time for no traffic only. So it is not actually checking traffic for updates. Here is my outline for it:</p>
<pre><code>		module:	'MMM-MyCommute',
		position: 'bottom_left',
		classes: 'default everyone',
		header: "Traffic",
		config: {
			api_key: 'xxxxxxxx',
			origin: 'xxxxx',
			showSummary: true,
			startTime: '00:00',
			endTime: '23:59',
			colorCodeTravelTime: true,
			destinations: [
				{
				destination: "1100 S Marietta Pkwy, Marietta, GA 30060",
				label: 'KSU Marietta',
				mode: 'driving',
				//green color: '#22a960',
				alternatives: true,
				pollFrequency: 600000,
				},
				{
				destination: 'xxxxxx',
				label: 'CHOA',
				mode: 'driving',
				alternatives: true,
				pollFrequency: 600000,
				}
		]
	},
	},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/8559/mmm-mycommute-not-updating-traffic-times</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 20:19:09 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/8559.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 11 Aug 2018 22:24:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-MyCommute not updating traffic times on Thu, 01 Nov 2018 23:35:03 GMT]]></title><description><![CDATA[<p dir="auto">This is my code and it updates with traffic as expected.</p>
<pre><code>{
  module: 'MMM-MyCommute', 
  position: 'top_left',
  header: 'Commute',
  classes: 'default everyone',
  config: {
    apikey: 'xxxxxxx',
    origin: 'xxxxxx',
    moderateTimeThreshold: '1.15',
    poorTimeThreshold: '1.3',
    showSummary: true,
    destinations: [
      {
        destination: 'xxxxxxx',
        label: 'Work',
        mode: 'driving',
	alternatives: true,
	startTime: '05:00',
        endTime: '09:00',
        hideDays: [0,2,5,6],
        color: '#9b59b6',
      },
	   {
        destination: 'xxxxxx',
        label: 'xxxxxx',
        mode: 'driving',
	alternatives: true,
	 startTime: '05:00',
         endTime: '10:00',
         hideDays: [0,1,2,3,4,6],
         color: '#33B5FF',
      }, 
	  {
        destination: 'xxxxxx',
        label: 'xxxxxxx',
        mode: 'driving',
	alternatives: true,
	startTime: '05:00',
        endTime: '10:00',
        hideDays: [0,1,2,3,4,5],
        color: '#9b59b6',
      },
    ]
  }
},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/46211</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46211</guid><dc:creator><![CDATA[krouton]]></dc:creator><pubDate>Thu, 01 Nov 2018 23:35:03 GMT</pubDate></item></channel></rss>