mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Merge pull request #1918 from sergge1/develop
to make logic of parameter name to its actual behavior
This commit is contained in:
commit
e5cdcd190c
@ -217,7 +217,7 @@ Module.register("currentweather",{
|
||||
this.config.decimalSymbol = ".";
|
||||
}
|
||||
|
||||
if (this.config.hideTemp === true) {
|
||||
if (this.config.hideTemp === false) {
|
||||
var weatherIcon = document.createElement("span");
|
||||
weatherIcon.className = "wi weathericon " + this.weatherType;
|
||||
large.appendChild(weatherIcon);
|
||||
|
Loading…
x
Reference in New Issue
Block a user