tosti007 / MMM-ProfileSwitcher

This an extension module for the MagicMirror². It adds the ability to have different layouts for different profiles.
MIT License
46 stars 13 forks source link

add support to disable and re-enable timers by notification #9

Closed Tom-Hirschberger closed 4 years ago

Tom-Hirschberger commented 4 years ago

My MMM-Screen-Powersave-Notifcation module provides support to hide/show modules instead of turning off/on the display to help people with displays that can not be turned off by command. The problem is, if the modules are hidden and a timed profile change happens things get messed up. The idea is to send an notification to display the timers when the modules are get hidden and re-enable the timers if they are shown.

tosti007 commented 4 years ago

Thank you! It's looking good and i'm happy to merge, but could you change "reenable" into "enable"? That seems to me as a better choice.

Additionally could you add a small text about this in the Notes For Other Developers of the readme?

Tom-Hirschberger commented 4 years ago

Nothing easier than that. Thank you, too

tosti007 commented 4 years ago

Merged. Thank you!