A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Why does currentweather use lockstring???
-
It is unable to hide default
currentweatherandweatherforecastmodules, because those modules are using.show()and.hide()withlockStringto beautify its’ appearance. So other module cannot hide them easily.
Is there any reason or profit ? I cannot figure out. -
Forget it.
They could be hidden with.hide({lockString:"something"})instead just.hide().
