Read the statement by Michael Teeuw here.
MMM-CalendarExt2
-
@ccr41981 said in MMM-CalendarExt2:
I’ve been through those posts about the display error,
note that on node 16 the format of the correction has changed from prior posts
-
@sdetweil Gotcha! Thanks again
-
@sdetweil said in MMM-CalendarExt2:
@ccr41981 you’ve read the config doc?
https://github.com/MMM-CalendarExt2/MMM-CalendarExt2/blob/master/docs/Configuration.md
use the example, and your url .
also, this module suffers from a missing library ( that was removed from the base a couple releases back )
in the module folder (MagicMirror/modules/MMM-CalendarExt2) do
npm install request --save
Works great now! Thanks for your help
-
@ccr41981 said in MMM-CalendarExt2:
@sdetweil One last question; would you know why CalendarExt2 doesn’t show up on the remote module? Not that I’d ever turn it off, just curious.
-
@ccr41981 on the remote?
-
@sdetweil MMM-Remote-Control, that allows you to display or hide modules?
-
@ccr41981 sorry, no idea
-
@sdetweil Ok, thanks. Just curious.
-
@ccr41981 it’s likely because how CX2 generates it’s positions. In short, it’s working AROUND the built in position system and kinda builds it own.
-
after installing this modular i get the following error.
pi@raspberrypi:~ $ npm run start
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /home/pi/package.json
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open ‘/home/pi/package.json’
npm ERR! enoent This is related to npm not being able to find a file.anyone know why?
Thanks