MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-MyCommute

    Scheduled Pinned Locked Moved Transport
    286 Posts 80 Posters 655.0k Views 77 Watching
    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.
    • E Offline
      Egnos
      last edited by Egnos

      Is anybody there? 🤔

      My Mirror https://forum.magicmirror.builders/topic/17262/the-raspimirror-was-born/7

      S 1 Reply Last reply Reply Quote 0
      • S Do not disturb
        sdetweil @Egnos
        last edited by

        @Egnos

        This API project is not authorized to use this API.

        seems pretty clear… the api Project you selected, doesn’t authorize use of the API…

        open the google developers console, find the api project and check for the api… maybe Javascript

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        E 1 Reply Last reply Reply Quote 0
        • E Offline
          Egnos @sdetweil
          last edited by Egnos

          @sdetweil said in MMM-MyCommute:

          @Egnos

          This API project is not authorized to use this API.

          seems pretty clear… the api Project you selected, doesn’t authorize use of the API…

          open the google developers console, find the api project and check for the api… maybe Javascript

          Dear @sdetweil.
          Thee same behavior also has it @wagon40, I thought it was something about the module…but if you’re sure it’s just an API problem … I’ll do a check!

          Thanks.

          My Mirror https://forum.magicmirror.builders/topic/17262/the-raspimirror-was-born/7

          1 Reply Last reply Reply Quote 0
          • B Offline
            banbutcher
            last edited by banbutcher

            so Ive installed MyCommute and activated the directions api in google and Im getting this error in log…
            [14:09:09.679] [LOG] MMM-MyCommute: You must use an API key to authenticate each request to Google Maps Platform APIs.

            Im using the same API key for GoogleMapsTraffic.

            heres my config section:

            // My Commute Start
            
            {
            			module: "MMM-MyCommute",
            			position: "bottom_right",
            			config: {
                				apikey: 'API - Key',
                				origin: 'Start Address',
                				startTime: '07:00',
                				endTime: '23:30',
                				destinations: [
                  					{
                   				 	destination: 'Destination',
                   				 	label: 'Engine Center',
                   				 	mode: 'driving',
                    				color: '#82E5AA'
                  					},
            					{
                   				 	destination: 'Destination',
                   				 	label: 'WHE - Office',
                   				 	mode: 'driving',
                    					color: '#82E5AA'
                  					},
            				]
            			}
            		}, 
            

            any ideas?

            Thanks

            S 1 Reply Last reply Reply Quote 0
            • S Do not disturb
              sdetweil @banbutcher
              last edited by

              @banbutcher you have to sign on to the Google API console and enable the API.
              And u must enter a credit card as part of that.

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              B 1 Reply Last reply Reply Quote 0
              • B Offline
                banbutcher @sdetweil
                last edited by

                @sdetweil
                if your taking about the API for directions, ive already done that. have entered credit card details too, needed that for GoogleMapsTraffic.

                S 1 Reply Last reply Reply Quote 0
                • S Do not disturb
                  sdetweil @banbutcher
                  last edited by sdetweil

                  @banbutcher Google maps traffic uses the JavaScript map API. This module needs another api

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  B 1 Reply Last reply Reply Quote 0
                  • B Offline
                    banbutcher @sdetweil
                    last edited by banbutcher

                    @sdetweil

                    i have both turned on, at least im sure i do…

                    https://drive.google.com/open?id=18ZReMNCAscxCxtJjd1dEo8s2D2u3MOY-

                    thanks again

                    S 1 Reply Last reply Reply Quote 0
                    • S Do not disturb
                      sdetweil @banbutcher
                      last edited by sdetweil

                      @banbutcher did that solve the problem? I can’t see whatever is on that Google drive, as it tries to find it on mine

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • B Offline
                        banbutcher
                        last edited by

                        another question… as im running GoogleMapsTraffic as a full screen page i was wondering if its possible to show the quickest routes on the map between origin and destination?

                        S 1 Reply Last reply Reply Quote 0
                        • S Do not disturb
                          sdetweil @banbutcher
                          last edited by

                          @banbutcher I don’t know what API parameters are available or used by that module

                          Sam

                          How to add modules

                          learning how to use browser developers window for css changes

                          1 Reply Last reply Reply Quote 0
                          • B Offline
                            banbutcher
                            last edited by

                            its just a pic of the list of enabled Apis and directions is on there… no still hasnt solved problem.

                            is their a different key for directions api and another different key for the javascript map api?

                            S 1 Reply Last reply Reply Quote 0
                            • S Do not disturb
                              sdetweil @banbutcher
                              last edited by

                              @banbutcher no. Just have to use the same project and key to enable the apis

                              Sam

                              How to add modules

                              learning how to use browser developers window for css changes

                              B 1 Reply Last reply Reply Quote 0
                              • B Offline
                                banbutcher @sdetweil
                                last edited by

                                @sdetweil

                                thats what i thought, i have the right ones enabled and using the same key! :/

                                1 Reply Last reply Reply Quote 0
                                • B Offline
                                  banbutcher
                                  last edited by

                                  turns out i didnt have the address formatted correctly! took them directly from google maps and it worked great!

                                  thanks,
                                  Richie

                                  1 Reply Last reply Reply Quote 0
                                  • B Offline
                                    banbutcher
                                    last edited by banbutcher

                                    is there any way of knowing if calendar events are being passed? Ive added this code to mine and nothing gets added to my commute:

                                          maxCalendarEvents: 2,
                                          maxCalendarTime: 24 * 60 * 60 * 1000,
                                          calendarOptions: [
                                                  {
                                                  mode: 'driving'
                                                  }
                                          ],  
                                    

                                    am i missing something?

                                    1 Reply Last reply Reply Quote 0
                                    • T Offline
                                      testdruif
                                      last edited by

                                      Created issue for calendar events regarding arrival time & transit option.
                                      Also worth noting that calendar events are only first added when the module refreshes traffic (after 10 minutes from startup)

                                      https://github.com/qistoph/MMM-MyCommute/issues/12

                                      S T 2 Replies Last reply Reply Quote 0
                                      • S Do not disturb
                                        sdetweil @testdruif
                                        last edited by sdetweil

                                        @testdruif is this module getting cal events as broadcast by the calendar module? How often does the cal module refresh/broadcast?

                                        Sam

                                        How to add modules

                                        learning how to use browser developers window for css changes

                                        T 1 Reply Last reply Reply Quote 0
                                        • T Offline
                                          testdruif @testdruif
                                          last edited by testdruif

                                          @testdruif said in MMM-MyCommute:

                                          Created issue for calendar events regarding arrival time & transit option.
                                          Also worth noting that calendar events are only first added when the module refreshes traffic (after 10 minutes from startup)

                                          https://github.com/qistoph/MMM-MyCommute/issues/12

                                          When the calendar events are added the code crashes further down the line.
                                          Code doesn’t add the calendar collor variable.

                                          1 Reply Last reply Reply Quote 0
                                          • T Offline
                                            testdruif @sdetweil
                                            last edited by

                                            @sdetweil Yes, the module gets events from calendar module broadcast.

                                            Another issue: when you have multiple calendar modules configured the array gets wiped at unexpected times.
                                            So you can only use it correctly with 1 calendar module.

                                            because the commute module loads before all calendar entries are processed they are processed on the next “commute update” which is 10m by default config.

                                            S 1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 10
                                            • 11
                                            • 12
                                            • 13
                                            • 14
                                            • 15
                                            • 12 / 15
                                            • First post
                                              Last post
                                            Enjoying MagicMirror? Please consider a donation!
                                            MagicMirror created by Michael Teeuw.
                                            Forum managed by Sam, technical setup by Karsten.
                                            This forum is using NodeBB as its core | Contributors
                                            Contact | Privacy Policy