Read the statement by Michael Teeuw here.
-
Awesome module!! The only thing I found it doesn’t work on is the clock…
The clock doesn’t have a config section and if you add it the config won’t load…
-
@cowboysdude said in MMM-ModuleScheduler:
Awesome module!! The only thing I found it doesn’t work on is the clock…
The clock doesn’t have a config section and if you add it the config won’t load…
Can you post an example of your config for the clock with the scheduler options?
The following works for me to show the clock at 5 past each hour and hide in again at quarter past the hour…
{ module: 'clock', position: 'top_left', classes: 'scheduler', config: { module_schedule: {from: '5 * * * *', to: '15 * * * *'}, } },
-
Well as it turns out… had an issue and had to use my img backup to reinstall the mirror… little did I know I had this already set up and working on the img so it does!!! :)
-
@cowboysdude Glad to hear it works!
-
I must have had it setup wrong so that was my fault… like I said it’s working! Thank you!
-
Just curious would it be possible not to hide but to dim specific modules?
-
@cowboysdude adding a css filter to the specific module could set the brightness down
-
@strawberry-3.141 said in MMM-ModuleScheduler:
@cowboysdude adding a css filter to the specific module could set the brightness down
Great idea - will give it a go ;)
-
@cowboysdude said in MMM-ModuleScheduler:
Just curious would it be possible not to hide but to dim specific modules?
I’ve pushed an update which includes the ability to dim a module. Please feel free to update the module and use the example configuration to test it out.
-
@ianperrin That sir is AWESOME! Thank you!