Platform (Hardware/OS): Raspberrypi 3B+ / raspberry OS
Node version: 20.10.0
MagicMirror version: 2.26.0
Module version: 2.0.2
Description of the issue:
I did a 'git clone' of this module and added it to the config file as required using the example alarm. The module doesn't show on the screen nor does any alarm fire.
my config as I have it:
{
module: 'MMM-AlarmClock',
position: 'top_left',
format: 'ddd, h,mmA',
config: {
alarms: [
{time: "18:30", days: [0,1,2,3,4,5,6], title: "test", message: "none", sound: "alarm.mp3"},
],
}
},
Platform (Hardware/OS): Raspberrypi 3B+ / raspberry OS
Node version: 20.10.0
MagicMirror version: 2.26.0
Module version: 2.0.2
Description of the issue: I did a 'git clone' of this module and added it to the config file as required using the example alarm. The module doesn't show on the screen nor does any alarm fire.
my config as I have it: { module: 'MMM-AlarmClock', position: 'top_left', format: 'ddd, h,mmA', config: { alarms: [ {time: "18:30", days: [0,1,2,3,4,5,6], title: "test", message: "none", sound: "alarm.mp3"}, ], } },