u/ScottishHighlander02

Auto Journal

Here’s one I made tonight. Uses Journal app but can easily be changed to use Apple notes instead.

Enjoy

https://www.icloud.com/shortcuts/a66c3af357c44bb3aece3e3b42bedc56

Auto Journal is an intelligent daily journaling shortcut for iPhone that automatically creates a personal diary entry each evening using your real daily activity.

The shortcut collects:
• Weather conditions
• Daily step count from Apple Health
• Calendar events
• Number of photos taken
• Mood score
• Daily highlight or best moment

It then sends the information to ChatGPT which generates a clean, natural journal entry written like a real personal diary — concise, human, and readable.

The completed entry is automatically saved into Apple Journal, creating a long-term life log with almost no effort required.

Perfect for:
• Daily reflection
• Memory keeping
• Habit tracking
• Mental clarity
• Building a personal timeline over months and years

Features:
• Fully automatic daily journaling
• Apple Health integration
• Calendar integration
• Weather awareness
• AI-written natural entries
• Apple Journal archive
• Optional mood tracking
• Runs automatically via Shortcuts Automation

Designed for people who want effortless journaling without needing to sit and write every night.

reddit.com
u/ScottishHighlander02 — 6 days ago

Widget help

Does anyone recognise this widget? I asked the OP in the post but they haven’t replied to anyone on their thread yet.
Would be much appreciated

u/ScottishHighlander02 — 6 days ago

Bit the bullet

Been reading up on these this week and decided now is the time to change. Primarily an Alexa household, I have put an order in for matter compatible bulbs to replace my cheap WiFi ones. Plugs too. Today I ordered not one but two HomePods. “Used very good condition” and “opened but never used”. £300 for both so my plan for them is stereo pair through the Apple TV. Will hold off until later in the year and get a new model for my work desk I think. Then slowly start replacing then echos throughout the bedrooms with HomePod mini’s. Can’t wait!

reddit.com
u/ScottishHighlander02 — 10 days ago

https://www.icloud.com/shortcuts/d1bbf1816f804d1ea945afc652d3d9dd

Description

Calendar Group Shortcut

Overview

Adds multiple Apple Calendar events at once from either typed or dictated text.

Uses ChatGPT to parse natural language input into structured event data, then loops through the results to create each event.

Input Choose from menu: • Text — type your events manually • Dictate — speak your events

How to Describe Events Speak or type naturally, for example: “Doctors tomorrow at 10am, Dentist Wednesday at 9am for an hour and a half”

Flow 1. Input Menu choice routes to either Ask for Text or Dictate Text. 2. Validation If Menu Result has no value, the shortcut stops. 3. ChatGPT Parsing The text is sent to ChatGPT with the following instruction: Extract events and return each one on a new line in this exact format: Title###YYYY-MM-DD HH:mm###YYYY-MM-DD HH:mm No preamble, no explanation. Use 24-hour time. Today is [Current Date]. 4. Loop The response is split by new lines. For each line: • Split by ### to get three parts • Part 1 → Event Title • Part 2 → Start Time • Part 3 → End Time • Add event to Apple Calendar 5. Finish Calendar app opens when all events have been created.

Notes • Do not use | as a separator — ChatGPT returns a Unicode lookalike that Shortcuts cannot split on. Use ### instead. • Shortcuts parses ISO format dates (2026-05-05 14:00) natively in the Add Calendar Event action. • The Current Date magic variable must be included in the ChatGPT prompt so relative terms like “tomorrow” resolve correctly.

reddit.com
u/ScottishHighlander02 — 18 days ago