mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
supscript wind direction
This commit is contained in:
parent
212aef79aa
commit
d364b04cad
@ -125,7 +125,7 @@ Module.register("currentweather",{
|
||||
small.appendChild(windSpeed);
|
||||
|
||||
if (this.config.showWindDirection) {
|
||||
var windDirection = document.createElement("span");
|
||||
var windDirection = document.createElement("sup");
|
||||
windDirection.innerHTML = " " + this.translate(this.windDirection);
|
||||
small.appendChild(windDirection);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user