Read the statement by Michael Teeuw here.
Can you help me about this error
-
@fonfon
I think there is invalid ’timezone’ value in your config(whichever it is)
Have you set any value with ’Etc/gmt+1’? -
@sean yes in my config for clock module i have gmt +1
-
@fonfon
UseEtc/GMT+1
insteadEtc/GMT+01
.
But, this modifying only can fix your front-end error ofMoment Timezone has no data for...
, not yourUnhandledPromise...
error in the background-server.
You should remove modules one-by-one to figure out which module is causing that error. -
@fonfon
And Could you tell us which modules are in yourconfig.js
? -
OK guys i think i find my problems:
You have included the Google Maps JavaScript API multiple times on this page.This may cause unexpected errors
The google trafic module is the causeAn idea to fix it ?
thanks
-
@fonfon
First, I think you’d better ask the creator on Github.
Second, Have you registered that module once? -
Hi,
ok when i started only MMM-GoogleMapsTraffic in dev mode:
Dev say i start with 5 keys but in my config file i have only one !
what is the problem ?thanks