Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Waypoints #36

Open
Goggite opened this issue Dec 9, 2023 · 2 comments
Open

Waypoints #36

Goggite opened this issue Dec 9, 2023 · 2 comments

Comments

@Goggite
Copy link

Goggite commented Dec 9, 2023

I have the problem with correct route. Google build route thru unreal bridge.
How to add a waypoint for my route to make it correct?
Sorry for my question, i don't have a good knowledge in programming.

@Goggite
Copy link
Author

Goggite commented Dec 9, 2023

I found the solution. My code now:
{
module: 'MMM-google-route',
position: 'top_right',
config: {
key: 'xxx',
height: '500px',
width: '500px',
refreshPeriod: 10,
directionsRequest:{
origin: 'xxx, xxx',
destination: 'xxx, xxx',
waypoints:
[
{
location: 'xxx, xxx',
stopover: true
}
]
}
}
},
But now module show time only to first waypoint. How to get time to final destination?

@Goggite
Copy link
Author

Goggite commented Dec 12, 2023

Didnt find the solution. Just have started using MMM-MyCommute and placed it below map. MMM-MyCommute module has correct time summary thru waypoints.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant