A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
setTimeout called only once in node_helper.js
-
This post is deleted! -
@bobbob601 a timeout is only fired once, what you want is an interval so replace setTimeout with setInterval
-
This post is deleted!