@Old_Death I do not know this module specifically
But some things
At the top you have two module:
In js this is allowed, but the last one wins
This means you have two instances of the schedule module
About MagicMirror , this is called a single page web application
We can only show or hide content. Pages, carousel, voice reco, profile switcher and module scheduler hide and show modules for different purposes
As I understand it the scheduler module looks at the individual modules for a property to describe when it should be shown ( from-to)
Scheduler has no ui of its own. So all info about images etc belong to the module that can display them. So all those parms need to move
And the targeted modules do not KNOW anything about Scheduler, they will be shown or hidden
Any properties added to be used by another module are unknown