Module not working after recent update
Opened this issue · 4 comments
BlaqJaq74 commented
LG-Git2 commented
I'm getting the same issue.
mrochford commented
There are three modules missing.
cd ~/MagicMirror
npm install request valid-url rrule-alt
DacoDev commented
opened #56 which i believe addresses this, you can add the file directly as well and run the NPM install
esmoyer commented
cd ~/MagicMirror
npm install request valid-url rrule-alt
This worked for me with my Proxmox LXC install, thanks!