diff --git a/MMM-CTA.js b/MMM-CTA.js index cdb0215..000d54e 100644 --- a/MMM-CTA.js +++ b/MMM-CTA.js @@ -112,6 +112,7 @@ Module.register('MMM-CTA', { if (minutesInt === 0) { return 'DUE'; } + return this.minutesWithSuffix(minutesInt); },