Block 1 - Schedule Trigger
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
This n8n template allows you to monitor hourly weather conditions in a specific city using OpenWeatherMap and log the results to a Google Sheet. It’s perfect for anyone needing periodic weather tra...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.set, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by ist00dent.
Original n8n.io sourceThis n8n template allows you to monitor hourly weather conditions in a specific city using OpenWeatherMap and log the results to a Google Sheet. It’s perfect for anyone needing periodic weather tracking—whether you're managing logistics, travel planning, or environmental monitoring.
A Schedule Trigger activates the workflow every hour.
The Get Weather Data from OpenWeatherMap node fetches real-time weather details using the city name you specify.
An IF node checks if the weather description contains "rain" or the temperature is below a set threshold.
If the condition is true, the data is formatted with city, temperature, humidity, and conditions.
The Google Sheets node appends this formatted information to your designated sheet.
Operations teams monitoring weather-sensitive logistics
Researchers collecting climate data
Developers and hobbyists learning how to connect APIs with Google Sheets
city (string)
temperature (K) (number)
humidity (number)
conditions (string)
status (string)
Create a Google Sheet with the above columns.
Set up your Google Service Account credentials in n8n.
Replace the API key in the HTTP Request node with your own OpenWeatherMap credential.
Specify your target city and ensure your OpenWeatherMap account is active.
Adjust the frequency in the Schedule Trigger as needed (default: every hour).
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 | Track hourly weather conditions with OpenWeatherMap and Google Sheets |
|---|---|
| Complexity | intermediate |
| Nodes | 6 |
| Categories | Engineering |
| Author | ist00dent |
| Published | 15 May 2025 |
Use the JSON export at /data/workflows/4066/4066.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.
This n8n template allows you to monitor hourly weather conditions in a specific city using OpenWeatherMap and log the results to a Google Sheet. It’s perfect for anyone needing periodic weather tra...
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 Engineering use case.