mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Consistent log text.
This commit is contained in:
parent
0006099758
commit
50cc1c56e5
@ -17,7 +17,7 @@ Module.register("updatenotification", {
|
|||||||
|
|
||||||
start: function () {
|
start: function () {
|
||||||
var self = this;
|
var self = this;
|
||||||
Log.info("Start updatenotification");
|
Log.info("Starting module: " + this.name);
|
||||||
setInterval(() => {
|
setInterval(() => {
|
||||||
self.moduleList = {};
|
self.moduleList = {};
|
||||||
self.updateDom(2);
|
self.updateDom(2);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user