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.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.
    • 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
                        • B Offline
                          binia
                          last edited by

                          I think i have a problem with the API.

                          0_1535632185320_api.png

                          Idk whats wrong.

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

                            What is the error code for it ? If it’s 403, then check your login credentials.

                            Also what does “pm2 log” show from the command prompt ? That can give some indication of the issue.

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

                              I got the 403 error. I need to logon on the Pi? for the Module ?

                              I dont understand that i got error 403 and 200 on same time.
                              First way is error 403
                              Second way is 200 and its show me the Data.

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

                                @bob said in MMM-MyCommute:

                                What is the error code for it ? If it’s 403, then check your login credentials.
                                Also what does “pm2 log” show from the command prompt ? That can give some indication of the issue.

                                Okay it say me the daily request have exceeded. but its only 1 request for a day?
                                i need a activate billing account?

                                Thanks

                                1 Reply Last reply Reply Quote 0
                                • M Offline
                                  mcgnai
                                  last edited by mcgnai

                                  hi … I have a premium key made up of Client ID: and Crypto Key:
                                  can I use it for this module? if so how should I insert them in the config? thank you

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

                                    Hi all, I hope you can help me? I can’t get this to work, no matter what I try. I’ve read everything I’ve found about this module, and tried everything, but nothing works. At the moment, I have copied and pasted the example entry, only adding the api key. Everything loads up with errors next to them. What am I doing wrong? On the google console, which api do I need to enable (currently, I’ve enabled everything for google maps)

                                    S 1 Reply Last reply Reply Quote 0
                                    • S Offline
                                      soundarchitect @keithsizer
                                      last edited by

                                      @keithsizer Hi, you should just activate the “Directions API” on Google console. Best, L.

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

                                        Is it right that you have to pay for Google Directions API for now? So if I dont pay for that I only have one request for each day? Because my log says my daily request have exceeded:/

                                        1 Reply Last reply Reply Quote 0
                                        • S Offline
                                          Smotx
                                          last edited by Smotx

                                          a question about,

                                          sorry if i’m not clear, my english is bad.

                                          now that the APIs are no longer free, when the functions ‘start time / end time’ are activated and the module is not displayed on MagicMirror, does it make requests to google?

                                          Ex. : If i set endTime: '09:00', , module continues requests after ?

                                          C J 2 Replies Last reply Reply Quote 0
                                          • C Offline
                                            canadrian @Smotx
                                            last edited by

                                            This post is deleted!
                                            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
                                            • 3
                                            • 4
                                            • 5
                                            • 14
                                            • 15
                                            • 2 / 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