@sdetweil
So I deleted everything and I started over. On a new load of raspbian without doing the MM bash command, I typed
npm install
It gave me this:
pi@raspberrypi:~ $ npm install
npm WARN npm npm does not support Node.js v10.15.2
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9.
npm WARN npm You can find the latest version at https://nodejs.org/
npm WARN saveError ENOENT: no such file or directory, open '/home/pi/package.json'
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN enoent ENOENT: no such file or directory, open '/home/pi/package.json'
npm WARN pi No description
npm WARN pi No repository field.
npm WARN pi No README data
npm WARN pi No license field.
up to date in 1.599s
After this I tried your new code and I got this:
pi@raspberrypi:~ $ bash -c "$(curl -sL https://www.dropbox.com/s/4qod39yi8ek0feu/upgrade-script?dl=0)"
bash: line 24: cd: /home/pi/MagicMirror/installers: No such file or directory
bash: line 26: cd: OLDPWD not set
doing test run = true
bash: line 61: /home/pi/MagicMirror/installers/dumpactivemodules.js: No such file or directory
update log will be in /home/pi/upgrade.log
bash: line 70: cd: /home/pi/MagicMirror: No such file or directory
bash: line 72: cd: css: No such file or directory
saving custom.css
cp: cannot stat 'custom.css': No such file or directory
bash: line 75: cd: OLDPWD not set
fatal: not a git repository (or any of the parent directories): .git
fetching latest revisions
fatal: not a git repository (or any of the parent directories): .git
MagicMirror git pull failed
bash: line 183: cd: css: No such file or directory
restoring custom.css
cp: cannot stat 'save_custom.css': No such file or directory
rm: cannot remove 'save_custom.css': No such file or directory
bash: line 188: cd: OLDPWD not set
bash: line 210: cd: OLDPWD not set
Should I try running the original bash command?:
bash -c “$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)”