Block 1 - Sticky Note Main
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Description: An intelligent alarm system that wakes you up early only when necessary. ️ This workflow monitors your local weather and train status every morning at 5:00 AM. It uses Google Gemin...
n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.rssfeedread, @n8n/n8n-nodes-langchain.googlegemini, n8n-nodes-base.code, n8n-nodes-base.if
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by NODA shuichi.
Original n8n.io sourceDescription: An intelligent alarm system that wakes you up early only when necessary. 🛡️🤖
This workflow monitors your local weather and train status every morning at 5:00 AM. It uses Google Gemini to analyze the situation. If there is heavy rain or a train delay, it sends an emergency alert immediately (and can trigger smart home devices). If everything is normal, it waits until your usual wake-up time to send a calm briefing.
AI Context Awareness: Uses Gemini to intelligently judge "Emergency" situations based on weather descriptions and news headlines.
Dynamic Notification:
Emergency Mode: Immediate Email alert + Optional SwitchBot trigger (e.g., turn on lights).
Normal Mode: Delays notification until your scheduled wake-up time (90 mins later).
Targeted Monitoring: Searches specific train lines via Google News RSS.
Trigger: Runs daily at 5:00 AM.
Fetch: Gets weather from OpenWeatherMap and train news from Google News RSS.
Judge: Gemini analyzes the data.
Action: Routes the notification based on the status (Emergency/Normal).
Credentials: OpenWeatherMap API, Google Gemini API, Gmail.
Config: Open the "1. Configuration" node to set your Location, Train Line, and Email.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Adjust morning alarms based on weather and train delays using Google Gemini |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | Personal Productivity, AI Chatbot |
| Author | NODA shuichi |
| Published | 06 Jan 2026 |
Use the JSON export at /data/workflows/12514/12514.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Description: An intelligent alarm system that wakes you up early only when necessary. ️ This workflow monitors your local weather and train status every morning at 5:00 AM. It uses Google Gemin...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Personal Productivity, AI Chatbot use case.