rpi-magicmirror-eink icon indicating copy to clipboard operation
rpi-magicmirror-eink copied to clipboard

Displays updates every minute, instead every 10 minutes

Open HJoentgen opened this issue 3 years ago • 0 comments

Hey,

first and foremost, thank you very much for this Repo, I set up my own MagicMirror-eInk-Solution and could use several code snippets from you. It seems to me, however, that you got your Cron Job a bit wrong. In config.js you write: "refresh_interval": "0 */1 * * * *", // update eink every 10 minutes Shouldn't every 10 minutes be "refresh_interval": "0 */10 * * * *"?

HJoentgen avatar Apr 21 '21 14:04 HJoentgen