Block 1 - Sticky Note Setup
- 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: More than an alarm. A smart morning experience that adapts to the weather. ️ ️ This workflow demonstrates how to upgrade a simple automation into a smart, context aware system. By i...
n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.spotify, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.googlegemini
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by NODA shuichi.
Original n8n.io sourceDescription: More than an alarm. A smart morning experience that adapts to the weather. 🎸☔️☀️
This workflow demonstrates how to upgrade a simple automation into a smart, context-aware system. By integrating OpenMeteo (Weather API), Google Gemini (AI), and Spotify, it creates a personalized DJ experience for your morning.
Context Awareness: It doesn't just play music; it checks the weather (via OpenMeteo API) to understand the user's environment.
AI Persona: Gemini acts as a live DJ, generating commentary that connects the specific Led Zeppelin track to the current weather conditions (e.g., "It's rainy, perfect for 'The Rain Song'").
Data Logging: It logs every wake-up session (Song, Time, Weather) to Google Sheets, creating a personal music history database.
Robust Error Handling: Includes logic to detect offline speakers and send fallback alerts.
Check Context: Fetches real-time weather data for your location and checks your Spotify speaker status.
Select Music: Picks a random track from Led Zeppelin's top hits.
Generate: Gemini generates a unique "Good Morning" script combining the song title and the weather.
Action: Plays the music, logs the data to Google Sheets, and emails you the AI's greeting with album art.
Spotify Premium
Google Gemini API Key
Google Sheets: Create a sheet named History with headers: date, time, weather, temperature, song, artist.
Gmail
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 | Create weather-aware morning alarms with Spotify, Gemini AI and OpenMeteo |
|---|---|
| Complexity | advanced |
| Nodes | 17 |
| Categories | Personal Productivity, Multimodal AI |
| Author | NODA shuichi |
| Published | 23 Nov 2025 |
Use the JSON export at /data/workflows/11153/11153.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: More than an alarm. A smart morning experience that adapts to the weather. ️ ️ This workflow demonstrates how to upgrade a simple automation into a smart, context aware system. By i...
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, Multimodal AI use case.