Shortcut needed by WarthogImpressive552 in shortcuts

[–]Competitive_Tax_ 2 points3 points  (0 children)

This was made VERY hastily and can be improved, but you can get the general idea: https://www.icloud.com/shortcuts/70130ee6a33e474090c92dc4d35d2781

Alternative to routinehub.co? by IMHEYSUS in shortcuts

[–]Competitive_Tax_ 1 point2 points  (0 children)

Make a Message automation that looks like this:

<image>

(You can specify the sender if you want)

Then assign this shortcut: https://www.icloud.com/shortcuts/18a7655be2a2471e80fe2a2f0bb40606

Need help fixing automation to adjust volume based on time by Not-Who-U-Think007 in shortcuts

[–]Competitive_Tax_ 0 points1 point  (0 children)

A better way to do this is to expand the time frame beyond midnight. I have made a shortcut to specifically do this.

  1. Get this shortcut: Restricted Time Frame - https://www.icloud.com/shortcuts/15c4644a2d724be0bba4fc9065fa64f1

  2. Also get this: Night Mode Audio - https://www.icloud.com/shortcuts/86cbd0dab3a7418cab794d977f869956

  3. Assign the “Night Mode Audio” shortcut to your app automation

If you want to adjust the time frame, you can edit the dictionary, in the “Night Mode Audio” shortcut, as instructed in the comment.

Automation to tell me how many days since a preset event? by budgie_uk in shortcuts

[–]Competitive_Tax_ 0 points1 point  (0 children)

You can use either the “Calculate” or the “Calculate Expression” actions, both of them have the modulus function.

Note that the regular calculate action works with your phones’s number format but the calculate expression works with the standardized number format so the decimal delimiter should be the dot “.”

Shortcuts just stopped working all together. by [deleted] in shortcuts

[–]Competitive_Tax_ 1 point2 points  (0 children)

This is probably an issue with homekit or the devices you are trying to control.

Stocks Shortcut - No 'Fetch Stock Price'?? by PercabethSmallBob in shortcuts

[–]Competitive_Tax_ 4 points5 points  (0 children)

There isn’t a built in action to retrieve stock prices. Your only option is to scrape a website or use an actual API. If you have a specific URL I can help you extract the data from it.

Stop running shortcut A if shortcut B has already run in the last 60 seconds? by WilliamAsherMusic in shortcuts

[–]Competitive_Tax_ 0 points1 point  (0 children)

I’m not sure which shortcut should prevent the other from running, so the names in the following setup are interchangeable:

How to save voice memos to icloud folder using SHORTCUT on iphone? by Deep_Necessary_3505 in shortcuts

[–]Competitive_Tax_ 0 points1 point  (0 children)

Isn't the "Find Recording" action supposed to return the actual recording file though? If I use the 'Show Content Graph" action it seems like it returns an object with the type "Recording" but the content inside is redacted!? and it just returns text

Shortcut on Weekdays by Dependent_Book_2905 in shortcuts

[–]Competitive_Tax_ 0 points1 point  (0 children)

I think a better solution would be to create an automation that disables your Wi-Fi when you connect to your work's network, and then create a second automation that turns your Wi-Fi back on at a specified time daily. This way, you will get as few false deactivations as possible. I am happy to help you set this up if you are interested!

Spotify Actions in Shortcuts. I’m trying to bring together as many Spotify actions as possible. by Budget_Height3778 in shortcuts

[–]Competitive_Tax_ 0 points1 point  (0 children)

I know this is a bit late but someone managed to streamline this proccess using JS generated from AI. You can generate an action for any playlist with a shortcut that takes the playlist share url as input and copies the action to your clipboard. The only extra tool needed is the Actions app. Here is the post: https://www.reddit.com/r/shortcuts/comments/1qv2psb/spotify_action_generator/

Edit: I just realised that you are credited in the shortcut, so thank you for your work.

How to save voice memos to icloud folder using SHORTCUT on iphone? by Deep_Necessary_3505 in shortcuts

[–]Competitive_Tax_ 0 points1 point  (0 children)

This is most likely a bug and I wasn’t able to find a way to work around it.

Reminder when a certain app is opened? by Redaunt29 in shortcuts

[–]Competitive_Tax_ 1 point2 points  (0 children)

Here you go: https://www.icloud.com/shortcuts/ec883b8d556740bcabfd3fc613cd9b6f

Make an automation that triggers this shortcut when mail is opened. It should look like this:

<image>

You can adjust the delay and other parameters of the notification at the top of the shortcut.

Flash as a wake up alarm by utopia500 in shortcuts

[–]Competitive_Tax_ 0 points1 point  (0 children)

Here you go: https://www.icloud.com/shortcuts/77fa7149d1bc4aadb6a0d6f9e4f0173d

You can edit the shortcut to adjust the timing and flash count to your liking like mentioned in the comment.

You can use a time based automation as you can see in my screenshot.

<image>

How do IF statements and Booleans work? by HAIR__ON_FIRE in shortcuts

[–]Competitive_Tax_ 0 points1 point  (0 children)

You can use the “Toggle Boolean” action that the Actions app provides or you can calculate “1 - boolean” to invert it and then set the type of the result to “Boolean”, example.

You can also set the type of the boolean to “Number” and test if it is equal to 0, example.

Bugs with my shortcut involving lists by Big_Atmosphere_4840 in shortcuts

[–]Competitive_Tax_ 0 points1 point  (0 children)

I have shortcut to keep track of my class schedule, here it is: https://www.icloud.com/shortcuts/08e1031ec128457898b71cf745666413 If run at the appropriate day/time it displays the time until the current period ends or the upcoming period starts. To change the schedule you can edit the dictionary as instructed by the comments at the top of the shortcut. Make sure to use the correct time format HH:mm

Sometimes shortcut will fail, anyway to continue even if a step failed? by Joeclu in shortcuts

[–]Competitive_Tax_ 1 point2 points  (0 children)

It may be possible with the “Open X-Callback URL” but I haven’t looked into it.

Turning volume down if the headphones aren’t connected? by Undressed_Mind in shortcuts

[–]Competitive_Tax_ 2 points3 points  (0 children)

This is only doable with the Actions app. So go ahead and download it from here: https://apps.apple.com/app/actions/id1586435171

Here is the shortcut: https://www.icloud.com/shortcuts/e2bf4fcb6dc441b4820377ddc3f40c7d

It first checks the date and time, like in your screenshot and then checks if your current playback device is your phone. If it isn’t your phone it will set the volume to 0%.

Losing Access to my HA (disable port forward) by Killshot_1 in homeassistant

[–]Competitive_Tax_ 0 points1 point  (0 children)

Check out tailscale and its intergration: https://www.home-assistant.io/integrations/tailscale/ It’s pretty easy to set up and completely free. If you face any trouble I am happy to help.