A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Third Party Modules Don't Work Please Help
-
@zzaidi148 said in Third Party Modules Don’t Work Please Help:
> { > module: 'MMM-GoogleMapsTraffic', > config: { > key: 'AIzaSyBYRxkk4P4qB5ob506t1b5UHOBYVYntnfs', > lat: 37.8262306, > lng: -122.2920096, > height: '300px', > width: '300px', > },
I’ve found what is wrong.
you should set position of this module.module: 'MMM-GoogleMapsTraffic', position: 'top_left', //this is missed. config: {
manual of @vicmora has missed this.