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