what command do I enter
-
what command do I enter because I can’t update
)
-
cd ~/MagicMirror/modules cd MMM-GoogleAssistant npm run update
-
@kelly97129
to update the mirrors and not the google assistant -
@raf
excuse mecd ~/MagicMirror git pull && npm install
-
Updating Magic mirror to 2.17.1
bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" apply
This is a Magic Mirror installation and setup scripts (https://github.com/sdetweil/MagicMirror_scripts) PLEASE READ BEFORE USING.Once it has done you may get errors and a black screen just read the red error it will tell you what module you need to fix navigate to the module folder and open it in the terminal.
Now in the terminal run, this codenpm init -y && npm install request --save -y
you will need to restart the mirror a few times to find modules that need fixing
NOW WHEN YOU COME TO GOOGLE ASSISTANT & DETECTOR runnpm run rebuild
NOTnpm init -y && npm install request --save -y
IF YOU HAVE PI-HOLE DISABLE IT.
You may need to use node 12.22? -