MMM-CalendarWeek icon indicating copy to clipboard operation
MMM-CalendarWeek copied to clipboard

Module not working after recent update

Open BlaqJaq74 opened this issue 3 years ago • 4 comments

Getting a blank screen when I load MM

command screen shows: code: 'MODULE_NOT_FOUND',

image

If I disable the module, MM will work.

I have tried both: npm install valid-url and npm install rrule-alt npm install valid-url

Issue still remained

BlaqJaq74 avatar Oct 12 '21 23:10 BlaqJaq74

I'm getting the same issue.

LG-Git2 avatar Oct 27 '21 18:10 LG-Git2

There are three modules missing.

cd ~/MagicMirror
npm install request valid-url rrule-alt

mrochford avatar Nov 11 '21 02:11 mrochford

opened #56 which i believe addresses this, you can add the file directly as well and run the NPM install

DacoDev avatar Dec 15 '21 04:12 DacoDev

cd ~/MagicMirror npm install request valid-url rrule-alt

This worked for me with my Proxmox LXC install, thanks!

esmoyer avatar Oct 12 '23 23:10 esmoyer