A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-todoist dosent hide with this Option
-
I think this don’t work because I see still the header. it es possible to display a empty wrapper?
-
@fischi87 header is different its not hidden.
do, could do self.hide()
I was returning an empty div -
u can explain me how it works with self.hide()? where I have to write it down and so on?
-
@fischi87 add the one line, this.hide() shown below
// moved to here and changed return if (this.config.hideWhenEmpty && this.tasks.items.length === 0) { this.hide() // added hide to hide header too return wrapper; }
-
It works thanks Sam