A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
[ERROR] Moment Timezone has no data for Customized Time Zone
-
@klassieker
Current timezone in the agenda.
-
@klassieker ok, its just noise, doesn’t hurt anything…
BUT if u want to test getting rid of the message do this
edit ~/MagicMirror/modules/default/calendar/calendarutils.js
if (event.start.tz.includes(" ")) { // this is line 37 , not changed let tz = null // first replacement line // if the tz is the MS customized TZ if(event.start.tz ==='Customized Time Zone') // use the locally set tz tz=moment.tz.guess() else // use the lookup table to get the IANA name as moment and date don't know MS timezones tz = CalendarUtils.getIanaTZFromMS(event.start.tz); // last replacement line Log.debug("corrected TZ=" + tz); // line not to be changedreplace the lines BETWEEN line 37 and the last line (also not changed)
with first replacement line thru last replacement line
so it looks like that -
@sdetweil
Hi Sam,
I changed the rows and it works, no more noise.
But what if the module is updated bu the developer?
Thank you very much, -
@klassieker you were testing… I will submit a change request … next release is January 1.
-
@sdetweil Thanks, I will close this topic as solved
-
S spitzlbergerj referenced this topic on
-
T thger1312 referenced this topic on
