We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb48bc commit cbbad40Copy full SHA for cbbad40
MMM-Thingiverse.js
@@ -84,7 +84,7 @@ Module.register('MMM-Thingiverse', {
84
var self = this;
85
86
setTimeout(function () {
87
- getData();
+ self.getData();
88
}, nextLoad);
89
},
90
0 commit comments