Hi,
We used the windy API using the PRO key (via subscription) for a while now, and recently it started redrawing data only every 3 hours, instead of hourly. Did anything change from Windy tools?
We a calling W.store.set("timestamp", animDate.getTime());
to set timestamps for each hour and then redraw our labels when
broadcast.on("redrawFinished", (params) => {...}
event is triggered. Seems this even stopped triggering now hourly, and triggers every 3 hours instead.
Any ideas what could have caused it?
Thanks,
Justinas