Runtime Error: Lookup in pairs the list ... is not a well-formed list of pairs

Same thing. It is the same response. I alr did this a lot. I don't understand what's causing this?

Wait what. Just found out that global response is not the same! This is what global response is: ["current", [["cloud", 75], ["condition", [["code", 1003], ["icon", "//cdn.weatherapi.com/weather/64x64/day/116.png"], ["text", "Partly cloudy"]]], ["feelslike_c", 26.3], ["feelslike_f", 79.3], ["gust_kph", 37.5], ["gust_mph", 23.3], ["humidity", 65], ["is_day", 1], ["last_updated", "2024-04-17 10:00"], ["last_updated_epoch", 1713333600], ["precip_in", 0], ["precip_mm", 0], ["pressure_in", 30.15], ["pressure_mb", 1021], ["temp_c", 25], ["temp_f", 77], ["uv", 7], ["vis_km", 10], ["vis_miles", 6], ["wind_degree", 150], ["wind_dir", "SSE"], ["wind_kph", 19.1], ["wind_mph", 11.9]]]

@Ramon

paste here the responseContent received.

{
  "location": {
    "name": "Curepipe",
    "region": "Plaines Wilhems",
    "country": "Mauritius",
    "lat": ,
    "lon": ,
    "tz_id": "Indian/Mauritius",
    "localtime_epoch": 1713335226,
    "localtime": "2024-04-17 10:27"
  },
  "current": {
    "last_updated_epoch": 1713334500,
    "last_updated": "2024-04-17 10:15",
    "temp_c": 25,
    "temp_f": 77,
    "is_day": 1,
    "condition": {
      "text": "Partly cloudy",
      "icon": "//cdn.weatherapi.com/weather/64x64/day/116.png",
      "code": 1003
    },
    "wind_mph": 13.6,
    "wind_kph": 22,
    "wind_degree": 140,
    "wind_dir": "SE",
    "pressure_mb": 1021,
    "pressure_in": 30.15,
    "precip_mm": 0,
    "precip_in": 0,
    "humidity": 65,
    "cloud": 75,
    "feelslike_c": 26.3,
    "feelslike_f": 79.3,
    "vis_km": 10,
    "vis_miles": 6,
    "uv": 7,
    "gust_mph": 23.3,
    "gust_kph": 37.5
  },
  "forecast": {
    "forecastday": [
      {
        "date": "2024-04-17",
        "date_epoch": 1713312000,
        "day": {
          "maxtemp_c": 23.8,
          "maxtemp_f": 74.8,
          "mintemp_c": 20.9,
          "mintemp_f": 69.6,
          "avgtemp_c": 22.5,
          "avgtemp_f": 72.4,
          "maxwind_mph": 17.9,
          "maxwind_kph": 28.8,
          "totalprecip_mm": 0.29,
          "totalprecip_in": 0.01,
          "totalsnow_cm": 0,
          "avgvis_km": 10,
          "avgvis_miles": 6,
          "avghumidity": 70,
          "daily_will_it_rain": 1,
          "daily_chance_of_rain": 89,
          "daily_will_it_snow": 0,
          "daily_chance_of_snow": 0,
          "condition": {
            "text": "Patchy rain nearby",
            "icon": "//cdn.weatherapi.com/weather/64x64/day/176.png",
            "code": 1063
          },
          "uv": 9
        },
        "astro": {
          "sunrise": "06:22 AM",
          "sunset": "05:57 PM",
          "moonrise": "02:18 PM",
          "moonset": "12:45 AM",
          "moon_phase": "Waxing Gibbous",
          "moon_illumination": 62,
          "is_moon_up": 0,
          "is_sun_up": 0
        },
        "hour": [
          {
            "time_epoch": 1713297600,
            "time": "2024-04-17 00:00",
            "temp_c": 22,
            "temp_f": 71.6,
            "is_day": 0,
            "condition": {
              "text": "Patchy rain nearby",
              "icon": "//cdn.weatherapi.com/weather/64x64/night/176.png",
              "code": 1063
            },
            "wind_mph": 14.1,
            "wind_kph": 22.7,
            "wind_degree": 137,
            "wind_dir": "SE",
            "pressure_mb": 1019,
            "pressure_in": 30.09,
            "precip_mm": 0.08,
            "precip_in": 0,
            "snow_cm": 0,
            "humidity": 85,
            "cloud": 89,
            "feelslike_c": 22,
            "feelslike_f": 71.6,
            "windchill_c": 22,
            "windchill_f": 71.6,
            "heatindex_c": 24.5,
            "heatindex_f": 76.1,
            "dewpoint_c": 19.4,
            "dewpoint_f": 67,
            "will_it_rain": 1,
            "chance_of_rain": 100,
            "will_it_snow": 0,
            "chance_of_snow": 0,
            "vis_km": 10,
            "vis_miles": 6,
            "gust_mph": 21.8,
            "gust_kph": 35,
            "uv": 1
          },
          {
            "time_epoch": 1713301200,
            "time": "2024-04-17 01:00",
            "temp_c": 22.6,
            "temp_f": 72.7,
            "is_day": 0,
            "condition": {
              "text": "Patchy rain nearby",
              "icon": "//cdn.weatherapi.com/weather/64x64/night/176.png",
              "code": 1063
            },
            "wind_mph": 13.9,
            "wind_kph": 22.3,
            "wind_degree": 139,
            "wind_dir": "SE",
            "pressure_mb": 1019,
            "pressure_in": 30.08,
            "precip_mm": 0.06,
            "precip_in": 0,
            "snow_cm": 0,
            "humidity": 85,
            "cloud": 88,
            "feelslike_c": 24.9,
            "feelslike_f": 76.7,
            "windchill_c": 22.6,
            "windchill_f": 72.7,
            "heatindex_c": 24.9,
            "heatindex_f": 76.7,
            "dewpoint_c": 20,
            "dewpoint_f": 67.9,
            "will_it_rain": 1,
            "chance_of_rain": 100,
            "will_it_snow": 0,
            "chance_of_snow": 0,
            "vis_km": 10,
            "vis_miles": 6,
            "gust_mph": 18.5,
            "gust_kph": 29.8,
            "uv": 1
          },
          {
            "time_epoch": 1713304800,
            "time": "2024-04-17 02:00",
            "temp_c": 22.8,
            "temp_f": 73,
            "is_day": 0,
            "condition": {
              "text": "Patchy rain nearby",
              "icon": "//cdn.weatherapi.com/weather/64x64/night/176.png",
              "code": 1063
            },
            "wind_mph": 13.9,
            "wind_kph": 22.3,
            "wind_degree": 143,
            "wind_dir": "SE",
            "pressure_mb": 1018,
            "pressure_in": 30.07,
            "precip_mm": 0.03,
            "precip_in": 0,
            "snow_cm": 0,
            "humidity": 84,
            "cloud": 86,
            "feelslike_c": 25,
            "feelslike_f": 76.9,
            "windchill_c": 22.8,
            "windchill_f": 73,
            "heatindex_c": 25,
            "heatindex_f": 76.9,
            "dewpoint_c": 20,
            "dewpoint_f": 68,
            "will_it_rain": 1,
            "chance_of_rain": 76,
            "will_it_snow": 0,
            "chance_of_snow": 0,
            "vis_km": 10,
            "vis_miles": 6,
            "gust_mph": 17.3,
            "gust_kph": 27.8,
            "uv": 1
          },
          {
            "time_epoch": 1713308400,
            "time": "2024-04-17 03:00",
            "temp_c": 22.4,
            "temp_f": 72.3,
            "is_day": 0,
            "condition": {
              "text": "Patchy rain nearby",
              "icon": "//cdn.weatherapi.com/weather/64x64/night/176.png",
              "code": 1063
            },
            "wind_mph": 13.4,
            "wind_kph": 21.6,
            "wind_degree": 146,
            "wind_dir": "SSE",
            "pressure_mb": 1018,
            "pressure_in": 30.07,
            "precip_mm": 0.02,
            "precip_in": 0,
            "snow_cm": 0,
            "humidity": 83,
            "cloud": 90,
            "feelslike_c": 24.7,
            "feelslike_f": 76.5,
            "windchill_c": 22.4,
            "windchill_f": 72.3,
            "heatindex_c": 24.7,
            "heatindex_f": 76.5,
            "dewpoint_c": 19.4,
            "dewpoint_f": 66.9,
            "will_it_rain": 1,
            "chance_of_rain": 89,
            "will_it_snow": 0,
            "chance_of_snow": 0,
            "vis_km": 10,
            "vis_miles": 6,
            "gust_mph": 17.8,
            "gust_kph": 28.6,
            "uv": 1
          },
          {
            "time_epoch": 1713312000,
            "time": "2024-04-17 04:00",
            "temp_c": 21.9,
            "temp_f": 71.5,
            "is_day": 0,
            "condition": {
              "text": "Patchy rain nearby",
              "icon": "//cdn.weatherapi.com/weather/64x64/night/176.png",
              "code": 1063
            },
            "wind_mph": 13.2,
            "wind_kph": 21.2,
            "wind_degree": 150,
            "wind_dir": "SSE",
            "pressure_mb": 1018,
            "pressure_in": 30.07,
            "precip_mm": 0.03,
            "precip_in": 0,
            "snow_cm": 0,
            "humidity": 81,
            "cloud": 83,
            "feelslike_c": 21.9,
            "feelslike_f": 71.5,
            "windchill_c": 21.9,
            "windchill_f": 71.5,
            "heatindex_c": 24.5,
            "heatindex_f": 76.1,
            "dewpoint_c": 18.5,
            "dewpoint_f": 65.4,
            "will_it_rain": 1,
            "chance_of_rain": 89,
            "will_it_snow": 0,
            "chance_of_snow": 0,
            "vis_km": 10,
            "vis_miles": 6,
            "gust_mph": 19,
            "gust_kph": 30.5,
            "uv": 1
          },
          {
            "time_epoch": 1713315600,
            "time": "2024-04-17 05:00",
            "temp_c": 21.2,
            "temp_f": 70.2,
            "is_day": 0,
            "condition": {
              "text": "Patchy rain nearby",
              "icon": "//cdn.weatherapi.com/weather/64x64/night/176.png",
              "code": 1063
            },
            "wind_mph": 13.2,
            "wind_kph": 21.2,
            "wind_degree": 151,
            "wind_dir": "SSE",
            "pressure_mb": 1019,
            "pressure_in": 30.08,
            "precip_mm": 0.01,
            "precip_in": 0,
            "snow_cm": 0,
            "humidity": 79,
            "cloud": 59,
            "feelslike_c": 21.2,
            "feelslike_f": 70.2,
            "windchill_c": 21.2,
            "windchill_f": 70.2,
            "heatindex_c": 24.3,
            "heatindex_f": 75.7,
            "dewpoint_c": 17.5,
            "dewpoint_f": 63.5,
            "will_it_rain": 1,
            "chance_of_rain": 81,
            "will_it_snow": 0,
            "chance_of_snow": 0,
            "vis_km": 10,
            "vis_miles": 6,
            "gust_mph": 20.7,
            "gust_kph": 33.4,
            "uv": 1
          },
          {
            "time_epoch": 1713319200,
            "time": "2024-04-17 06:00",
            "temp_c": 21,
            "temp_f": 69.8,
            "is_day": 0,
            "condition": {
              "text": "Patchy rain nearby",
              "icon": "//cdn.weatherapi.com/weather/64x64/night/176.png",
              "code": 1063
            },
            "wind_mph": 13.9,
            "wind_kph": 22.3,
            "wind_degree": 149,
            "wind_dir": "SSE",
            "pressure_mb": 1019,
            "pressure_in": 30.09,
            "precip_mm": 0.02,
            "precip_in": 0,
            "snow_cm": 0,
            "humidity": 77,
            "cloud": 77,
            "feelslike_c": 21,
            "feelslike_f": 69.8,
            "windchill_c": 21,
            "windchill_f": 69.8,
            "heatindex_c": 24.3,
            "heatindex_f": 75.7,
            "dewpoint_c": 16.9,
            "dewpoint_f": 62.5,
            "will_it_rain": 1,
            "chance_of_rain": 89,
            "will_it_snow": 0,
            "chance_of_snow": 0,
            "vis_km": 10,
            "vis_miles": 6,
            "gust_mph": 22.1,
            "gust_kph": 35.6,
            "uv": 1
          },
          {
            "time_epoch": 1713322800,
            "time": "2024-04-17 07:00",
            "temp_c": 20.9,
            "temp_f": 69.6,
            "is_day": 1,
            "condition": {
              "text": "Sunny",
              "icon": "//cdn.weatherapi.com/weather/64x64/day/113.png",
              "code": 1000
            },
            "wind_mph": 14.5,
            "wind_kph": 23.4,
            "wind_degree": 145,
            "wind_dir": "SE",
            "pressure_mb": 1020,
            "pressure_in": 30.11,
            "precip_mm": 0,
            "precip_in": 0,
            "snow_cm": 0,
            "humidity": 77,
            "cloud": 10,
            "feelslike_c": 20.9,
            "feelslike_f": 69.6,
            "windchill_c": 20.9,
            "windchill_f": 69.6,
            "heatindex_c": 20.9,
            "heatindex_f": 69.6,
            "dewpoint_c": 16.7,
            "dewpoint_f": 62,
            "will_it_rain": 0,
            "chance_of_rain": 0,
            "will_it_snow": 0,
            "chance_of_snow": 0,
            "vis_km": 10,
            "vis_miles": 6,
            "gust_mph": 23.3,
            "gust_kph": 37.5,
            "uv": 7
          },
          {
            "time_epoch": 1713326400,
            "time": "2024-04-17 08:00",
            "temp_c": 22.1,
            "temp_f": 71.7,
            "is_day": 1,
            "condition": {
              "text": "Sunny",
              "icon": "//cdn.weatherapi.com/weather/64x64/day/113.png",
              "code": 1000
            },
            "wind_mph": 15.4,
            "wind_kph": 24.8,
            "wind_degree": 143,
            "wind_dir": "SE",
            "pressure_mb": 1020,
            "pressure_in": 30.12,
            "precip_mm": 0,
            "precip_in": 0,
            "snow_cm": 0,
            "humidity": 71,
            "cloud": 2,
            "feelslike_c": 24.6,
            "feelslike_f": 76.3,
            "windchill_c": 22.1,
            "windchill_f": 71.7,
            "heatindex_c": 24.6,
            "heatindex_f": 76.3,
            "dewpoint_c": 16.5,
            "dewpoint_f": 61.7,
            "will_it_rain": 0,
            "chance_of_rain": 0,
            "will_it_snow": 0,
            "chance_of_snow": 0,
            "vis_km": 10,
            "vis_miles": 6,
            "gust_mph": 22,
            "gust_kph": 35.4,
            "uv": 7
          },
          {
            "time_epoch": 1713330000,
            "time": "2024-04-17 09:00",
            "temp_c": 23.1,
            "temp_f": 73.5,
            "is_day": 1,
            "condition": {
              "text": "Sunny",
              "icon": "//cdn.weatherapi.com/weather/64x64/day/113.png",
              "code": 1000
            },
            "wind_mph": 17,
            "wind_kph": 27.4,
            "wind_degree": 139,
            "wind_dir": "SE",
            "pressure_mb": 1020,
            "pressure_in": 30.13,
            "precip_mm": 0,
            "precip_in": 0,
            "snow_cm": 0,
            "humidity": 65,
            "cloud": 4,
            "feelslike_c": 25,
            "feelslike_f": 77,
            "windchill_c": 23.1,
            "windchill_f": 73.5,
            "heatindex_c": 25,
            "heatindex_f": 77,
            "dewpoint_c": 16.2,
            "dewpoint_f": 61.1,
            "will_it_rain": 0,
            "chance_of_rain": 0,
            "will_it_snow": 0,
            "chance_of_snow": 0,
            "vis_km": 10,
            "vis_miles": 6,
            "gust_mph": 21.7,
            "gust_kph": 34.8,
            "uv": 7
          },
          {
            "time_epoch": 1713333600,
            "time": "2024-04-17 10:00",
            "temp_c": 25,
            "temp_f": 77,
            "is_day": 1,
            "condition": {
              "text": "Partly cloudy",
              "icon": "//cdn.weatherapi.com/weather/64x64/day/116.png",
              "code": 1003
            },
            "wind_mph": 13.6,
            "wind_kph": 22,
            "wind_degree": 140,
            "wind_dir": "SE",
            "pressure_mb": 1021,
            "pressure_in": 30.15,
            "precip_mm": 0,
            "precip_in": 0,
            "snow_cm": 0,
            "humidity": 65,
            "cloud": 75,
            "feelslike_c": 25,
            "feelslike_f": 77.1,
            "windchill_c": 23.3,
            "windchill_f": 73.9,
            "heatindex_c": 25,
            "heatindex_f": 77.1,
            "dewpoint_c": 15.3,
            "dewpoint_f": 59.6,
            "will_it_rain": 0,
            "chance_of_rain": 0,
            "will_it_snow": 0,
            "chance_of_snow": 0,
            "vis_km": 10,
            "vis_miles": 6,
            "gust_mph": 23.3,
            "gust_kph": 37.5,
            "uv": 7
          },
          {
            "time_epoch": 1713337200,
            "time": "2024-04-17 11:00",
            "temp_c": 23.7,
            "temp_f": 74.6,
            "is_day": 1,
            "condition": {
              "text": "Sunny",
              "icon": "//cdn.weatherapi.com/weather/64x64/day/113.png",
              "code": 1000
            },
            "wind_mph": 17.7,
            "wind_kph": 28.4,
            "wind_degree": 135,
            "wind_dir": "SE",
            "pressure_mb": 1020,
            "pressure_in": 30.12,
            "precip_mm": 0,
            "precip_in": 0,
            "snow_cm": 0,
            "humidity": 60,
            "cloud": 3,
            "feelslike_c": 25.3,
            "feelslike_f": 77.5,
            "windchill_c": 23.7,
            "windchill_f": 74.6,
            "heatindex_c": 25.3,
            "heatindex_f": 77.5,
            "dewpoint_c": 15.5,
            "dewpoint_f": 59.8,
            "will_it_rain": 0,
            "chance_of_rain": 0,
            "will_it_snow": 0,
            "chance_of_snow": 0,
            "vis_km": 10,
            "vis_miles": 6,
            "gust_mph": 22.3,
            "gust_kph": 35.9,
            "uv": 7
          },
          {
            "time_epoch": 1713340800,
            "time": "2024-04-17 12:00",
            "temp_c": 23.8,
            "temp_f": 74.8,
            "is_day": 1,
            "condition": {
              "text": "Sunny",
              "icon": "//cdn.weatherapi.com/weather/64x64/day/113.png",
              "code": 1000
            },
            "wind_mph": 17.9,
            "wind_kph": 28.8,
            "wind_degree": 135,
            "wind_dir": "SE",
            "pressure_mb": 1019,
            "pressure_in": 30.1,
            "precip_mm": 0,
            "precip_in": 0,
            "snow_cm": 0,
            "humidity": 61,
            "cloud": 11,
            "feelslike_c": 25.3,
            "feelslike_f": 77.6,
            "windchill_c": 23.8,
            "windchill_f": 74.8,
            "heatindex_c": 25.3,
            "heatindex_f": 77.6,
            "dewpoint_c": 15.8,
            "dewpoint_f": 60.4,
            "will_it_rain": 0,
            "chance_of_rain": 0,
            "will_it_snow": 0,
            "chance_of_snow": 0,
            "vis_km": 10,
            "vis_miles": 6,
            "gust_mph": 21.7,
            "gust_kph": 34.9,
            "uv": 7
          },
          {
            "time_epoch": 1713344400,
            "time": "2024-04-17 13:00",
            "temp_c": 23.7,
            "temp_f": 74.6,
            "is_day": 1,
            "condition": {
              "text": "Sunny",
              "icon": "//cdn.weatherapi.com/weather/64x64/day/113.png",
              "code": 1000
            },
            "wind_mph": 17.4,
            "wind_kph": 28.1,
            "wind_degree": 134,
            "wind_dir": "SE",
            "pressure_mb": 1019,
            "pressure_in": 30.08,
            "precip_mm": 0,
            "precip_in": 0,
            "snow_cm": 0,
            "humidity": 61,
            "cloud": 14,
            "feelslike_c": 25.3,
            "feelslike_f": 77.5,
            "windchill_c": 23.7,
            "windchill_f": 74.6,
            "heatindex_c": 25.3,
            "heatindex_f": 77.5,
            "dewpoint_c": 15.7,
            "dewpoint_f": 60.3,
            "will_it_rain": 0,
            "chance_of_rain": 0,
            "will_it_snow": 0,
            "chance_of_snow": 0,
            "vis_km": 10,
            "vis_miles": 6,
            "gust_mph": 21.4,
            "gust_kph": 34.4,
            "uv": 7
          },
          {
            "time_epoch": 1713348000,
            "time": "2024-04-17 14:00",
            "temp_c": 23.8,
            "temp_f": 74.8,
            "is_day": 1,
            "condition": {
              "text": "Sunny",
              "icon": "//cdn.weatherapi.com/weather/64x64/day/113.png",
              "code": 1000
            },
            "wind_mph": 17.2,
            "wind_kph": 27.7,
            "wind_degree": 132,
            "wind_dir": "SE",
            "pressure_mb": 1018,
            "pressure_in": 30.07,
            "precip_mm": 0,
            "precip_in": 0,
            "snow_cm": 0,
            "humidity": 60,
            "cloud": 10,
            "feelslike_c": 25.3,
            "feelslike_f": 77.6,
            "windchill_c": 23.8,
            "windchill_f": 74.8,
            "heatindex_c": 25.3,
            "heatindex_f": 77.6,
            "dewpoint_c": 15.5,
            "dewpoint_f": 59.8,
            "will_it_rain": 0,
            "chance_of_rain": 0,
            "will_it_snow": 0,
            "chance_of_snow": 0,
            "vis_km": 10,
            "vis_miles": 6,
            "gust_mph": 21.2,
            "gust_kph": 34.1,
            "uv": 7
          },
          {
            "time_epoch": 1713351600,
            "time": "2024-04-17 15:00",
            "temp_c": 23.5,
            "temp_f": 74.3,
            "is_day": 1,
            "condition": {
              "text": "Sunny",
              "icon": "//cdn.weatherapi.com/weather/64x64/day/113.png",
              "code": 1000
            },
            "wind_mph": 17.2,
            "wind_kph": 27.7,
            "wind_degree": 133,
            "wind_dir": "SE",
            "pressure_mb": 1018,
            "pressure_in": 30.07,
            "precip_mm": 0,
            "precip_in": 0,
            "snow_cm": 0,
            "humidity": 60,
            "cloud": 9,
            "feelslike_c": 25.2,
            "feelslike_f": 77.3,
            "windchill_c": 23.5,
            "windchill_f": 74.3,
            "heatindex_c": 25.2,
            "heatindex_f": 77.3,
            "dewpoint_c": 15.3,
            "dewpoint_f": 59.5,
            "will_it_rain": 0,
            "chance_of_rain": 0,
            "will_it_snow": 0,
            "chance_of_snow": 0,
            "vis_km": 10,
            "vis_miles": 6,
            "gust_mph": 22.3,
            "gust_kph": 36,
            "uv": 7
          },
          {
            "time_epoch": 1713355200,
            "time": "2024-04-17 16:00",
            "temp_c": 22.9,
            "temp_f": 73.2,
            "is_day": 1,
            "condition": {
              "text": "Sunny",
              "icon": "//cdn.weatherapi.com/weather/64x64/day/113.png",
              "code": 1000
            },
            "wind_mph": 17.2,
            "wind_kph": 27.7,
            "wind_degree": 132,
            "wind_dir": "SE",
            "pressure_mb": 1018,
            "pressure_in": 30.07,
            "precip_mm": 0,
            "precip_in": 0,
            "snow_cm": 0,
            "humidity": 63,
            "cloud": 23,
            "feelslike_c": 24.9,
            "feelslike_f": 76.8,
            "windchill_c": 22.9,
            "windchill_f": 73.2,
            "heatindex_c": 24.9,
            "heatindex_f": 76.8,
            "dewpoint_c": 15.6,
            "dewpoint_f": 60,
            "will_it_rain": 0,
            "chance_of_rain": 0,
            "will_it_snow": 0,
            "chance_of_snow": 0,
            "vis_km": 10,
            "vis_miles": 6,
            "gust_mph": 23.7,
            "gust_kph": 38.2,
            "uv": 7
          },
          {
            "time_epoch": 1713358800,
            "time": "2024-04-17 17:00",
            "temp_c": 22.3,
            "temp_f": 72.2,
            "is_day": 1,
            "condition": {
              "text": "Sunny",
              "icon": "//cdn.weatherapi.com/weather/64x64/day/113.png",
              "code": 1000
            },
            "wind_mph": 15.9,
            "wind_kph": 25.6,
            "wind_degree": 130,
            "wind_dir": "SE",
            "pressure_mb": 1019,
            "pressure_in": 30.08,
            "precip_mm": 0,
            "precip_in": 0,
            "snow_cm": 0,
            "humidity": 66,
            "cloud": 8,
            "feelslike_c": 24.7,
            "feelslike_f": 76.4,
            "windchill_c": 22.3,
            "windchill_f": 72.2,
            "heatindex_c": 24.7,
            "heatindex_f": 76.4,
            "dewpoint_c": 15.7,
            "dewpoint_f": 60.2,
            "will_it_rain": 0,
            "chance_of_rain": 0,
            "will_it_snow": 0,
            "chance_of_snow": 0,
            "vis_km": 10,
            "vis_miles": 6,
            "gust_mph": 23.4,
            "gust_kph": 37.6,
            "uv": 7
          },
          {
            "time_epoch": 1713362400,
            "time": "2024-04-17 18:00",
            "temp_c": 21.7,
            "temp_f": 71,
            "is_day": 0,
            "condition": {
              "text": "Clear ",
              "icon": "//cdn.weatherapi.com/weather/64x64/night/113.png",
              "code": 1000
            },
            "wind_mph": 15,
            "wind_kph": 24.1,
            "wind_degree": 129,
            "wind_dir": "SE",
            "pressure_mb": 1019,
            "pressure_in": 30.09,
            "precip_mm": 0,
            "precip_in": 0,
            "snow_cm": 0,
            "humidity": 66,
            "cloud": 3,
            "feelslike_c": 21.7,
            "feelslike_f": 71,
            "windchill_c": 21.7,
            "windchill_f": 71,
            "heatindex_c": 24.5,
            "heatindex_f": 76.1,
            "dewpoint_c": 15,
            "dewpoint_f": 59.1,
            "will_it_rain": 0,
            "chance_of_rain": 0,
            "will_it_snow": 0,
            "chance_of_snow": 0,
            "vis_km": 10,
            "vis_miles": 6,
            "gust_mph": 24.5,
            "gust_kph": 39.4,
            "uv": 1
          },
          {
            "time_epoch": 1713366000,
            "time": "2024-04-17 19:00",
            "temp_c": 21.6,
            "temp_f": 70.9,
            "is_day": 0,
            "condition": {
              "text": "Clear ",
              "icon": "//cdn.weatherapi.com/weather/64x64/night/113.png",
              "code": 1000
            },
            "wind_mph": 14.5,
            "wind_kph": 23.4,
            "wind_degree": 128,
            "wind_dir": "SE",
            "pressure_mb": 1019,
            "pressure_in": 30.11,
            "precip_mm": 0,
            "precip_in": 0,
            "snow_cm": 0,
            "humidity": 65,
            "cloud": 4,
            "feelslike_c": 21.6,
            "feelslike_f": 70.9,
            "windchill_c": 21.6,
            "windchill_f": 70.9,
            "heatindex_c": 24.5,
            "heatindex_f": 76.1,
            "dewpoint_c": 14.8,
            "dewpoint_f": 58.6,
            "will_it_rain": 0,
            "chance_of_rain": 0,
            "will_it_snow": 0,
            "chance_of_snow": 0,
            "vis_km": 10,
            "vis_miles": 6,
            "gust_mph": 24.1,
            "gust_kph": 38.8,
            "uv": 1
          },
          {
            "time_epoch": 1713369600,
            "time": "2024-04-17 20:00",
            "temp_c": 21.5,
            "temp_f": 70.7,
            "is_day": 0,
            "condition": {
              "text": "Clear ",
              "icon": "//cdn.weatherapi.com/weather/64x64/night/113.png",
              "code": 1000
            },
            "wind_mph": 14.3,
            "wind_kph": 23,
            "wind_degree": 128,
            "wind_dir": "SE",
            "pressure_mb": 1020,
            "pressure_in": 30.12,
            "precip_mm": 0,
            "precip_in": 0,
            "snow_cm": 0,
            "humidity": 65,
            "cloud": 6,
            "feelslike_c": 21.5,
            "feelslike_f": 70.6,
            "windchill_c": 21.5,
            "windchill_f": 70.6,
            "heatindex_c": 24.5,
            "heatindex_f": 76.1,
            "dewpoint_c": 14.5,
            "dewpoint_f": 58.2,
            "will_it_rain": 0,
            "chance_of_rain": 0,
            "will_it_snow": 0,
            "chance_of_snow": 0,
            "vis_km": 10,
            "vis_miles": 6,
            "gust_mph": 24.5,
            "gust_kph": 39.4,
            "uv": 1
          },
          {
            "time_epoch": 1713373200,
            "time": "2024-04-17 21:00",
            "temp_c": 21.5,
            "temp_f": 70.6,
            "is_day": 0,
            "condition": {
              "text": "Clear ",
              "icon": "//cdn.weatherapi.com/weather/64x64/night/113.png",
              "code": 1000
            },
            "wind_mph": 14.1,
            "wind_kph": 22.7,
            "wind_degree": 128,
            "wind_dir": "SE",
            "pressure_mb": 1020,
            "pressure_in": 30.14,
            "precip_mm": 0,
            "precip_in": 0,
            "snow_cm": 0,
            "humidity": 64,
            "cloud": 7,
            "feelslike_c": 21.5,
            "feelslike_f": 70.6,
            "windchill_c": 21.5,
            "windchill_f": 70.6,
            "heatindex_c": 24.5,
            "heatindex_f": 76.1,
            "dewpoint_c": 14.5,
            "dewpoint_f": 58,
            "will_it_rain": 0,
            "chance_of_rain": 0,
            "will_it_snow": 0,
            "chance_of_snow": 0,
            "vis_km": 10,
            "vis_miles": 6,
            "gust_mph": 24.1,
            "gust_kph": 38.8,
            "uv": 1
          },
          {
            "time_epoch": 1713376800,
            "time": "2024-04-17 22:00",
            "temp_c": 22.7,
            "temp_f": 72.9,
            "is_day": 0,
            "condition": {
              "text": "Clear ",
              "icon": "//cdn.weatherapi.com/weather/64x64/night/113.png",
              "code": 1000
            },
            "wind_mph": 13.6,
            "wind_kph": 22,
            "wind_degree": 127,
            "wind_dir": "SE",
            "pressure_mb": 1021,
            "pressure_in": 30.14,
            "precip_mm": 0,
            "precip_in": 0,
            "snow_cm": 0,
            "humidity": 67,
            "cloud": 8,
            "feelslike_c": 24.8,
            "feelslike_f": 76.7,
            "windchill_c": 22.7,
            "windchill_f": 72.9,
            "heatindex_c": 24.8,
            "heatindex_f": 76.7,
            "dewpoint_c": 16.2,
            "dewpoint_f": 61.2,
            "will_it_rain": 0,
            "chance_of_rain": 0,
            "will_it_snow": 0,
            "chance_of_snow": 0,
            "vis_km": 10,
            "vis_miles": 6,
            "gust_mph": 17.9,
            "gust_kph": 28.8,
            "uv": 1
          },
          {
            "time_epoch": 1713380400,
            "time": "2024-04-17 23:00",
            "temp_c": 23.3,
            "temp_f": 74,
            "is_day": 0,
            "condition": {
              "text": "Patchy rain nearby",
              "icon": "//cdn.weatherapi.com/weather/64x64/night/176.png",
              "code": 1063
            },
            "wind_mph": 13.6,
            "wind_kph": 22,
            "wind_degree": 125,
            "wind_dir": "SE",
            "pressure_mb": 1020,
            "pressure_in": 30.13,
            "precip_mm": 0.03,
            "precip_in": 0,
            "snow_cm": 0,
            "humidity": 71,
            "cloud": 89,
            "feelslike_c": 25.2,
            "feelslike_f": 77.4,
            "windchill_c": 23.3,
            "windchill_f": 74,
            "heatindex_c": 25.2,
            "heatindex_f": 77.4,
            "dewpoint_c": 17.9,
            "dewpoint_f": 64.1,
            "will_it_rain": 0,
            "chance_of_rain": 66,
            "will_it_snow": 0,
            "chance_of_snow": 0,
            "vis_km": 10,
            "vis_miles": 6,
            "gust_mph": 15.7,
            "gust_kph": 25.3,
            "uv": 1
          }
        ]
      }
    ]
  }
}

It works for me:

share your blocks again.

Uh. I got it work (somehow). I will take it from here. Thx for the help