@Techgator2
# go to home folder
cd ~
# erase old installation of MagicMirror
rm -rf MagicMirror
# get the current MagicMirror repo here
git clone https://github.com/MichMich/MagicMirror.git
# change into its directory
cd MagicMirror
# install all the dependencies
npm install
# start mirror with default config
npm start