Compare commits
3 Commits
e9626fb420
...
central
| Author | SHA1 | Date | |
|---|---|---|---|
| 189fbabd84 | |||
| 7a1eaf605b | |||
| d5b60a1679 |
@@ -153,4 +153,5 @@ Module.register("MMM-circleCountdown",{
|
|||||||
wrapper.appendChild(chartE1);
|
wrapper.appendChild(chartE1);
|
||||||
|
|
||||||
return wrapper;
|
return wrapper;
|
||||||
}
|
}
|
||||||
|
});
|
||||||
5
MMM-circleCountdown.njk
Normal file
5
MMM-circleCountdown.njk
Normal 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>
|
||||||
Reference in New Issue
Block a user