Workflow: Manual Openweathermap Import

Workflow Details

Download Workflow
{
    "id": "88",
    "name": "Get the current weather data for a city",
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "name": "OpenWeatherMap",
            "type": "n8n-nodes-base.openWeatherMap",
            "position": [
                450,
                300
            ],
            "parameters": {
                "cityName": "berlin,de"
            },
            "credentials": {
                "openWeatherMapApi": ""
            },
            "typeVersion": 1
        }
    ],
    "active": false,
    "settings": [],
    "connections": {
        "OpenWeatherMap": {
            "main": [
                []
            ]
        },
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "OpenWeatherMap",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Splitout Code Automation Webhook
View
🗨️Ollama Chat
View
Code Converttofile Create Webhook
View
n8n update
View
Create, update, and get a user using the G Suite Admin node
View
Expense Tracker App
View
Monitor_security_advisories
View
HubSpot Cron Update Scheduled
View
Webhook Respondtowebhook Send Webhook
View
OIDC client workflow
View