It allow to send a welcome on start of MagicMirror
This module is an plugin for
MMM-GoogleAssistant
Clone the module into your MagicMirror module folder and execute npm intall
in the module's directory.
cd ~/MagicMirror/modules
git clone https://github.com/bugsounet/EXT-Welcome
cd EXT-Welcome
npm install
To display the module insert it in the config.js file.
{
module: 'EXT-Welcome',
config: {
welcome: "brief Today"
}
},
Option Description Type Default welcome define your welcome query String brief today
cd ~/MagicMirror/modules/EXT-Welcome
npm run update