A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Default Calendar // Multiple caldendar instances overwritting each other..(maximumNumberOfDays)
-
@bolish did u change something from the original?
-
no… just copy paste, renaming.
-
@bolish so, are you running BOTH calender modules, default and your ‘new’ one?
-
yes indeed.
-
Some additional Information:
In calendarfetcher.js and nodehelper.js is the following line:
const Log = require("../../../js/logger.js");
If you copy the “calendar” folder down to “modules” this reference will be broken.
So you have to change to:const Log = require("../../js/logger.js");