rpi-magicmirror-eink
rpi-magicmirror-eink copied to clipboard
Displays updates every minute, instead every 10 minutes
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 * * * *"
?