Read the statement by Michael Teeuw here.
trouble with MMM-GoogleTrafficTimes
-
Hi,
I’m new to MagicMirror and I’m trying to get MMM-GoogleTrafficTimes to work. I’ve created a new api key from google and have US addresses entered for the origin and destinations. It’s not showing up on the mirror at all. I’ve tried tweaking it to make sure I didn’t have any typos and rebooted multiple times. Anyone have any suggestions on how to find what’s wrong?
-
@laschalkh open the developers window
ctrl-shift-i on the mirror keyboard, select the console tab and scroll up to see any errors
-
Hi Sam, I tried that key sequence from the console. I’m not getting the interface.
Thanks,
Kevin -
@laschalkh all at the same time
-
Hi Sam,
yea, I understand this would be pulling up the developer interface from the browser. But it’s not coming up. Is there another way to see those errors?
Thanks,
Kevin -
@laschalkh you can restart MagicMirror by using
npm start dev
if you use.pm2, then stop that instance
pm2 stop all -
Hi Sam, when I try to run npm start dev I get an error. Which directory does it expect to be run from? I tried in a few locations and nothing worked.
Thanks,
Kevin -
@laschalkh always in the MagicMirror folder
-
ok, tried that and got the error:
Failed at the magicmirror@2.13.0 start script. -
@laschalkh there has got to be more than 1 line