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.

    Help Getting Google-Route Module to Zoom Map

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    1 Posts 1 Posters 482 Views 1 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.
    • S Offline
      smackenzie5
      last edited by

      I’m trying to get the google-route module to zoom in on the map it generates for the routes. Currently, the map returned for my directions is too big and the routes too small.

      Based on my reading to date, it looks like you can control the zoom through mapOptions however, I haven’t had any luck and I’m out of ideas. Below is my config.js file that shows how I’ve written the zoom function. Ideas?

      Thanks

      		{
                  		module: 'MMM-google-route',
                  		position: 'bottom_bar',
                              header: 'Which Commute Sucks Less',
      			config: {
                      	key: 'key',
                      	directionsRequest:{
                          		origin: '30.388259,-86.507500',
                          		destination: '30.482197,-86.503158'
                      		},
      			mapOptions:{
      				zoom: 10
      				}
                  		}
              	},
      
      
      1 Reply Last reply Reply Quote 0
      • 1 / 1
      • 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