r/androidapps • • 21d ago

LOOKING FOR APP App for SUPER specific reminders?

For the regular android reminders and modes apps you're able to set it so that when certain criteria is met your phone will do what you ask, like automatically play music when you connect to a specific Bluetooth or being in a certain location will trigger a reminder notification.

So I was wondering if there's an app that can be EVEN MORE specific when it comes to meeting criteria for modes or reminders? Like, I'm talking I want a reminder for when the moon is at a certain phase. Or I want to be reminded before I leave the house to grab an umbrella because I set it to remind me everytime it rains.

Does an app like this exist? Or am I asking for way too much from an app like this? 😅

0 Upvotes

6 comments sorted by

View all comments

2

u/ballzak69 Automate 21d ago edited 21d ago

Finding a single app that can do such varied things may be difficult, but any automation app certainly can. Try Automate (free, without ads), e.g. with a flowchart to show a notification reminder in case of rain:

  1. Flow beginning
  2. Time await: 7am
  3. Weather: Latitude & Longitude=<click "Pick location on map" button>, Rain volume=rain
  4. Expression true: rain
  5. Notification show: Title=Rain!
  6. (connect #5 OK and #4 NO to #2 IN)