MMM-CalendarWeek
MMM-CalendarWeek copied to clipboard
Module not working after recent update
Getting a blank screen when I load MM
command screen shows: code: 'MODULE_NOT_FOUND',
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
I'm getting the same issue.
There are three modules missing.
cd ~/MagicMirror
npm install request valid-url rrule-alt
opened #56 which i believe addresses this, you can add the file directly as well and run the NPM install
cd ~/MagicMirror npm install request valid-url rrule-alt
This worked for me with my Proxmox LXC install, thanks!