This commands allow to create/reinstall any needed tokens for MMM-GoogleAssistant
This command works only on terminal of the desktop of your raspberry Pi
cd ~/MagicMirror/modules/MMM-GoogleAssistant
npm run token
GoogleHome App
This command will register MMM-GoogleAssistant like a device
cd ~/MagicMirror/modules/MMM-GoogleAssistant
npm run register
In your google Home App, you will have a new device named:
Jarvis
.
When you device is registred, you have to enable
deviceRegistred: true,
in your config
Activate your assistant with your favorite keyword and ask him to show photos or add an appointment
GoogleServer will ask to you to enable personal result
and will send a popup in your phone.
Now, you have to complete the name of the device Jarvis
and check personal result !
GoogleHome App
This command will delete
Jarvis
device from GoogleHome App
cd ~/MagicMirror/modules/MMM-GoogleAssistant
npm run delete
cd ~/MagicMirror/modules/MMM-GoogleAssistant
npm run list
If a new version of GoogleAssistant is available
cd ~/MagicMirror/modules/MMM-GoogleAssistant
npm run update
MMM-GoogleAssistant is able to detect installed plugin and will update it automaticaly if needed
This Step is not needed if you use EXT-Updates plugin.
This plugin will automaticaly update MMM-GoogleAssistant if needed