You can try this response template
{ "daily": [{{#daily}} { "dt":{{dt}}, "rain":{{rain}} } {{/daily}}] }
with this query setting
{
"lat": "<your latitude>",
"lon": "<your longitude>",
"exclude": "current,minutely,hourly",
"appid": "<your token>"
}