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

    Valkilane

    @Valkilane

    1
    Reputation
    199
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Valkilane Unfollow Follow

    Best posts made by Valkilane

    • RE: MMM-google-route Example ?

      This is what i’ve done to get it up and running:

      active the google api’s: (sign-up, follow the path mentioned in the short description provided by the module)

      activated APIs:

      Directions API (if I disable it nothing works anymore)
      Geocoding API
      Maps JavaScript API
      

      then add this to your config.js:

      {
                  module: 'MMM-google-route',
                  position: 'bottom_left',
                  config: {
                      height: '150px',
                      width: '300px',
                      key: 'your-google-apikey',
                      directionsRequest:{
                          origin: 'city country',
                          destination: 'city country'
                      }
                  }
              },
      

      Hope this works, did for me!

      posted in Troubleshooting
      V
      Valkilane

    Latest posts made by Valkilane

    • RE: MMM-google-route Example ?

      This is what i’ve done to get it up and running:

      active the google api’s: (sign-up, follow the path mentioned in the short description provided by the module)

      activated APIs:

      Directions API (if I disable it nothing works anymore)
      Geocoding API
      Maps JavaScript API
      

      then add this to your config.js:

      {
                  module: 'MMM-google-route',
                  position: 'bottom_left',
                  config: {
                      height: '150px',
                      width: '300px',
                      key: 'your-google-apikey',
                      directionsRequest:{
                          origin: 'city country',
                          destination: 'city country'
                      }
                  }
              },
      

      Hope this works, did for me!

      posted in Troubleshooting
      V
      Valkilane