Read the statement by Michael Teeuw here.
MMM-Traffic stuck on loading
-
@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…

