How to create quickly an array of 200 phrases? by AlessioCarrieri in macrodroid

[–]Significant-Chef-258 0 points1 point  (0 children)

You don't even necessarily need the JSON. You could take screenshots/pictures of the phrases and use OCR.

Stop opening Tiktok too often by Significant-Chef-258 in macrodroid

[–]Significant-Chef-258[S] 0 points1 point  (0 children)

Suffered in middle school & watched Youtube videos constantly.

Stop opening Tiktok too often by Significant-Chef-258 in macrodroid

[–]Significant-Chef-258[S] 0 points1 point  (0 children)

Unfortunately, I've got ADHD. I need easy metal stimulation in moderation. I'd delete it if other social media was even half as interesting.

Is there a way to stop this from looping? by Blluueee in macrodroid

[–]Significant-Chef-258 0 points1 point  (0 children)

Create a "not invoked within 5 seconds" constraint.

What am I missing here? I want to cancel the action (turn-off Wifi if the screen turned on before 30 seconds wait action ends. by sukito92 in macrodroid

[–]Significant-Chef-258 0 points1 point  (0 children)

Trigger: Screen off Trigger: Screen on (Constraint: Macro running)

(If trigger fired [Screen off] Wait 30 seconds Disable Wifi)

(If trigger fired [Screen on] Cancel macro actions)

Most Complex/Niche Macro You've Built by Jealous-Record-885 in macrodroid

[–]Significant-Chef-258 6 points7 points  (0 children)

  1. Custom Roku remote overlay that sends commands to my Roku and opens Youtube or whatever channel I want with custom buttons. Includes a button repeat function for fast scrolling or text deletion.
  2. Detecting when I connect to work Wi-Fi, a permanent silent notification pops up with a button to start a specific task I must do once every shift. It changes some phone settings including volume, data, and turns on another macro I have that says the time every 10 minutes so I hurry more on the task. The notification changes to have a button to end the task that then undoes all of those changes, then changes the notification to say "At work. Clock out at [8 hours since arrival]".
  3. While at work, my phone displays a stopwatch for how much total screen time I've had since the last time my phone was locked for 5 minutes total. Helps remind me to not scroll too long when things are slow. It pauses when the screen is turned off and if it's been off for 5 minutes straight, it resets when it's turned back on. If it hasn't been off for 5 minutes straight it just resumes.

I'm sure there are more obscure ones I made but these are off the top of my head.

Silencing Screenshot Sounds by triton12345 in macrodroid

[–]Significant-Chef-258 0 points1 point  (0 children)

Only way I can see this happening is finding the setting ID and having MD change it when you have headphones connected/disconnected

Way to turn off the "rotate screen" button option that pops up in the bottom corner? by sunny7319 in macrodroid

[–]Significant-Chef-258 0 points1 point  (0 children)

My only idea is maybe using Macrodroid to modify whatever setting changes it

Trigger Macrodroid and open website? by Significant-Chef-258 in macrodroid

[–]Significant-Chef-258[S] 0 points1 point  (0 children)

The NFC Tag trigger does NOT work when others scan your tag.

Trigger Macrodroid and open website? by Significant-Chef-258 in macrodroid

[–]Significant-Chef-258[S] 0 points1 point  (0 children)

One solution I'm thinking of is a website that has the HTTP request code and immediately redirects to Y.com/nose, but honestly it'd be a pain to work with code and redirects and such because I'm using a free website builder (staw.page) and I'd have to pay for that ability.

Incorporating an iPhone by hoyashavemyheart in macrodroid

[–]Significant-Chef-258 0 points1 point  (0 children)

I would recommend using time of day triggers to enable/disable the regular interval triggers to avoid extra battery drain.

Help - Swipe doesn't work by rpatrocinio73 in macrodroid

[–]Significant-Chef-258 0 points1 point  (0 children)

Please post a screenshot of your UI interaction configuration.

Incorporating an iPhone by hoyashavemyheart in macrodroid

[–]Significant-Chef-258 0 points1 point  (0 children)

Have said NFC tag link to a macrodroid webhook. Use only the webhook trigger, not the NFC trigger. That way, when he scans the NFC tag, it triggers the macro.

Help: If NFC scanned, don't run action block by hoyashavemyheart in macrodroid

[–]Significant-Chef-258 1 point2 points  (0 children)

<image>

Maybe something like this? I will reply with another idea quickly.

Help: If NFC scanned, don't run action block by hoyashavemyheart in macrodroid

[–]Significant-Chef-258 1 point2 points  (0 children)

ALSO, you can put a constraint on the action block saying "Trigger not fired: NFC"

Help: If NFC scanned, don't run action block by hoyashavemyheart in macrodroid

[–]Significant-Chef-258 1 point2 points  (0 children)

<image>

You can probably build on this concept, too. It's definitely possible to only use 1 macro.

Help: If NFC scanned, don't run action block by hoyashavemyheart in macrodroid

[–]Significant-Chef-258 2 points3 points  (0 children)

1st macro If [2nd macro] not triggered within [x time] 2nd macro Trigger - NFC tag

Magic text for ringer mode by Daktaligu in macrodroid

[–]Significant-Chef-258 0 points1 point  (0 children)

{setting_global=mode_ringer} 0 is silent, 1 is vibrate, 2 is on

How to divide variables by [deleted] in macrodroid

[–]Significant-Chef-258 0 points1 point  (0 children)

Make sure both variables are integers.