James Ell said about 2 years ago on Hotwire Dashboards :
Question on the dashboards: Instead of querying the data directly from the Weather API on every refresh, what we queried it every five minutes via a job and wrote it to a DB.

Could we use Turbo to automatically refresh the temperature field on the dashboard and provide current data as the DB is updated via broadcasts_to/after_create_commit?

This should make the API portion 'automatically update' without any forced refreshes or JavaScript, correct?