Compare commits

...

3 Commits

Author SHA1 Message Date
189fbabd84 fixing 2021-09-02 18:26:12 +02:00
7a1eaf605b added missing bracket 2021-09-02 18:23:17 +02:00
d5b60a1679 Added template 2021-09-02 18:10:43 +02:00
2 changed files with 7 additions and 1 deletions

View File

@@ -153,4 +153,5 @@ Module.register("MMM-circleCountdown",{
wrapper.appendChild(chartE1);
return wrapper;
}
}
});

5
MMM-circleCountdown.njk Normal file
View File

@@ -0,0 +1,5 @@
<!--
Use ` | safe` to allow html tages within the text string.
https://mozilla.github.io/nunjucks/templating.html#autoescaping
-->
<div style='color:white'>TEST<canvas id='canvas' height=400 width=400></canvas><script>document.write("<span style='color:white'>huhu</span>");</script></div>