{
  "name": "Automated weather reports with OpenWeatherMap and Telegram ☀️",
  "nodes": [
    {
      "id": "4a9e2697-2172-4e55-bd17-96170d5640a8",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -360,
        0
      ]
    },
    {
      "id": "8474a7c2-523f-4da8-a9e5-bfdfa6b432df",
      "name": "Set Location",
      "type": "n8n-nodes-base.set",
      "position": [
        -80,
        0
      ]
    },
    {
      "id": "6c789184-4971-4407-8401-334b47165daf",
      "name": "Weather: Current",
      "type": "n8n-nodes-base.openWeatherMap",
      "position": [
        320,
        -180
      ]
    },
    {
      "id": "1bab62d5-d884-46e8-94af-9484a5ba2fbf",
      "name": "Weather: 5Days",
      "type": "n8n-nodes-base.openWeatherMap",
      "position": [
        320,
        180
      ]
    },
    {
      "id": "cb860b7f-2dc6-4aaf-8d7b-01d391437342",
      "name": "Merge",
      "type": "n8n-nodes-base.merge",
      "position": [
        660,
        0
      ]
    },
    {
      "id": "43d58689-f6fa-4a88-8a3c-04cfc212b498",
      "name": "Report: Prepare",
      "type": "n8n-nodes-base.code",
      "position": [
        920,
        0
      ]
    },
    {
      "id": "7cab6251-db7f-4fb0-ad08-bf0e060cfc64",
      "name": "Send a text message",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1240,
        0
      ]
    },
    {
      "id": "c4f57a04-c22d-4f7b-a0aa-dd08c384d4bd",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -140,
        -140
      ],
      "parameters": {
        "width": 220,
        "height": 340,
        "content": "## Set inputs \n- lat\n- long\n- telegram_chat_id"
      }
    },
    {
      "id": "8b144fce-d64a-42ec-b381-c49ff7f5fc89",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        260,
        -240
      ],
      "parameters": {
        "width": 220,
        "height": 220,
        "content": "## Current Weather"
      }
    },
    {
      "id": "440fb2e0-148a-4d4c-85f3-1031f13e0554",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        260,
        120
      ],
      "parameters": {
        "width": 220,
        "height": 220,
        "content": "## 5-Day Weather"
      }
    },
    {
      "id": "a537e327-dfcc-455c-a821-1d5d2f4cae21",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        860,
        -60
      ],
      "parameters": {
        "width": 220,
        "height": 220,
        "content": "## Report"
      }
    },
    {
      "id": "493b915f-b04b-445f-b603-6378463b6e91",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1180,
        -60
      ],
      "parameters": {
        "width": 220,
        "height": 220,
        "content": "## Send"
      }
    }
  ],
  "connections": {
    "Merge": {
      "main": [
        [
          {
            "node": "Report: Prepare",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Location": {
      "main": [
        [
          {
            "node": "Weather: Current",
            "type": "main",
            "index": 0
          },
          {
            "node": "Weather: 5Days",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Weather: 5Days": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Report: Prepare": {
      "main": [
        [
          {
            "node": "Send a text message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Set Location",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Weather: Current": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}