Read the statement by Michael Teeuw here.
Dynamic Module change
-
@Jopyth Exactly but i think, it should be a main function and no module. It would make the smart mirror really smart. Please have a look on my example.
-
@Sillec123 said in Dynamic Module change:
@Jopyth Exactly but i think, it should be a main function and no module. It would make the smart mirror really smart. Please have a look on my example.
You could do it. Just build a ‘metro’ module and then add ‘classes’ to your modules config.js…
But there is also a carousel module and a module scheduler…
-
@Jopyth said in Dynamic Module change:
@Sillec123 You have to create one (pair of?) entries per module, as I see it.But this is limited to a per minute schedule. What you want might be an extension of the Carousel, but configurable for areas. Or a per second scheduling of the Module Scheduler.
I’ve not tried it but as the node cron module supports seconds, then MMM-ModuleScheduler may too. Feel free to try using a 6 part expression rather than the 5 part expressions in the examples for the module and report back
-
@Sillec123 said in Dynamic Module change:
Thanks but if i see it right, i have to build thousands of entries in my config for change the modules every xxx seconds. That’s not the goal.
Possibly, but the module now supports global, group and individual schedules so the configurations can be minimised which may help.
-
Thanks i will try it later.