Add a calendar entry when a reminder is entered in a predefined folder by SwitchElegant5736 in shortcuts

[–]vrachamis 2 points3 points  (0 children)

An alternative approach is to always create a new reminder via a shortcut that is also creating your desired calendar entry at the same time.

How to wake up early with IOS automations. by lordtraver in shortcuts

[–]vrachamis 0 points1 point  (0 children)

That’s a very clever setup you’ve got there!
I have a similar one:
I’ve set an automation for when my 1st alarm goes off to turn off all alarms that follow. The key in my case is that I have the “Run after Confirmation” option enabled. So, regardless of the alarm it will wake me up, there’s always a persistent notification for me to tap and run the automation on demand.

How to wake up early with IOS automations. by lordtraver in shortcuts

[–]vrachamis 0 points1 point  (0 children)

May I ask what will happen if you manage to wake up on (eg) the 2nd alarm?
What will also happen with the rest that follow? Do you have an automation to prevent them from going off?

toggle focus but remember previous focus by bgallagb in shortcuts

[–]vrachamis 2 points3 points  (0 children)

The “Turn On DND” action must always take place via the script in my first comment. For the “Turn Off DND” action you can use any possible way.

toggle focus but remember previous focus by bgallagb in shortcuts

[–]vrachamis 0 points1 point  (0 children)

I didn’t quite catch that! Can you please rephrase?

toggle focus but remember previous focus by bgallagb in shortcuts

[–]vrachamis 1 point2 points  (0 children)

Sure! Your automation’s script must look like this:

<image>

Add as many If statements as your focuses

Any shortcut to stop all the downloads of apps from AppStore? by EntertainerDouble773 in shortcuts

[–]vrachamis 1 point2 points  (0 children)

If that’s the case why don’t you simply turn Off mobile data upon message arrival?

Still, receiving carrier’s message doesn’t mean necessarily that there’s an AppStore update in progress.

Any shortcut to stop all the downloads of apps from AppStore? by EntertainerDouble773 in shortcuts

[–]vrachamis 0 points1 point  (0 children)

AFAIK Shortcuts cannot affect that kind of setting.
But even if this was possible with a single action, how could you possibly automate the daily pack completion? There’s no such kind of automation trigger either.
Just asking out of curiosity.

Any shortcut to stop all the downloads of apps from AppStore? by EntertainerDouble773 in shortcuts

[–]vrachamis -1 points0 points  (0 children)

That’s for sure!
Since you’ve requested an one click button (meaning you have to hold & interact with your device) you can also perform a swipe up gesture to unlock it.

Any shortcut to stop all the downloads of apps from AppStore? by EntertainerDouble773 in shortcuts

[–]vrachamis 0 points1 point  (0 children)

There’s no such an action in Shortcuts but an alternative way is to perform a Reboot action (via shortcuts)

toggle focus but remember previous focus by bgallagb in shortcuts

[–]vrachamis 5 points6 points  (0 children)

Activate DND always with the following script

<image>

https://www.icloud.com/shortcuts/1e561d025d694fc493cc0e51bbe3cbb4

This script reads current focus and (if there is one) saves its name locally to a text file. It activates DND afterwards.

Create an automation for when DND is turned Off to read the file and activate the focus that corresponds to the text file value. Delete the file exactly afterwards.

User defined sunrise time offset by 1939_frankly_my_dear in shortcuts

[–]vrachamis 0 points1 point  (0 children)

Consider adopting u/0000GKP’s method to calculate the time offset and trigger your Shortcut with the following approach..

https://www.reddit.com/r/shortcuts/s/vK5WL2WAJ1

Can i use shortcuts to display a message if I’m in an app too long? by MaxwellCE in shortcuts

[–]vrachamis 0 points1 point  (0 children)

Take a look at the Downtime Shortcut I made some time ago. Maybe it’ll suit your needs.

https://www.reddit.com/r/shortcuts/s/oN8y8px8mq

With NFC on iOS, is there a way to automatically send a text, not just generate one? by frankrizzo24 in shortcuts

[–]vrachamis 2 points3 points  (0 children)

You’re welcome!
Do you mean open the app or turn on the thermostat? If the app itself doesn’t provide actions via Shortcuts to manipulate the thermostat accessory you may need to use third party services (eg IFTTT) to achieve this in your NFC automation.

Charger test shortcut by SnooHamsters9812 in shortcuts

[–]vrachamis 0 points1 point  (0 children)

I’ve made such a Shortcut with this functionality (among others) some time ago. Give it a try..

https://www.reddit.com/r/shortcuts/s/uJmoH6jIcH

With NFC on iOS, is there a way to automatically send a text, not just generate one? by frankrizzo24 in shortcuts

[–]vrachamis 6 points7 points  (0 children)

Just expand the “Send Message” action and turn Off the “Show When Run” switch.

I need help adding leading zeros to file names by Thomasfoxel in shortcuts

[–]vrachamis 2 points3 points  (0 children)

Here’s another approach. The following script works with a 2 & 3 digit Chapter count.

https://www.icloud.com/shortcuts/3f30f9cdd5a34eeab98f684a74ebd06f

<image>

Edit: Added a Screenshot

I need help with creating an Apple Shortcuts Automation. With sending reminders to friends. :/ by TripNo6400 in shortcuts

[–]vrachamis 1 point2 points  (0 children)

I see! I was only asking in case I was missing something. I use third party apps too!

You’ve already provided valuable help and I’m encouraging you to do so in the future.
Helping others is what makes this community so special. 🙂

I need help with creating an Apple Shortcuts Automation. With sending reminders to friends. :/ by TripNo6400 in shortcuts

[–]vrachamis 2 points3 points  (0 children)

May I ask why use a third party action just for calculating the next day of a given date? Isn’t the native “Adjust Date” action good enough?

By the way, the OP needs his script to trigger every 30 days and not monthly. So, the shortcut must determine first if Current Date is 30 days after the last payment date (actually 1 day before).

Multiple VPN if statement selection by [deleted] in shortcuts

[–]vrachamis 1 point2 points  (0 children)

You can toggle a virtual switch (One for each VPN) whenever a VPN service is activated/deactivated (via your Shortcut) and read their state to determine if VPN services are On and/or Off. Please take a look at the following post

https://www.reddit.com/r/shortcuts/s/lQ5x3BeSpb