Hi, I am a beginner in creating app…
I would like to start with a function that I can select a time, and enable/disable the alarm.
At the correct time, the alarm should sound and then I can dismiss it.
Any help is greatly appreciated! Thank you!
I’ve not actually test it but this should be your general guide to the clock:
- Dropdowns to select time (hour, minute, seconds)
- Enable/Disable Clock buttons
- When Enable is clicked -> Record the time into the database
- Do When Current Time = Clock time and Clock enabled -> Disable button appear -> Play music file
- When Disable button pressed -> Clock = Disabled
About play music file, I think the only way now is doing using HTML or Javascript, since Bubble won’t do that natively.
Thank you both!
Hi, I’m not sure I get the answer. I need an alarm clock to go off everyday at say 6:00AM is that possible in bubble.
Hi There ,
Did you managed to get a solution on this ? Cause I want to implement the same functionality in my bubble app.