MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.
SOLVED Why does currentweather use lockstring???
-
It is unable to hide default
currentweather
andweatherforecast
modules, because those modules are using.show()
and.hide()
withlockString
to 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()
.