Up until a few days ago, MagicMirror was working fine on my Pi Zero, however for no apparent reason its now stopped.
Having looked in the /home/pi/.pm2/logs/MagicMirror-error.log I’m seeing that it cannot find the module ‘electron’
I’ve tried npm install in the MagicMirror folder and get this error
Error: Failed to find Electron v6.1.12 for linux-armv6l at https://github.com/electron/electron/releases/download/v6.1.12/electron-v6.1.12-linux-armv6l.zip
I’ve also tried a fresh install using sdetweil’s script - however I get the same error about electron.
Can anyone help provide any pointers as to why its not working anymore?