MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. tguad
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    T
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Groups 0

    tguad

    @tguad

    0
    Reputation
    168
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    tguad Unfollow Follow

    Latest posts made by tguad

    • MMM-MyCommute not updating traffic times

      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:

      		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,
      				}
      		]
      	},
      	},
      
      posted in Troubleshooting
      T
      tguad