vicmora / MMM-GoogleMapsTraffic

A raspberry pi MagicMirror module that displays a map, centered at provided coordinates, with Google Maps Traffic information.
MIT License
88 stars 32 forks source link

Comma missing after width: '300px'<MISSING HERE> #28

Open bonedrums opened 5 years ago

bonedrums commented 5 years ago

There's a comma missing: Currently: height: '300px', width: '300px'

Should be: height: '300px', width: '300px',