• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 534.4k 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.
  • L Offline
    lolobyte @Aries1984
    last edited by lolobyte Jan 21, 2019, 6:34 PM Jan 21, 2019, 6:34 PM

    @aries1984
    Bitte mir dann auch wenn moglich.

    Thanks

    1 Reply Last reply Reply Quote 0
    • K Offline
      keyun21
      last edited by Feb 23, 2019, 4:03 AM

      Newbie here I guess i have to pay for Google API service right? without that this module not going to work correct?

      B 1 Reply Last reply Feb 23, 2019, 7:37 AM Reply Quote 0
      • B Online
        BKeyport Module Developer @keyun21
        last edited by Feb 23, 2019, 7:37 AM

        @keyun21 You have to set up a pay account, including a credit card, but they give you a specific number of free accesses, and if you keep the module to a timeframe that you’d normally look at it, you’d have a hard time exceeding those uses.

        The "E" in "Javascript" stands for "Easy"

        K 1 Reply Last reply Feb 24, 2019, 7:17 PM Reply Quote 0
        • K Offline
          keyun21 @BKeyport
          last edited by Feb 24, 2019, 7:17 PM

          @bkeyport said in MMM-MyCommute:

          @keyun21 You have to set up a pay account, including a credit card, but they give you a specific number of free accesses, and if you keep the module to a timeframe that you’d normally look at it, you’d have a hard time exceeding those uses.

          Thanks a lot I will look into to see how many I can get free and how to set up module to run specific times?

          1 Reply Last reply Reply Quote 0
          • A Offline
            Aries1984 Module Developer
            last edited by Mar 10, 2019, 2:49 PM

            Hi everybody,

            sorry for the late reply. Haven’t been here much in the last couple of weeks. Here’s my config:

                {
                    module: 'MMM-MyCommute',
                    position: 'bottom_right',
                    header: 'Traffic',
                    classes: 'default everyone',
                    config: {
                        apikey: 'your API Key',
                        origin: 'Marienplatz 1, 80331 München',
                        startTime: '05:00',
                        endTime: '10:00',
                        hideDays: [0, 6],
                        destinations: [
                            {
                                destination: 'Belgradstraße 13, 80796 München',
                                label: 'Good Food',
                                mode: 'driving',
                                color: '#82E5AA'
                            }
                        ]
                    }
                },
            
            1 Reply Last reply Reply Quote 0
            • S Offline
              seanluse41
              last edited by May 17, 2019, 5:09 AM

              Can this module support Japanese addresses?
              The default config and values work for me, but putting in Japanese addresses returns loading… forever.

              1 Reply Last reply Reply Quote 0
              • T Offline
                thoeng
                last edited by thoeng May 29, 2019, 8:01 PM May 29, 2019, 7:59 PM

                This is great and very practical module! Everything is working on me but i would like to remain below USD200 (40K calls)/mo API call request. This means staying below 1.3K calls/day

                However, after installed I can see 570+ request call in 2 hours on Google API dashboard. This is despite setting pollFrequency: 1200000 (20mins interval) on MM config.

                Any help please?

                I 1 Reply Last reply Sep 16, 2019, 10:57 AM Reply Quote 1
                • C Offline
                  charp07
                  last edited by charp07 May 30, 2019, 6:51 AM May 30, 2019, 5:05 AM

                  MM is only loading the “loading…” text for this module. All my other modules are showing right. I am getting request on the Google API Console under the Directions API. So I believe that I must have the module installed correctly. Does anyone know why this would be happening?

                  1 Reply Last reply Reply Quote 0
                  • C Offline
                    charp07
                    last edited by May 30, 2019, 6:53 AM

                    	{
                    		module: 'MMM-MyCommute',
                    		position: 'bottom_right',
                    		config: {
                    			apikey: 'my api key from google',
                    			origin: '65 Front St W, Toronto, ON M5J 1E6',
                    			startTime: '00:00',
                    			endTime: '23:59',
                    			hideDays: [0,6],
                    			destinations: [
                      {
                    				destination: '14 Duncan St Toronto, ON M5H 3G8',
                    				label: 'Air Canada Centre',
                    				mode: 'walking',
                    				color: '#82E5AA'
                      },
                      ]
                      }
                    

                    },

                    1 Reply Last reply Reply Quote 0
                    • S Away
                      sdetweil
                      last edited by May 30, 2019, 12:28 PM

                      in the MagicMirror folder do

                      npm check:config
                      

                      fix 1st error, repeat
                      I think it is the comma after the only destination

                      				color: '#82E5AA'
                        },   //< ---
                      

                      loading …

                      is the default message many modules put up while getting their data
                      but it failed to get the data

                      so, this means there was an internal error in the module code
                      open the developers window
                      (either npm start dev, or use ctrl-shift-i when mirror is running)
                      select the console tab, and scroll up to locate any errors, usually red text

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      C 3 Replies Last reply May 31, 2019, 9:07 AM Reply Quote 1
                      • 1
                      • 2
                      • 19
                      • 20
                      • 21
                      • 22
                      • 23
                      • 28
                      • 29
                      • 21 / 29
                      • 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