Activate
MMM-GoogleAssistant
with a Touch Screen by Touching the Google Icon
I have created automatic installer for RaspberryPi and Linux Debian machines.
Auto install script will propose to install needed dependencies.
For OSX machines, auto install script is not yet implented.
So, manuel installation is nedeed and no help will be given for this
cd ~/MagicMirror/modules
git clone https://github.com/bugsounet/EXT-Touch
cd EXT-Touch
npm install
npm
commands (e.g. npm audit fix) are needed after installation (they can break package dependencies)!use config.js file of MagicMirror for configuring EXT-Touch
{
module: "EXT-Touch",
position: "top_left"
},
If a new version of EXT-Touch is available
cd ~/MagicMirror/modules/EXT-Touch
npm run update