@sdetweil Log file sent.
Read the statement by Michael Teeuw here.
Best posts made by theaddies
-
RE: Cannot get compliments on github to work
@theaddies I got it. VS code was a big help to see my errors. Also, for anyone else that stumbles upon this, you need to copy the permalink, paste that into the browser and then click raw. The link you get just clicking raw will not work.
-
cannot get Raspberry pi 2 to run
Super frustrating experience trying to get MagicMirror up and running on a raspberry pi model 2 b. I tried to do the manual installation and got the error:
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - ## Installing the NodeSource Node.js 16.x repo... ## You appear to be running on ARMv6 hardware. Unfortunately this is not currently supported by the NodeSource Linux distributions. Please use the 'linux-armv6l' binary tarballs available directly from nodejs.or >
So I went ahead and ran the script below:
bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)"
Everything seemed to work well and I get the message below.
[PM2] Saving current process list... [PM2] Successfully saved in /home/pi/.pm2/dump.pm2 Do you want to disable the screen saver? (y/N)?y We're ready! Run pm2 start MagicMirror from the ~/MagicMirror directory to start your MagicMirror.
when I type ‘pm2 start MagicMirror’ It says process started successfully, displays the table with id, name, node, etc and then just returns the prompt. Nothing happens. I’m super frustrated. I am going through all this due to a corrupted SD card but I didn’t have this kind of trouble getting it to work originally
I appreciate any help.