Yep, alreay did that.
This is my config included is the scheduling part.
{
module: 'MMM-Valentine',
position: 'fullscreen_above',
classes: 'scheduler',
config: {
// display the module only on the 14th of february
module_schedule: {from: '0 7 14 02 *', to: '30 23 14 02 *' },
valentinesCount: 25,
valentinesSize: 2.00,
}
},
I have been struggling with the 2 asterixes behind the “minutes and hours” values but before the “day of the week” value. Cron revealed that they probably are “Day of the month” and “month of the year”.
I am a Noob, and all of the scheduling examples had wildcards there. I feel fairly confident this is going to work.