task_cards_from_notion
Generate thermal printer task cards with QR codes from today's Notion tasks. Connect to your Notion database, retrieve current tasks, create printable cards that link back to Notion, and optionally print them.
Instructions
Fetch today's tasks from Notion and generate thermal printer cards with QR codes.
Connects to your Notion database, retrieves tasks with status "Today" or "In Progress", generates individual task cards with QR codes linking back to Notion, and optionally prints them. Provides real-time progress updates to prevent client timeouts.
Requires NOTION_API_KEY and TASKS_DATABASE_ID environment variables.
Args: no_print: If True, only generate images without printing (default: False)
Returns: List of generated PNG file paths
Progress tracking includes: - API connection status - Task fetching progress - Individual card generation - Print success/failure for each card
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| no_print | No |