Read the statement by Michael Teeuw here.
MMM-AlarmClock - Sound doesn't stop
-
Hey all!
I’m having some trouble using MMM-AlarmClock.
The sound just doesn’t stop… plays in repeat till I close MM. (even after I turn off the alarm with touch, or the time passes…)
Have anyone had this issue?I would like it to play only once, is that possible?
{ module: 'MMM-AlarmClock', //pages: {sec: "top_right"}, config: { alarms: [ {time: "13:42", days: [0,1,2,3,4], title: "10Bis", message: "What you gonna eat today?", sound: ( "food/" + n + ".mp3"), }, {time: "17:50", days: [4], title: "Happy Hour!!", message: "Weekend Has Arrived,\nGo drink something ", sound: ( "drink/" + n + ".mp3")}, ], popup: true, touch: true, fade: true, fadeTimer: 1000 * 10, timer: 10000, } },Thanks!
-
This post is deleted! -
I don’t know that this is much help but I just installed and used the most basic config entry (below) and the alarm turns off as expected, based on the timer setting in the config. I changed the timer value a few times and it follows that value. Try a basic config entry (such as this one) and see if it works. At least it’s a place for you to start troubleshooting.
{ module: 'MMM-AlarmClock', position: 'top_right', config: { timer: 15 * 1000, alarms: [ {time: "20:29", days: [0,1,2,3,4,5,6], title: "Soccer", message: "Get ready for soccer training!", sound: "alarm.mp3"}, ], } }, -
D dhaen referenced this topic on
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login