What are the conditions today?

Gets the hourly forecast, repeats through to get conditions, and shows the whole list.

Actions

shortcuts-action-icon-get-weather-forecast.webp
Get Weather Forecast
Gets an hourly or daily weather forecast at the specified location.
shortcuts-action-icon-repeat-with-each.webp
Repeat with Each
Takes a list of items as input, and runs the contained actions once for each item in the list.
shortcuts-action-icon-get-details-of-weather-conditions.webp
Get Details of Weather Conditions
Gets a specific piece of information from the weather conditions passed into the action.
shortcuts-action-icon-if.webp
If
Tests if a condition is true, and if so, runs the actions inside. Otherwise, the actions under “Otherwise” are run.
Format Date
Formats a date and time into text.
shortcuts-action-icon-text.webp
Text
Passes the specified text to the next action.
shortcuts-action-icon-nothing.webp
Nothing
This action does nothing and produces no output. It is useful to separate blocks of actions, or to ensure that no input is passed to the next action.
shortcuts-action-icon-combine-text.webp
Combine Text
Joins text together, inserting the separator between each join.
shortcuts-action-icon-show-result.webp
Show Result
Shows the specified text in Siri or in an alert.
shortcuts-action-icon-stop-and-output.webp
Stop and Output
Stops execution of the current shortcut, and outputs content. This action is useful when: • Running a shortcut from another shortcut (using the Run Shortcut action). The output will be used as the output of the Run Shortcut action. • Running a shortcut from Quick Actions in Finder on macOS. The output will be saved as a file alongside the files selected in Finder. • Running a shortcut from Services on macOS. The output will replace the selected content, if applicable. • Or, when running a shortcut from another location that supports output, like the command-line or the Shortcuts URL scheme. No more actions will be run after this action.

More From This Folder

Extra Details

Link to Run Shortcut
shortcuts://run-shortcut?name=What%20are%20the%20conditions%20today%3F
Link to Open Shortcut
shortcuts://open-shortcut?name=What%20are%20the%20conditions%20today%3F
AppleScript code
tell application “Shortcuts Events” run shortcut “What are the conditions today?” end tell

More From The Library

Email myself

Save a short note to yourself by dictating or typing in the body, then automatically sending the email to your own email address with a canned title.

Get Shortcut »

Cancel Timer

Cancels the next-most timer running in the Clock app. If there are multiple timers, the second timer will continue running unless this action is used again.

Get Shortcut »

View issue

Asks you to pick a project name from JIRA, then asks you to choose from a list of unresolved issues assigned to you and opens it.

Get Shortcut »


Get way deeper into Shortcuts – become a member.

Browse more