You are in read-only mode. Authenticate as Admin to modify configurations.
Composed Brief Modules
Enable modules, reorder them by dragging, and customize options. The daily brief will run them in this exact sequence.
☀️
Weather Brief
Current conditions and NWS key messages.
🌊
Weather Deep Dive
NWS key message 1 or full discussion text.
📅
Calendar Itinerary
Today's schedule fetched from Apple Calendar.
🎂
Upcoming Birthdays
Birthdays coming up in the next 7 days.
📝
Daily Affirmation / Note
A static custom note or reminder.
💬
Quote of the Day
A random inspirational quote.
Daily Brief Webhook URL

Trigger your custom Daily Brief print with a GET or POST request. Perfect for iPhone Shortcuts!

https://leboof-printer-castle.taila74e97.ts.net/api/print-daily-brief
Integrate with iPhone Shortcuts
1. Setup in Apple Shortcuts App
Option A: Simple One-Click Trigger (Recommended)

Great for Quotes, Birthdays, Affirmations & Weather Deep Dives!

  1. Add a "Get Contents of URL" action in Apple Shortcuts.
  2. Paste the Daily Brief Webhook URL above (uses standard GET request by default).
  3. Set your Shortcut automation schedule (e.g. 7:00 AM daily)!
Option B: Advanced (Pass Calendar Events & Notes)

Required if you want your iPhone to dynamically feed today's calendar events into the receipt.

  1. Use "Find Calendar Events" to fetch today's itinerary.
  2. Format the events list using a "Repeat with Each" block into simple text (e.g. 9:00 AM - Meeting).
  3. Add a "Get Contents of URL" action pointing to the Webhook URL.
  4. Set the method to POST and Request Body to JSON.
  5. Add a key named events mapped to your formatted calendar text list.
  6. (Optional) Add a key named custom_note to dynamically pass a prompt note.
2. Print Quote of the Day Webhook

Standalone quote print (perfect for automated morning shortcuts!):

https://leboof-printer-castle.taila74e97.ts.net/api/print-quote