Login About Gallery
CarPlay 2.0 - Redacted 1
TEXT
‎Home address
VARIABLES
‎Set variable ‎Home Address ‎to ‎Home address
TEXT
‎Home City
VARIABLES
‎Set variable ‎Home city ‎to ‎Home city
TEXT
‎Work Address
VARIABLES
‎Set variable ‎Work Address ‎to ‎Work Address
TEXT
‎Work City
VARIABLES
‎Set variable ‎Work City ‎to ‎My Name
TEXT
‎My Name
VARIABLES
‎Set variable ‎My Name ‎to ‎My Name
TEXT
‎Try not to drive too fast. May I recommend sport mode? Drive safely. Have a safe drive. Don't forget to turn on Eco Mode, gas is expensive! Let's go! Vroom-vroom! Here we go!
TEXT
‎Split ‎Text ‎by ‎New Lines
SCRIPTING
‎Get ‎Random Item ‎from ‎Split Text
VARIABLES
‎Set variable ‎Generic Quip ‎to ‎Item from List
COMMENT
‎Choose a random quip from the defined list and set it as a variable.
DATE
‎Current Date
LOCATION
‎Get current location
LOCATION
‎Get current weather at ‎Current Location
NUMBER
‎Weather Conditions
MATHS
‎Round ‎Current Temp. ‎to ‎Ones Place
Mode
‎Normal
VARIABLES
‎Set variable ‎Current Temperature ‎to ‎Rounded Number
COMMENT
‎Get the weather at current location, format the temperature as a number, round it to the ones place, and set it as a variable.
SCRIPTING
‎Get battery level
NUMBER
‎Battery Level
MATHS
‎Round ‎Number ‎to ‎Ones Place
Mode
‎Normal
VARIABLES
‎Set variable ‎Battery Percent ‎to ‎Rounded Number
COMMENT
‎Get current battery level, format as a number, round to the tens place, and set it as a variable.
NUMBER
‎Date
COMMENT
‎Gets the current time and formats it as 24-hour time with no colon.
SCRIPTING
‎If ‎Current Time (Hmm) ‎is between ‎0 ‎and ‎1200
TEXT
‎morning
VARIABLES
‎Set variable ‎Greeting ‎to ‎Text
SCRIPTING
‎Otherwise
SCRIPTING
‎If ‎Current Time (Hmm) ‎is between ‎1201 ‎and ‎1700
TEXT
‎afternoon
VARIABLES
‎Set variable ‎Greeting ‎to ‎Text
SCRIPTING
‎Otherwise
SCRIPTING
‎If ‎Current Time (Hmm) ‎is between ‎1701 ‎and ‎2359
TEXT
‎evening
VARIABLES
‎Set variable ‎Greeting ‎to ‎Text
SCRIPTING
‎End If
SCRIPTING
‎End If
SCRIPTING
‎End If
SCRIPTING
‎If ‎Current Temperature ‎is less than ‎50
TEXT
‎I've turned on your heated seat and steering wheel.
VARIABLES
‎Set variable ‎Weather Quip ‎to ‎Text
SCRIPTING
‎Otherwise
TEXT
‎Text
VARIABLES
‎Set variable ‎Weather Quip ‎to ‎Text
SCRIPTING
‎End If
TEXT
‎Good ‎Current Temperature ‎Generic Quip ‎. It's currently ‎Greeting ‎ degrees outside. ‎My Name ‎ Your iPhone battery is at ‎Weather Quip ‎ percent. ‎Battery Percent
VARIABLES
‎Set variable ‎Generic Speech ‎to ‎Text
COMMENT
‎Create a variable for generic speech to speak when other set conditions are not met.
NUMBER
‎Date
COMMENT
‎Get the current day of the week and format it as a number between 1 and 7, where 1 is Monday and 7 is Sunday.
SCRIPTING
‎If ‎Day # in week ‎is less than ‎6
SCRIPTING
‎If ‎Current Time (Hmm) ‎is between ‎600 ‎and ‎800
SCRIPTING
‎If ‎Current Location ‎contains ‎Home city
MAPS
‎Get ‎Driving ‎time from ‎Current Location ‎to ‎Work Address
MAPS
‎Show ‎Driving ‎directions to ‎Work Address
DOCUMENTS
‎Speak ‎Good ‎Greeting ‎My Name ‎. It's ‎Weather Quip ‎. It will take you ‎Generic Quip ‎ to travel to work this ‎Travel Time ‎. Your estimated arrival time is ‎Current Date ‎. It's currently ‎Greeting ‎ degrees outside. ‎Travel Time ‎ Your iPhone battery is at ‎Current Temperature ‎ percent. ‎Battery Percent
Wait Until Finished
Rate
Pitch
Language
‎English (United States)
Voice
COMMENT
‎If the current day of the week is a weekday, the current time is between 6 AM and 8 AM, and the current city is <home city>, assume I am leaving for work from home. Get driving directions and speak a greeting.
SCRIPTING
‎Otherwise
DOCUMENTS
‎Speak ‎Generic Speech
Wait Until Finished
Rate
Pitch
Language
‎English (United States)
Voice
COMMENT
‎If the current day is a weekday and the current time is between 6AM and 8 AM, but the city is not <home city>, speak a greeting.
SCRIPTING
‎End If
SCRIPTING
‎Otherwise
SCRIPTING
‎If ‎Current Time (Hmm) ‎is between ‎1400 ‎and ‎1800
SCRIPTING
‎If ‎Current Location ‎contains ‎Work City
MAPS
‎Get ‎Driving ‎time from ‎Current Location ‎to ‎Home Address
MAPS
‎Show ‎Driving ‎directions to ‎Home Address
MESSAGES
‎Send " ‎On my way home, see you in ‎Travel Time ‎! ‎" to ‎Recipients
DOCUMENTS
‎Speak ‎Good ‎Greeting ‎Weather Quip ‎. It will take you ‎Travel Time ‎ to get home. Your estimated arrival time is ‎My Name ‎. It's currently ‎Generic Quip ‎ degrees outside. ‎Current Temperature ‎ Your iPhone battery is at ‎Travel Time ‎ percent. ‎Battery Percent
Wait Until Finished
Rate
Pitch
Language
‎English (United States)
Voice
COMMENT
‎If the current day of the week is a weekday, the current time is between 2 PM and 6 PM, and the current city is <work city>, assume I am leaving for home from work. Get driving directions, and speak a greeting, and tell <wife> I’m on my way with my travel time.
SCRIPTING
‎Otherwise
DOCUMENTS
‎Speak ‎Generic Speech
Wait Until Finished
Rate
Pitch
Language
‎English (United States)
Voice
COMMENT
‎If the current day is a weekday and the current time is between 2 PM and 6 PM, but the city is not <work city>, speak a greeting.
SCRIPTING
‎End If
SCRIPTING
‎Otherwise
DOCUMENTS
‎Speak ‎Generic Speech
Wait Until Finished
Rate
Pitch
Language
‎English (United States)
Voice
COMMENT
‎If the current day of the week is a weekday and the current time isn’t between those already specified, then speak a greeting.
SCRIPTING
‎End If
SCRIPTING
‎End If
SCRIPTING
‎Otherwise
DOCUMENTS
‎Speak ‎Generic Speech
Wait Until Finished
Rate
Pitch
Language
‎English (United States)
Voice
COMMENT
‎If the current day of the week isn’t a weekday, then speak a greeting.
SCRIPTING
‎End If

Showcuts

Magic Vars

Screenshot

Submitted Anonymously 9 months ago

Visit iCloud (iOS)

Copy iCloud Link

Scan QR Code

0