Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED My-Commute error

    Troubleshooting
    2
    4
    306
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • W
      wagon40 last edited by

      Hello, I posted this in the My-commute multi page post but no reply after a few days.

      I have the module downloaded and the dependencies. I attempted to take out the second work address with no changes. I cannot find anything wrong with my code and my google account shows that it is counting every request. not sure where the issue is. Any help would be great.

      {
      			module: "MMM-MyCommute",
      			position: "bottom_bar",
      			config: {
          				apikey: 'google api key',
          				origin: ' Rd, city, state zip',
          				startTime: '00:00',
          				endTime: '23:59',
          				destinations: [
            					{
             				 	destination: ' Ave, city, state zip',
             				 	label: ' Work1',
             				 	mode: 'driving',
              				color: '#82E5AA'
            					},
      					{
             				 	destination: ' Ave, city, state zip',
             				 	label: ' Work2',
             				 	mode: 'driving',
              				color: '#82E5AA'
            					},
      				]
      			}
      		},
      
      S 1 Reply Last reply Reply Quote 0
      • S
        sdetweil @wagon40 last edited by

        @wagon40 what is the problem?? I don’t know the module, but don’t know what you are trying to do

        1 Reply Last reply Reply Quote 0
        • W
          wagon40 last edited by

          Hello again sdetweil ! So it shows up on the mirror bottom as it should but where it should show the time it shows “error” in red. does show updates in the middle every 10mins or so.

          Im just looking for it to work. Show me route times and change colors when there will be a delay.

          1 Reply Last reply Reply Quote 0
          • W
            wagon40 last edited by

            Im starting to believe it is a google api issue. I have tried to restrict it but at this point i am lost. I also tried to install MMM-Traffic with no success either.

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy