MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Zippyczech
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Z
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Groups 0

    Zippyczech

    @Zippyczech

    4
    Reputation
    131
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Zippyczech Unfollow Follow

    Best posts made by Zippyczech

    • RE: MMM-google-route and coordinates

      Thank you, again, solved it moments later :) I used https://github.com/jclarke0000/MMM-MyCommute which has better configuration options

      posted in Troubleshooting
      Z
      Zippyczech

    Latest posts made by Zippyczech

    • RE: MMM-Moon, See the moon phases and rise/set times!

      Guys, can somebody please post sample config? Im having troubles setting it up with something else than empty config. Thanks

      posted in Utilities
      Z
      Zippyczech
    • RE: MMM-google-route and coordinates

      Thank you, again, solved it moments later :) I used https://github.com/jclarke0000/MMM-MyCommute which has better configuration options

      posted in Troubleshooting
      Z
      Zippyczech
    • RE: MMM-google-route and coordinates

      I´m retarded, of course, it worked. I tried the first time and did some mistake so it didnt work.
      Thank you

      Btw, do you know how to specify that the route should use subway only?

      posted in Troubleshooting
      Z
      Zippyczech
    • MMM-google-route and coordinates

      Hey guys,

      I´m working on my MM, and I found module MMM-google-route which I want to use for showing the route from my home to my work, but I´m not able to set the coordinates from google.maps.DirectionsRequest interface because of my lack of skills :) Any help would be welcomed.

      Btw, for anyone who want to use the module, there is mistake on github example, its missing , at end of the exaple, its should be

                 {
                  module: 'MMM-google-route',
                  position: 'top_left',
                  config: {
                      key: '<YOUR_KEY>',
                      directionsRequest:{
                          origin: '<ROUTE START>',
                          destination: '<ROUTE FINISH>'
                      }
                  }
              },
      

      code_text

      posted in Troubleshooting
      Z
      Zippyczech