
I Built an AI Morning Dashboard That Auto-Updates Notion Every Day π
What I Built I built an AI-powered Morning Dashboard that automatically updates my Notion workspace every single day with: π Good morning greeting with today's date π€οΈ Live local weather (Pretoria, South Africa) π° Latest tech news pulled automatically β Daily tasks checklist No manual work needed β just run the script and your whole day is organized in Notion! Why I Built This I wanted a tool that saves time every morning. Instead of checking 5 different apps, everything you need is in ONE place β your Notion dashboard. How It Works The app uses: Notion MCP API to write content directly into Notion Python to connect everything together BBC Tech News RSS Feed for live news wttr.in API for live weather Every morning you run the script and Notion is automatically filled with fresh content! The Code import os import requests from datetime import datetime from dotenv import load_dotenv from notion_client import Client import xml.etree.ElementTree as ET load_dotenv () NOTION_TOKEN = os . get
Continue reading on Dev.to Python
Opens in a new tab

![[MMβs] Boot Notes β The Day Zero Blueprint β Configuration That Survives Production](/_next/image?url=https%3A%2F%2Fcdn-images-1.medium.com%2Fmax%2F1496%2F1*0XEWNqtLt1IFIW6yT4x-6A.png&w=1200&q=75)
