Is it possible - Notification for missed call or message

Nierewa

New member
Is it possible to set up a missed call or message notification with Macrodroid.
Currently I am not informed about this and unless I happen to unlock the phone I don't know it.

How could this be done if it is possible?
 

Nierewa

New member
Ah, ok.
If I missed a call I activate a sound. So far so good.

Now I would just have to make it work so that the sound plays every 5 minutes or so.
As long as until I have realized the call. And of course also only starts after 5 minutes.

Could this work with a loop?
If so, do I enter that at the action or at the trigger?
 

Nierewa

New member
I had missed a call. The macro works great.
I called the caller back, but did not delete the notification that I missed a call.

What can I say, the macro did its job and keep telling me that I missed a call, even though I was calling back.

Is there any way to incorporate this into the macro so that it doesn't happen anymore?

Or create a new macro that clears the phone app notifications when you call someone.
Although, that doesn't work if more than one person has called.

Or maybe you could just stop the macro when the screen is unlocked :unsure:
 

Snurre

Well-known member
Or maybe you could just stop the macro when the screen is unlocked :unsure:
You could add an "And Screen Locked" to the "While/Do" condition, then it will only run when screen is locked

Or an "If Screen Unlocked" then "Break from loop"

Or just clear notification when you read it

Or a macro with trigger "Outgoing call" action "Clear notifications"

Or there are several possibilities to do this
 
Last edited:

Nierewa

New member
Screenshot_20220228-143709_MacroDroid[1].png
This way?
When I have removed the notification or unlock the screen,
the sound always plays one more time.

Do I need to change the order of the commands to fix this?
 

Snurre

Well-known member
I think it's because Do/While will always trigger once and then loop, look here
Screenshot_20220301_093813_com.arlosoft.macrodroid.jpg
And the While/Do doesnt

I don't understand why it's not working for you 🤔
 

Snurre

Well-known member
Another thing, if you just need it to run when the screen is locked, you could add an "And" to the condition


Screenshot_20220301_094919_com.arlosoft.macrodroid.jpg
 

Nierewa

New member
I don't understand why it's not working for you
I added the AND condition and now it works with WHILE/DO but I have to move "Schleife abbrechen" to the bottom :unsure:
Is it directly after DO it doesn't work anymore.
Screenshot_20220301-110146_MacroDroid.png Screenshot_20220301-104217_MacroDroid.png Screenshot_20220301-104224_MacroDroid.png

The sound setting:
Screenshot_20220301-104309_MacroDroid.png
But the sound still always plays one more time after ending macro :unsure:
 

Nierewa

New member
Found out yesterday, that this doesn't work for missed SMS.
Do I need to add anything else to the trigger?
 

Snurre

Well-known member
You need a "SMS received" trigger and a notification for that
And then should the rest be similar to check if notification is present
 
Top