Plugin Author
berkux
(@berkux)
Hi,,
try
[jsoncontentimporter url=https://api.openweathermap.org/data/2.5/forecast?q=Annecy&cnt=5&appid=d406cd498dee2852cf4a2b6cfd79d699]{subloop-array:list:-1}
{list.dt} {list.dt_txt} - {subloop:list.main:-1}main.temp: {list.main.temp}<br>{/subloop:list.main}{subloop-array:list.weather:-1}weather.description: {list.weather.description}{/subloop-array:list.weather}
<hr>{/subloop-array:list}[/jsoncontentimporter]
Bernhard
Thread Starter
gbidoz
(@gbidoz)
Thanks a lot.
Other questions : my api request does not update. I still have the data from the day before. Why?
Thanks
Plugin Author
berkux
(@berkux)
Check if any caching is switched on. Maybe by adding debugmode=10 to the shortcode.