You could try replacing the schema with the content within the 'daily' node:
{
"dt": 1647795600,
"sunrise": 1647775291,
"sunset": 1647819010,
"moonrise": 1647829920,
"moonset": 1647779880,
"moon_phase": 0.58,
"temp": {
"day": 2.76,
"min": 0.32,
"max": 5.41,
"night": 1.07,
"eve": 2.78,
"morn": 0.8
},
"feels_like": {
"day": -1.21,
"night": -1.67,
"eve": -0.94,
"morn": -3.39
},
"pressure": 1012,
"humidity": 86,
"dew_point": 0.66,
"wind_speed": 5.04,
"wind_deg": 292,
"wind_gust": 11.22,
"weather": [
{
"id": 616,
"main": "Snow",
"description": "rain and snow",
"icon": "13d"
}
],
"clouds": 100,
"pop": 0.86,
"rain": 0.28,
"snow": 0.15,
"uvi": 0
}
... and keeping the path as /daily
------------------------------
Jeremy Anson
------------------------------