You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 * * * *"?
The text was updated successfully, but these errors were encountered:
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 * * * *"
?The text was updated successfully, but these errors were encountered: