Description:
A helper module for creating schedules which
- Hide, show or dim individual modules, groups of modules or all modules
- Send notifications to other modules (e.g. to restart/turn off your MagicMirror, turn on/off your screen, and turn off your Pi via MMM-Remote-Control
As ever this is work in progress, so check out the ReadMe file for installation and configuration notes, keep your module updated and do report any issues.
Screenshots:
Add as many screenshots as you like.
Download:
[card:ianperrin/MMM-ModuleScheduler]
Change Log
Version 1.4
- Added global schedules which allow a single schedule to show/hide/dim all modules
- Added group schedules which allow a single schedule to show/hide/dim a subset of modules
- Added support for visibility locking introduced in Magic Mirror 2.1.0
- Added
debug
config option to control output to logs
Version 1.3
- Added ability to schedule sending notifications to other modules
Version 1.2
- Added ability dim modules (instead of hiding them)
Version 1.1.0
- Added support for multiple schedules per module
Version 1.0.1
- Fixed issue with scheduled jobs when browser is refreshed
Version 1.0.0
- Initial version