After a configurated time without any user interaction the display will turn off and hide all modules for economy mode.
This module is an Extented plugins for MMM-GoogleAssistant
In addition, you have use MMM-Pir modules to control it
Execute npm run install:EXT-Screen
in the MMM-GoogleAssistant's folder.
cd ~/MagicMirror/modules/MMM-GoogleAssistant
npm run install:EXT-Screen
This module will verify if all screen saver is disabled and disable it if needed
To display the module insert it in the config.js file.
This is the default configuration defined if you don't define any value.
{
module: 'MMM-GoogleAssistant/EXTs/EXT-Screen',
config: {
debug: false,
detectorSleeping: false
}
},
Option Description Type Default debug Enable debug mode Boolean false detectorSleeping Activate EXT-Detector only when display is on Boolean false
cd ~/MagicMirror/modules/MMM-GoogleAssistant
npm run update
cd ~/MagicMirror/modules/MMM-GoogleAssistant
npm run remove:EXT-Screen