This workflow returns the current weather for a predefined or given city and displays it with [bash-dash](https://github.com/n8n-io/bash-dash).

By default, it returns the weather in Berlin if no city is defined. That default can be changed in the Set City node.
**Example usage:**
- weather london
**Example bash-dash config:**
commands[weather]=http://localhost:5678/webhook/weather
Platform
n8n
Category
Travel
Price
Free
Creator
Jan Oberhauser
set
webhook
openWeatherMap
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.