You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default config code in the program is broken (missing comma's, missing brackets, single quotes instead of double quotes etc). I was able to get it working. Here is my current working config code for this module. I hope it helps someone else save some time and frustration!
The default config code in the program is broken (missing comma's, missing brackets, single quotes instead of double quotes etc). I was able to get it working. Here is my current working config code for this module. I hope it helps someone else save some time and frustration!
{
module: "MMM-GoogleMapsTraffic",
position: "top_center",
config: {
key: "YOUR GOOGLE MAPS JAVASCRIPT API KEY",
lat: 45.0000000,
lng: -100.000000,
zoom: 6,
height: "500px",
width: "800px",
styledMapType: "night",
disableDefaultUI: true,
backgroundColor: "hsla(0, 0%, 0%, 0)",
},
},
The text was updated successfully, but these errors were encountered: