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.

    MM & Google Maps Traffic

    Scheduled Pinned Locked Moved Troubleshooting
    16 Posts 4 Posters 16.8k Views 5 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 @birdy
      last edited by

      @birdy you are missing quotes around the drivin mode, should be mode: 'driving'

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

      1 Reply Last reply Reply Quote 0
      • D Offline
        devtech8 @Mirrorolentia
        last edited by

        @Mirrorolentia - I was thinking of trying this too, but looks like you have made some progress. I hope to dig into what you have later this week. I had seen some further customization I would like to add when time allows. Thanks for the work on this!

        M 1 Reply Last reply Reply Quote 0
        • M Offline
          Mirrorolentia @devtech8
          last edited by

          @devtech8
          Sure that would be great! Thanks!

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

            @Mirrorolentia - wow, thx!! I will test it later :) can’t await

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

              so, as a complete noobie, I just pasted the code (adding Google Api key) in both files.

              I can see, there is a gap in the corner (I hope for the map) and if I get you correctly, the map will load “soon”(?).

              Thank you one more time and will keep u posted.

              Cheers
              Birdy

              M 1 Reply Last reply Reply Quote 0
              • M Offline
                Mirrorolentia @birdy
                last edited by

                @birdy
                Yes that is correct. You will need to copy the lines from /global module**/ all the way till end…somehow the comments didn’t embed the code correctly

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

                  somehow it’s not working:
                  0_1504081238365_InkedIMG_1205_LI.jpg

                  M 1 Reply Last reply Reply Quote 0
                  • M Offline
                    Mirrorolentia @birdy
                    last edited by

                    @birdy
                    Seems like the MM system didn’t initialize the module itself :(
                    Are you seeing any errors on the console from where you run “node serveronly” or on the chromium browser i.e from More Tools–> Developer Tools–>Console.

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

                      you mean like this:

                      Connecting socket for: MMM-Traffic
                      MMM-Traffic helper started ...
                      Sockets connected & modules started ...
                      
                      Ready to go! Please point your browser to: http://localhost:8080
                      Whoops! There was an uncaught exception...
                      { Error: listen EADDRINUSE :::8080
                          at Object.exports._errnoException (util.js:1020:11)
                          at exports._exceptionWithHostPort (util.js:1043:20)
                          at Server._listen2 (net.js:1258:14)
                          at listen (net.js:1294:10)
                          at net.js:1404:9
                          at _combinedTickCallback (internal/process/next_tick.js:83:11)
                          at process._tickCallback (internal/process/next_tick.js:104:9)
                          at Module.runMain (module.js:606:11)
                          at run (bootstrap_node.js:389:7)
                          at startup (bootstrap_node.js:149:9)
                        code: 'EADDRINUSE',
                        errno: 'EADDRINUSE',
                        syscall: 'listen',
                        address: '::',
                        port: 8080 }
                      MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
                      If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
                      
                      
                      M 1 Reply Last reply Reply Quote 0
                      • M Offline
                        Mirrorolentia @birdy
                        last edited by Mirrorolentia

                        @birdy
                        Sorry for the delayed response. Got caught with stuff :(
                        By any chance do you have some other server running in parallel which is also listening on 8080 and using any available IPv6 address. Ideally you should have only “node” running with the specified port
                        You can check this with netstat.

                        netstat  -nalp | grep 8080
                        
                        tcp6       0      0   ::: 8080                 ::: *                    LISTEN      2350/node
                        tcp6       0      0 ::1:43558               ::1:8080                ESTABLISHED 2103/libpepflashpla
                        tcp6       0      0 ::1:8080                ::1:43558               ESTABLISHED 2350/node
                        
                        

                        You can try killing that service (In the last column i.e 2350/node, 2350 represents PID. You can use "kill -9 ") and then probably restart the Magic Mirror.
                        Also this may not be related to the actual problem.
                        Please see if you can post your config.js.

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 2 / 2
                        • 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