Read the statement by Michael Teeuw here.
MMM-Traffic stuck on loading
-
I have seen multiple other posts about MMM-Traffic not loading due to conflicts with the similar Google module, but I do not have that loaded. I do not have a space in my lat/long addresses, but still unable to load either of the two modules I have submitted. I do have the correct API Key loaded. Any assistance would be greatly appreciated! Thank you and Happy Holidays
The two modules appear at the top of my Magic Mirror screen, but just show “Loading”. I have a Pi-Hole proxy, but do not see any calls/queries going out to Mapbox at all
I launch using npm start and not pm2 but don’t receive any load/unload errors at all (Besides some typical hardware acceleration errors). I have tried this with my Pi-Hole proxy disabled as well with same issue.
The only mention in load up is: No helper found for module: MMM-Traffic.
-
@Keithj this module is all in browser, so you need to open the browser console
ctrl-shift-i, then select the console tab, put tra
In the filter field -
-
@Keithj you did not put
tra <———A unique part of the module name
in the filter fieldAre you sure you have the right access token?
The author seems active on the module GitHub repo, you
Might reach him there with an issue -
@sdetweil I did put Tra and everything loaded there had “Tra” in it, including other modules “TRAnslations” “BootsTRApping” etc. But let me go back and take a look. Yes, I have the right access token, removed and inserted possibly a dozen times now…
I did reach out to him on GitHub, but no response yet. Will continue to wait. But appreciate any and all other input anyone can provide.
-
@Keithj I’m blind! Traf then
-
-
@sdetweil After a few more minutes, these popped up.
-
@Keithj edit MMM-Traffic.js
change these lines (79/80)
self.errorMessage = payload.error.message; self.errorDescription = payload.error.description;to
self.errorMessage = e.message; self.errorDescription = e.description;and restart MM
let me know…


