-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FR] Implement reminders #62
Comments
Hi, many thanks for your feedback. |
Hi @RdeLange ! I have no clear view on how this would work. What I know is that, without notifications on mobile and/or desktop, it's very difficult to remember to track everything I've setup to track. I don't know if it's possible to have native push notifications in the browser, but that would be the simplest way, I think ? A simpler alternative for n8n could also be, using something like gotify or ntfy. If we could hook nomie to either of these two services, then the user could receive notifications wherever they had it setup (desktop and phone) ! Thank you 😄 |
Love the idea of reminders.
I'm by no means able to design or tell whether solution is feasible, but I can share some resources/ideas. Reddit Discussion on reminders in nomie 3y ago More up to date reddit thread. mentioning that safari support was a blocker This mdn web doc mentions 2 APIs: notification and push for PWAs It seems that recently WebPush api has been added to ios/ipados |
like one that were in daylio. when twice a day some notification appears with mood selector. |
I have investigated push notification options. Nomie is installed as 'pwa' and in ios push notifications from a pwa are not yet possible, but currently in beta. I will try to experiment a little bit with it while in beta. My idea is to create a native Nomie function or plugin which will enable notifications to be scheduled or triggered (like when a trackable ia not used for x houts or days) |
I would also want to add, that implementing reminders would improve timer-based trackers. When clicking on a timer we could span a notification on the phone with the running timer letting users stop or pause it. This way it would prevent forgetting about started timers, but also the ability of managing running ones without navigating to Nomie |
For now, my setup to not forget to log things into Nomie is to have various cronjobs on my raspberry pi server that send gotify notifications to all my devices at certain times of day |
Getting a reminder from the Memories plugin would be neat! |
Hi !
I'm extremely grateful for this app, and even more you've made it open source.
Since I don't have the skills to do it, I wanted to see if someone could tackle the task of implementing reminders in Nomie, or at least a way to connect them to something n8n.
Reminders are really essential, specially for people with ADHD, and also when the number of trackers starts to grow.
Thanks!
The text was updated successfully, but these errors were encountered: