Check for a white christmas

Looks for snow in the daily forecast for the next 10 days.

Preview

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-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-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-if.webp
If
Tests if a condition is true, and if so, runs the actions inside. Otherwise, the actions under “Otherwise” are run.
action-icon-change-case.webp
Change Case
Changes the case of the text passed into the action to UPPERCASE, lowercase, or Title Case.
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-count.webp
Count
Counts the number of items, characters, words, sentences, or lines passed as input. Note (from Apple, for real) This is just like the Count in Sesame Street, but instead of a vampire, it’s a Shortcuts action.
action-icon-calculate.webp
Calculate
Performs a number operation on the input and returns the result.
shortcuts-action-icon-get-item-from-list.webp
Get Item from List
Returns one or more items from the list passed as input. You can get the first item, the last item, a random item, the item at a particular index, or items in a range of indexes.
shortcuts-action-icon-combine-text.webp
Combine Text
Joins text together, inserting the separator between each join.
shortcuts-action-icon-list.webp
List
Allows you to specify a list of items to be passed to the next action.
shortcuts-action-icon-show-result.webp
Show Result
Shows the specified text in Siri or in an alert.

Related Posts

New in the Shortcuts Library: Christmas shortcuts
Check out my collection of Christmas shortcuts, including automations for playing holiday music to smart home setups, checking for snow to counting the days down.

More From This Folder

Extra Details

Link to Run Shortcut
shortcuts://run-shortcut?name=Check%20for%20a%20white%20christmas
Link to Open Shortcut
shortcuts://open-shortcut?name=Check%20for%20a%20white%20christmas
AppleScript code
tell application “Shortcuts Events” run shortcut “Check for a white christmas” end tell

More From The Library


Get way deeper into Shortcuts – become a member.

Browse more