OpenWeatherMap Current Weather Data
detail.loadingPreview
Fetches current weather data for a specified city using OpenWeatherMap.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow retrieves the current weather conditions for a given city using the OpenWeatherMap API. It fetches temperature, humidity, wind speed, and a textual description of the weather.
Key Features
- Fetches real-time weather data.
- Supports specifying a city for the weather lookup.
- Extracts key weather parameters: temperature, humidity, wind speed, and description.
- Includes basic error handling.
How To Use
- Import this workflow into your n8n instance.
- Configure the
OpenWeatherMapnode with your OpenWeatherMap API key and the desired city name. - The
Webhooknode can be used to trigger the workflow, or you can manually execute it. - The
Setnode will process and format the weather data.
Apps Used
Workflow JSON
{
"id": "81f4277e-44c7-4f1c-b1c4-f83d82fc68fd",
"name": "OpenWeatherMap Current Weather Data",
"nodes": 0,
"category": "External Services",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 81f4277e-44c7...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
AI-Powered PostgreSQL Data Agent with Conversational Interface
This n8n workflow empowers you to build an intelligent, conversational agent for your PostgreSQL database. Interact with your data using natural language, perform CRUD operations, explore schemas, and generate dynamic visualizations, streamlining data management and access for any user.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.
Weekly Cocktail Inspiration for Your Team
Automatically share engaging cocktail recipes with your team or community every week. This workflow fetches a random recipe, generates a beautiful visual card using Bannerbear, and posts it directly to your Rocket.Chat channel, fostering fun and connection.
AI-Powered Stack Overflow Lead Generation
Unleash the power of AI to automatically scrape valuable lead data from Stack Overflow user profiles. This workflow intelligently identifies and extracts key information like names, locations, skills, and reputation, then seamlessly organizes it into your Google Sheet for effortless lead management.
Automated Multi-Platform Social Media Publisher
Streamline your social media content creation and publishing with this n8n workflow. Simply fill out a web form with your caption, media (image or video), and target platforms, and let n8n automate the posting process across multiple social networks.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.