fewieden / MMM-AlarmClock

Alarm Clock Module for MagicMirror²
MIT License
47 stars 18 forks source link

Module won't show on screen even with config placed #46

Closed Aikagi000 closed 10 months ago

Aikagi000 commented 10 months ago

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"}, ], } },

Aikagi000 commented 10 months ago

self resolved, git clone went somewhere unexpected