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 653.2k 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.
    • pyrosmileyP Offline
      pyrosmiley @olexs
      last edited by

      @olexs Thanks a lot for that fork – it’s exactly what I needed for the mirror!

      1 Reply Last reply Reply Quote 1
      • A Offline
        aishaamila @j.e.f.f
        last edited by

        @j.e.f.f does this modules in Malaysia? Because i keep on getting syntax error so the config cannot be validated

        J 1 Reply Last reply Reply Quote 0
        • J Offline
          j.e.f.f Project Sponsor Module Developer @aishaamila
          last edited by

          @aishaamila I don’t see why it wouldn’t. Does google maps work for you just in your browser?

          If you can’t figure it out PM me and I’ll help you troubleshoot.

          1 Reply Last reply Reply Quote 0
          • A Offline
            AlexNY007
            last edited by

            Not sure everybody is aware of this but today when i was trying to deploy the module and then getting the APi i found out that Google now is requesting a billing account. Even has a $200 limit for use per month. Do you guys know if this is per project or per account? If so anybody recently created an account for this module? any hints will be appreciated.

            AlbinolanA 1 Reply Last reply Reply Quote 0
            • O Offline
              olexs
              last edited by olexs

              Annoyingly enough, this is correct. Google is changing their Maps API access, and billing now needs to be set up for all uses of the API - including free tier. The 200$ limit is their free allowance, as long as you stay under that you don’t pay anything at all. Using only MMM-MyCommute should not even come close to that. But you still have to provide billing information, even if it’s never going to be used.

              I have updated my account and project that I use for MMM-MyCommute, and it works just fine.

              A 1 Reply Last reply Reply Quote 0
              • A Offline
                AlexNY007 @olexs
                last edited by AlexNY007

                @olexs yes. I read their last FAQ and basically its is what you said. Sorry if this sound stupid but, when you said MM-Commute should not come close to the allowance limit, do you mean that even if i have one project for em and my wife should not cost me a billing headache? I mean if i do something like this.

                0_1527175369701_f2dd475e-ea5e-4489-8a8d-2064eac0a385-image.png

                O 1 Reply Last reply Reply Quote 0
                • O Offline
                  olexs @AlexNY007
                  last edited by

                  @alexny007 Unless you have many (dozens) instances of the module running on the same account, it will stay far below the 200$ free tier limit, and it won’t cost you anything.

                  A 1 Reply Last reply Reply Quote 1
                  • A Offline
                    AlexNY007 @olexs
                    last edited by

                    @olexs Thank you!!! looking forward to experiment with this module.

                    1 Reply Last reply Reply Quote 0
                    • AlbinolanA Offline
                      Albinolan @AlexNY007
                      last edited by

                      @alexny007 I created my account last week, and was presented with the billing screen, however I somehow managed to set it up without actually giving any information, seems to be a bug when you have multiple tabs open, which allows you to bypass it. It says that I have one set up, but when I go to view its details, it asks me to enter them.

                      1 Reply Last reply Reply Quote 0
                      • J Offline
                        Jeffers1984
                        last edited by Jeffers1984

                        Hi everyone,

                        Hoping you can help me with a query I have! I am certainly no coder and I will probably use the wrong terminology, so I apologise in advance.

                        I have updated my Node.js to V10.4.0 since then and despite rebooting my Pi, MMM-MyCommute is no longer working. Does anyone have any suggestions as to why? here is my full config (I have removed all sensitive info).

                        
                        var config = {
                        	address: "localhost", // Address to listen on, can be:
                        	                      // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
                        	                      // - another specific IPv4/6 to listen on a specific interface
                        	                      // - "", "0.0.0.0", "::" to listen on any interface
                        	                      // Default, when address config is left out, is "localhost"
                        	port: 8080,
                        	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses
                        	                                                       // or add a specific IPv4 of 192.168.1.5 :
                        	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
                        	                                                       // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
                        	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],
                        
                        	language: "en",
                        	timeFormat: 24,
                        	units: "metric",
                        
                        	modules: [
                        // ALERTS
                        		{
                        			module: "alert",
                        		},
                        // UPDATE NOTIFICATIONS	
                        		{
                        			module: "updatenotification",
                        			position: "top_bar"
                        		},
                        // UPDATE CLOCK		
                        		{
                        			module: "clock",
                        			position: "top_left",
                        			showWeek: true,
                        			timezone: "Etc/GMT",
                        			width: "200px"
                        		},
                        // CALENDAR	
                        		{
                        			module: "calendar",
                        			header: "Work Calendar",
                        			position: "top_right",
                        			config: {
                        				calendars: [
                        						{
                        						symbol: "calendar-check-o ",
                        						url: "...",
                        					//	maximumEntries: 3,
                        						maximumNumberOfDays: 3,
                        						timezone: "Etc/GMT-1",
                        						
                        						}
                        					   ]
                        				}		
                        		},
                        
                        // WEATHER
                        		{
                        			module: "currentweather",
                        			position: "top_right",
                        			config: {
                        				location: "Warrington",
                        				locationID: "2634739", //Location ID from http://openweathermap.org/help/city_list.txt
                        				appid: "..."
                        			}
                        		},
                        		
                        // FORECAST	
                        		{
                        			module: "weatherforecast",
                        			position: "top_right",
                        			header: "Weather Forecast",
                        			config: {
                        				location: "Warrington",
                        				locationID: "2634739",  
                        				appid: "..."
                        			}
                        		},
                        // NEWS
                        		{
                        			module: "newsfeed",
                        			position: "bottom_bar",
                        			config: {
                        				feeds: [
                        					{
                        					title: "Everton FC",
                        					url: "feeds.evertonfc.com/everton-news?format=xml",
                        					
                        					
                        					title: "BBC Headline",
                        					url: "http://feeds.bbci.co.uk/news/rss.xml",
                        					
                        										
                        					title: "BBC Technology",
                        					url: "http://feeds.bbci.co.uk/news/technology/rss.xml",
                        					
                        					
                        					title: "BBC Science",
                        					url: "http://feeds.bbci.co.uk/news/science_and_environment/rss.xml",
                        					}
                        				],
                        				showSourceTitle: true,
                        				showPublishDate: true
                        			}
                        		},
                        		
                        // TRAFFIC		
                         
                        {
                              module: "MMM-MyCommute",
                              position: "top_left",
                              header: "Traffic",
                              classes: "default everyone",
                              disabled: false,
                              config: {
                                apikey: ".",
                                origin: "... ...",
                                startTime: "00:00",
                                endTime: "23:59",
                                hideDays: [],
                                showSummary: true,
                                colorCodeTravelTime: true,
                                moderateTimeThreshold: 1.1,
                                poorTimeThreshold: 1.3,
                                nextTransitVehicleDepartureFormat: "[next at] h:mm a",
                                travelTimeFormat: "h [h] m [min]",
                                travelTimeFormatTrim: "left",
                                pollFrequency: 10 * 60 * 1000, //every ten minutes, in milliseconds
                                destinations: [
                                  {
                                    destination: "...",
                                    label: "Matt Work",
                                    mode: "driving",
                                  },
                                  {
                                    destination: "...",
                                    label: "Sarah Work",
                                    mode: "driving",
                                  },
                                  }
                                    destination: "...",
                                    label: "Nursery",
                                    mode: "driving",
                                  },
                                  {
                                    destination: "...",
                                    label: "... Community",
                                    mode: "driving",
                                  },
                                  {
                                    destination: "...",
                                    label: "Grandad Jeffs",
                                    mode: "driving",
                                  }
                                ]
                              }
                            },  
                        
                        ]	
                        
                        };
                        
                        /*************** DO NOT EDIT THE LINE BELOW ***************/
                        if (typeof module !== "undefined") {module.exports = config;}
                        
                        
                         
                        

                        Thanks,

                        EDIT:

                        I have done some more troubleshooting and notice that when I remove the MMM-MyCommute code from the Config above MagicMirror then starts fine?! Not sure if that does help at all! The terminal error is:

                        “WARNING! Could not validate config file. Please correct syntax errors. Starting with default configuration.” but clearly the config file is there (as above), so must be a syntax error right?

                        strawberry 3.141S 1 Reply Last reply Reply Quote 0
                        • strawberry 3.141S Offline
                          strawberry 3.141 Project Sponsor Module Developer @Jeffers1984
                          last edited by strawberry 3.141

                          @jeffers1984 you have two issues:

                          label: "Sarah Work",
                                      mode: "driving",
                                    },
                                    }
                                      destination: "...",
                                      label: "Nursery",
                                      mode: "driving",
                                    },
                                    {
                                      destination: "...",
                                      label: "... Community",
                          

                          you start the block with label nursery with a closing instead of an opening bracket.

                          second issue is in the newsfeed you have duplicated feeds, because you created one object for all instead of one for each feed. Therefore you will only get the last newsfeed, if you want all you have to do:

                          feeds: [
                            {
                              title: "Everton FC",
                              url: "feeds.evertonfc.com/everton-news?format=xml",
                            },{
                              title: "BBC Headline",
                              url: "http://feeds.bbci.co.uk/news/rss.xml",
                            },{		
                              title: "BBC Technology",
                              url: "http://feeds.bbci.co.uk/news/technology/rss.xml",
                            },{
                              title: "BBC Science",
                              url: "http://feeds.bbci.co.uk/news/science_and_environment/rss.xml",
                            }
                          ]
                          

                          I doubt that those issues are coming from the node 10 upgrade and it worked before :face_with_stuck-out_tongue_winking_eye:

                          Please create a github issue if you need help, so I can keep track

                          J 2 Replies Last reply Reply Quote 0
                          • J Offline
                            Jeffers1984 @strawberry 3.141
                            last edited by

                            @strawberry-3-141 ahh - now you say that… I did add the nursery route at the same time!

                            🙈 thanks for your help!! I will try and action your changes later!

                            1 Reply Last reply Reply Quote 0
                            • J Offline
                              Jeffers1984 @strawberry 3.141
                              last edited by Jeffers1984

                              This post is deleted!
                              1 Reply Last reply Reply Quote 0
                              • T Offline
                                tbanzato
                                last edited by tbanzato

                                This post is deleted!
                                1 Reply Last reply Reply Quote 0
                                • twosquirrelsT Offline
                                  twosquirrels
                                  last edited by twosquirrels

                                  Is this still working as designed? I reinstalled my magicmirror recently, and when I went to get this module working, it pointed me to get an API key at https://developers.google.com/maps/documentation/javascript/get-api-key which no longer appears to be free?

                                  This is all I had for my config previously, so I can’t find if/what my key previously was:

                                     {
                                        module: 'MMM-MyCommute',
                                        position: 'top_left',
                                        header: 'Commute Times',
                                        classes: 'default everyone', 
                                        config: {
                                      travelTimeFormat: "h[h] m[m]"
                                        }
                                      },
                                  

                                  I don’t know how it even was working since it doesn’t have the API key, but it definitely was working fine for months.

                                  1 Reply Last reply Reply Quote 0
                                  • K Offline
                                    Kecko
                                    last edited by

                                    so i need to pay for the google API or why do they want to know my creditcard or bankaccount…?

                                    J 1 Reply Last reply Reply Quote 0
                                    • J Offline
                                      j.e.f.f Project Sponsor Module Developer @Kecko
                                      last edited by

                                      @kecko Google changed the rules. As long as you are under a certain number of request, the. It’s still free. But if you go above that then you’ll automatically be billed. It used to be that you’d just get cut off at the threshold. I don’t remember exactly what the threshold is but I’m sure a quick search will turn it up.

                                      K 1 Reply Last reply Reply Quote 1
                                      • K Offline
                                        Kecko @j.e.f.f
                                        last edited by

                                        @j-e-f-f allright thanks for the info!

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

                                          Hi, thanks for the Module but i have a Problem with.
                                          I have add 4 Stations and sometime the Modul works for 2 Stations.
                                          But after 10 min i got a red Error on the working stations.

                                          Whats the Problem?

                                          Thanks.

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

                                            @Kecko @j-e-f-f

                                            Each To->From request costs 1 transaction query. In my case, I have 3 copies of the module, with 3, 2, and 1 lookup respectively, giving me 6 queries every time the module refreshes (which is every 10 minutes).

                                            Note that Google gives $200 free credits per month for the Developer API’s. See this link for more details

                                            https://developers.google.com/maps/documentation/directions/usage-and-billing

                                            If I’m reading it right, then based on the above you’d need to have 20,000 queries per month to exceed the free credits. Based on my usage, I’ll have around 26,000 per month (36 queries per hour * 24 hours * 30 days), so I’ll probably reduce the number of queries to get under the limit.

                                            citizendevpiC 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
                                            • 7
                                            • 8
                                            • 9
                                            • 10
                                            • 11
                                            • 14
                                            • 15
                                            • 9 / 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