The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"createdAt": "2021-02-16T12:21:52.835Z",
"updatedAt": "2021-07-15T14:40:02.810Z",
"id": "16",
"name": "OpenWeatherMap:: current-weather 5-day-forecast",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
300
],
"id": "3af2c46a-cc25-4094-8889-0539e80bbbfb"
},
{
"parameters": {
"cityName": "berlin",
"language": "en"
},
"name": "OpenWeatherMap",
"type": "n8n-nodes-base.openWeatherMap",
"typeVersion": 1,
"position": [
490,
300
],
"credentials": {
"openWeatherMapApi": {
"name": "<your credential>"
}
},
"notes": "IGNORED_PROPERTIES=rain",
"id": "e12fb37d-8207-4219-a3df-20cbd5b9a4d8"
},
{
"parameters": {
"operation": "5DayForecast",
"cityName": "berlin",
"language": "en"
},
"name": "OpenWeatherMap1",
"type": "n8n-nodes-base.openWeatherMap",
"typeVersion": 1,
"position": [
690,
300
],
"credentials": {
"openWeatherMapApi": {
"name": "<your credential>"
}
},
"id": "4923e536-3bc8-4659-b3bc-c15b7cf7352f"
}
],
"connections": {
"OpenWeatherMap": {
"main": [
[
{
"node": "OpenWeatherMap1",
"type": "main",
"index": 0
}
]
]
},
"Start": {
"main": [
[
{
"node": "OpenWeatherMap",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
"meta": null,
"versionId": null,
"triggerCount": 0,
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
openWeatherMapApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
OpenWeatherMap:: current-weather 5-day-forecast. Uses start, openWeatherMap. Manual trigger; 3 nodes.
Source: https://github.com/n8n-io/test-workflows/blob/c1d376431a818f81f44e9ce645b8fb4878805419/workflows/16.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
PostHog:Event:create:Identity:create:Alias:create:Track:page screen. Uses start, postHog. Manual trigger; 6 nodes.
This n8n template demonstrates how to identify new queries in Google Search Console that had no impressions in the past but appeared for the first time in the last 7 days. It also segments them into t
Demio:Event:getAll get register:Report:get. Uses start, demio. Manual trigger; 5 nodes.