Hi MassimoD,
Sorry for the delay in replying.
Can you please clarify a bit “Due to caching i’m looking for a way to solve the update problem”?
As for ajax – there’s no option at the moment to async load data.
Real-time update – for every opened page (for each user) doesn’t make a sense.
It would increase the time of every page loading and put an unnecessary load on our servers.
Therefore, weather data displayed in the widget is cached in your database for 15 min. The first visitor (after 15 min.) who opens any page with the widget, doesn’t get “stale” data, but clears cached data and retrieves real-time weather info that stored in the database again for max. 15 min, and so on…