AutomationFlowsGeneral › Daily Weather Push Notifications

Daily Weather Push Notifications

Original n8n title: Send Daily Weather Updates via a Push Notification

Send daily weather updates via a push notification. Uses pushover, openWeatherMap. Scheduled trigger; 3 nodes.

Cron / scheduled trigger★☆☆☆☆ complexity3 nodesPushoverOpenWeatherMap
General Trigger: Cron / scheduled Nodes: 3 Complexity: ★☆☆☆☆ Added:

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 →

Download .json
{
  "id": "91",
  "name": "Send daily weather updates via a push notification",
  "nodes": [
    {
      "name": "Pushover",
      "type": "n8n-nodes-base.pushover",
      "position": [
        970,
        300
      ],
      "parameters": {
        "message": "=Hey! The temperature outside is {{$node[\"OpenWeatherMap\"].json[\"main\"][\"temp\"]}}\u00b0C.",
        "userKey": "",
        "priority": 0,
        "additionalFields": {
          "title": "Today's Weather"
        }
      },
      "credentials": {
        "pushoverApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "Cron",
      "type": "n8n-nodes-base.cron",
      "position": [
        570,
        300
      ],
      "parameters": {
        "triggerTimes": {
          "item": [
            {
              "hour": 9
            }
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "name": "OpenWeatherMap",
      "type": "n8n-nodes-base.openWeatherMap",
      "position": [
        770,
        300
      ],
      "parameters": {
        "cityName": "berlin"
      },
      "credentials": {
        "openWeatherMapApi": "<your credential>"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {},
  "connections": {
    "Cron": {
      "main": [
        [
          {
            "node": "OpenWeatherMap",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenWeatherMap": {
      "main": [
        [
          {
            "node": "Pushover",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

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.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Send daily weather updates via a push notification. Uses pushover, openWeatherMap. Scheduled trigger; 3 nodes.

Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Creating your first workflow. Uses openWeatherMap, twilio, noOp. Scheduled trigger; 5 nodes.

OpenWeatherMap, Twilio
General

Send Daily Weather Updates Via A Message Using The Gotify Node. Uses openWeatherMap, gotify. Scheduled trigger; 3 nodes.

OpenWeatherMap, Gotify
General

Send Daily Weather Updates Via A Push Notification Using Spontit. Uses openWeatherMap, spontit. Scheduled trigger; 3 nodes.

OpenWeatherMap, Spontit
General

Send daily weather updates via a message in Line. Uses line, openWeatherMap. Scheduled trigger; 3 nodes.

Line, OpenWeatherMap
General

Openweathermap Cron. Uses plivo, openWeatherMap. Scheduled trigger; 3 nodes.

Plivo, OpenWeatherMap