Hi all,
when i start with npm start dev.
I see the following error.
InvalidValueError: unknown property orgin js:51:110
Jc https://maps.googleapis.com/maps/api/js?key=API KEYc:51
Lc https://maps.googleapis.com/maps/api/js?key=API KEY:51
Yh https://maps.googleapis.com/maps-api-v3/api/js/35/10a/directions.js:129
route https://maps.googleapis.com/maps/api/js?key=API KEY:196
The MM does show the correct part of the road map I have selected.
I also have MMM-Route enabled with the same API.
{
module: “MMM-GoogleMapsTraffic”,
position: “center”,
config: {
key: “API Key”,
lat: 53.098853,
lng: 6.176025,
height: “600px”,
width: “600px”,
zoom: 12,
updateInterval: 300000
}
},
{
module: “MMM-google-route”,
position: “bottom_right”,
header: “”,
config: {
//height: ‘150px’,
//width: ‘300px’,
key: “API KEY”,
mapOptions: {
},
directionsRequest: {
orgin: "Drachten",
destination: "Schiedam",
},
listen: [
]
}
}
],