magic21nrw / MMM-COVID19-AMPEL

This is a COVID-19 Information Extension Module for the Magic Mirror. It shows the City of your choice with the 7 day incidence value per 100k people. In Germany this is used to control the degree of lockdown activities.
https://magicmirror.builders
MIT License
12 stars 2 forks source link

Updateintetvall #17

Closed lexnared closed 3 years ago

lexnared commented 3 years ago

Hi. It's possible to update the covid 19 every day at 4pm?

The actually settings in the config file.

​updateInterval​: ​3600000​,​ ​// update interval in milliseconds // 1 Hour - Values are only refreshed every 24 H on Server​     Do I understand correctly that COVIT 19 is updated only once a day?

magic21nrw commented 3 years ago

That is correct.

The Module uses two data sources which are only updated once a day. Unfortunately the update takes place at random times and at completely different times of the day. Therefore setting it to one hour is sufficient and reasonable.