BenRoe / rpi-magicmirror-eink

MagicMirror on 7.5 ePaper Waveshare Display with a Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Displays updates every minute, instead every 10 minutes

HJoentgen opened this issue · 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 * * * *"?