This module is an plugin for MMM-GoogleAssistant
It allows to change the default Google Assistant fullscreen background mode to your own or with animated gifs for each status of the assistant
Actually, i have prepared 4 models:
Execute npm run install:EXT-Background
in the MMM-GoogleAssistant's folder.
cd ~/MagicMirror/modules/MMM-GoogleAssistant
npm run install:EXT-Background
{
module: "MMM-GoogleAssistant/EXTs/EXT-Background",
config: {
model: "jarvis",
myImage: null
}
},
Option Description Type Default model model of the animated background (jarvis, lego, old or cortana) String jarvis myImage Name of the file of your own prefered background String null
Notes for
myImage
feature:If you set it, model is ignored !
Past your prefered background file in the root directory of EXT-Background
For the file name: Pay attention to upper and lower case letters
GoogleAssistant have some Status
: listen, standby, confirmation, reply, error, hook
This modules will read it
So we can apply a gif to all status !
If a gif is missing: it return a black screen for the missing status GIF
Now, you have just to select your model in your configuration
You can Make a PullRequest with your own model !
cd ~/MagicMirror/modules/MMM-GoogleAssistant
npm run update
cd ~/MagicMirror/modules/MMM-GoogleAssistant
npm run remove:EXT-Background