Read the statement by Michael Teeuw here.
MMM-Traffic does not work after latest update ??
-
I guess some error occurs within the module. So, it might be helpful to start the mirror with console (npm start dev) and post the related, occurring errors (all errors should be related else you got more problems :D) here.
-
@Anhalter42 said in MMM-Traffic does not work after latest update ??:
npm start dev
I ca see there is a error > MMM-Traffic.js:36 Uncaught SyntaxError: Invalid or unexpected token / how can I see where the error is in MMMTraffic.js is
-
@ironman_DK Ahhh I got it, there was missing a ’ in a line, thank you for your help
-
@ironman_DK said in MMM-Traffic does not work after latest update ??:
how can I see where the error is in MMMTraffic.js is
First of all, I’m glad you was able to solve the problem yourself :thumbsup:
For the future, the line in which the error occurs is printed to the console. “MMM-Traffic.js:36” means you have to check the line 36 in file MMM-Traffic.js.
-
@ironman_DK did you modify the files before, because on github it looks fine