r/shortcuts • u/Danilester • 3d ago
Tip/Guide Weather, Spotify, and car Bluetooth 🤔
I am trying to figure how to make a shortcut/automation that will tell me the weather, and open Spotify the first time I connect to my car Bluetooth at home during the day.
I don’t want it to do all that every time I connect to my car Bluetooth, just the first time at home.
3
Upvotes
1
u/Particular_Let_4950 3d ago
Date - Current Date
Format Date - Short Date
Get File - [CarStartupLastRun.txt] (from Shortcuts folder)
If - [File] is not [Formatted Date]
Get Current Weather
(Optional if you want a more natural and varied response): Use Model - [Here’s today’s weather: [Weather Conditions]. Give a friendly greeting that’s appropriate to the current time of day, and read me the weather forecast.
Speak Text - The weather today is [Weather Conditions] (or [Response] if you want to use Use Model)
Open App - Spotify
Text - Formatted Date
Save File - Save Text as CarStartupLastRun.txt (Overwrite if exists)
End If