Log daily mood & weather to Notion with Telegram and OpenWeatherMap
The Daily Mood & Weather Logger π is more than just a utility; it's a hands-on n8n workflow designed to teach you core automation concepts. By setting up and exploring this template, you'll gain practical experience ...
Template notes
The Daily Mood & Weather Logger π is more than just a utility; it's a hands-on n8n workflow designed to teach you core automation concepts. By setting up and exploring this template, you'll gain practical experience with triggers, API calls, data manipulation using the Code node, and integrating with external services like Notion. It automates tracking your daily mood alongside local weather, logging it all into a Notion database.
---
π― Learning Objectives: What You'll Master
This workflow template is specifically structured to help you understand and practice:
Workflow Triggers:
Scheduled Triggers: Learn how the Cron node initiates actions at specific times (e.g., daily). Webhook/Event-Based Triggers: Understand how the Telegram Trigger node listens for and reacts to external events (like a new message).
Making API Calls:
See the HTTP Request node in action, querying the external OpenWeatherMap API to fetch real-time data. Understand how to configure API endpoints, query parameters, and handle API keys (using environment variables).