{
  "name": "Send daily weather updates via a push notification using the Pushcut node",
  "nodes": [
    {
      "id": null,
      "name": "Pushcut",
      "type": "n8n-nodes-base.pushcut",
      "position": [
        1050,
        420
      ]
    },
    {
      "id": null,
      "name": "OpenWeatherMap",
      "type": "n8n-nodes-base.openWeatherMap",
      "position": [
        850,
        420
      ]
    },
    {
      "id": null,
      "name": "Cron",
      "type": "n8n-nodes-base.cron",
      "position": [
        650,
        420
      ]
    }
  ],
  "connections": {
    "Cron": {
      "main": [
        [
          {
            "node": "OpenWeatherMap",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenWeatherMap": {
      "main": [
        [
          {
            "node": "Pushcut",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}