Hi,
I’m trying to use https://github.com/onury/tasktimer, I can get it to work in node_helper but
the module doesn’t see it. I’ve tried adding
// Define required scripts.
getScripts: function () {
return ["modules/MMM-GooglePhotos/node_modules/tasktimer/lib/tasktimer.js"]
},
and using
const timer = TaskTimer(1000)
in a function but I get a TaskTimer not defined error.
Any sugestions?
-Tomas