Hi everyone, I’um ısing MMM-AlarmClock everything is fine thanks for owner.
But my alarm needs to be configure monlthy recurring (each sunday for every month)
But the module is providing “days” filtering. Could you please help me how to add months recurring for shopping list ?
{
module: 'MMM-AlarmClock',
position: 'bottom_bar',
volume : 9,
timer : 5000,
fade : true,
config: {
alarms: [ // 0 = Sunday, 6 = Saturday)
{time: "02:12", days: [1], title: "Shopping List", message: "It is time to change water!", sound: "alarm.mp3"},
{time: "02:10", days: [1], title: "Go to Berber shop", message: "It is time to change water!", sound: "alarm.mp3"}
],
}
},