Kitchen Timer
#5356
Replies: 2 comments 5 replies
-
|
It would be cool if there would be an optional webhook for this, too. Google Home has an undocumented api to set and read timers. Would be really cool to utilize this. |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
I would rather have the simple timer with a warning than nothing at all honestly. I get a little annoyed every time I have to switch to the clock app and away from the recipe. Especially when my brain is very distracted and forgetful... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you have an opinion on whether or not a timer belongs in an app like Mealie, please contribute your voice to this discussion.
After the removal of the in-app simple timer (see PR #4467 and FIX #4857) and following the discussion around timer functionality, we’d like to know what kind of timer solution you’d prefer for Mealie.
Maybe a simple timer that you just click on and go without closing the page is enough for you, and when you need something more reliable, you can set a timer on the oven. Others might just want a robust solution or nothing at all. So I defined the following options:
Guaranteed Timer or nothing (this is the current status)
A robust, persistent timer that keeps running regardless of device state (blocking sleep, preventing page exit, or using a native timer). Maybe you're only expecting this solution and have no use for anything else. This solution is not possible on a mobile website unless a native timer application (or other solution) is used.
Simple Timer (partly what was here before)
A timer that starts on simple click on time in receipe and counts down only on the open page. It will ring when done, but if you leave the page or your device sleeps, the timer will cancel - has limited functionality; requires users to keep the page open. It may display a warning that you should set a physical kitchen timer instead.
No Timer in Mealie
The app would not include any timer functionality (even if guaranteed timer solution is available), and users should use their system’s native or external timers. This approach simplifies the app’s functionality.
Which option do you prefer? If I forgot something, feel free to mention it in the discussion. Thanks
32 votes ·
Beta Was this translation helpful? Give feedback.
All reactions