{
"dt": 1769364000,
"sunrise": 1769346723,
"sunset": 1769382850,
"moonrise": 1769358900,
"moonset": 0,
"moon_phase": 0.25,
"summary": "There will be partly cloudy until morning, then snow",
"temp": {
"day": -9.56,
"min": -11.05,
"max": -8.8,
"night": -9.35,
"eve": -9.35,
"morn": -10.99
},
"feels_like": {
"day": -16.56,
"night": -16.35,
"eve": -16.34,
"morn": -17.91
},
"pressure": 1023,
"humidity": 92,
"dew_point": -11.15,
"wind_speed": 5.63,
"wind_deg": 359,
"wind_gust": 10.64,
"weather": [
{
"id": 601,
"main": "Snow",
"description": "snow",
"icon": "13d"
}
],
"clouds": 100,
"pop": 1,
"snow": 8.93,
"uvi": 1.3
},
sample of daily json response with the separate snow field. no idea if i can make one "precip" toggle show rain and snow but i sure do hope :)
{ "dt": 1769364000, "sunrise": 1769346723, "sunset": 1769382850, "moonrise": 1769358900, "moonset": 0, "moon_phase": 0.25, "summary": "There will be partly cloudy until morning, then snow", "temp": { "day": -9.56, "min": -11.05, "max": -8.8, "night": -9.35, "eve": -9.35, "morn": -10.99 }, "feels_like": { "day": -16.56, "night": -16.35, "eve": -16.34, "morn": -17.91 }, "pressure": 1023, "humidity": 92, "dew_point": -11.15, "wind_speed": 5.63, "wind_deg": 359, "wind_gust": 10.64, "weather": [ { "id": 601, "main": "Snow", "description": "snow", "icon": "13d" } ], "clouds": 100, "pop": 1, "snow": 8.93, "uvi": 1.3 },sample of daily json response with the separate
snowfield. no idea if i can make one "precip" toggle show rain and snow but i sure do hope :)