Read the statement by Michael Teeuw here.
MMM-Traffic 2.0
-
Hello Sam
I’m pretty new to MagicMirror configuration. I tried installing the MM-Traffic 2.0 module.I believe I have followed the steps but all I get is “Loading…” on my display.
I think the problem lies in the API key which i created at MapBox. I don’t really know if I created it correctly on the Mapbox website as there was no information to go by.
I created a project and created a key for it. is there any special steps, linkings, or guidance on the creation of the Mapbox API key?
I literally copied your basic module code into the config.js script and pasted my key to see if it works, but it doesn’t.
just an FYI I tried with both ’ and "
{
module: ‘MMM-Traffic’,
position: ‘top_left’,
config: {
accessToken: ‘sk.eyXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.X_XXXXXXXXXXXXXXXXXXXX’,
originCoords: ‘-84.398848,33.755165’,
destinationCoords: ‘-84.504259,33.88210’,
}
},Any advise would be appreciated.
-
Hi Modie
Did you get this module working?
If so, what did you do to fix it as I’m also having issues with it saying “Loading…”Thanks
-
Same here, I don’t even see any loading text, mirror seems to just ignore this module. I think I set it up correctly, any idea?
-
Hi Modie,
Check you have the dependencies set up correctly. I think that’s what was causing my issues. I reinstalled node-fetch and it started working.
Guilleam, if its not showing anything on the screen i’d check your install and your config files
-
Same for me and the reason seems to be this:
Will not show MMM-Traffic. LockStrings active: module_3_MMM-pages
I have MMM-pages activated btw.
-
@jimus888 Thanks for your reply, but it was just my mistake. I had it configured to show travel duration on weekdays, and I was trying to check if it worked on Saturday :man_facepalming_light_skin_tone: .
On the other hand, @sammay I suggest some color coded text feature? Like duration time turns red if it’s higher than usual, or green if it’s lower, something like that
-
@Guilleam95 You could check out MMM-MyCommute that uses the google api. It has this exact feature.
-
@lavolp3 thanks, I already tried that module but google api seems to be paid now. I know it is free if you don’t ask for too many directions, and setting the correct refresh interval should ensure that, but I don’t feel comfortable giving my billing information, i’d rather use mapbox.
-
Hi, this Module is amazing.
I did implemented in my MM and it works fine. Quick question !
Is there a way to choose mode: driving, walking or bus
that would be really helpful !
Thanks again for everything !
-
IS THERE biking or bus mode ? or walking ?