mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-29 12:39:45 +00:00
Remove trailing dot.
This commit is contained in:
parent
c31d392e19
commit
a4c3d9cb17
@ -207,7 +207,7 @@ Module.register("weatherforecast",{
|
|||||||
var forecast = data.list[i];
|
var forecast = data.list[i];
|
||||||
this.forecast.push({
|
this.forecast.push({
|
||||||
|
|
||||||
day: moment(forecast.dt, "X").format("ddd."),
|
day: moment(forecast.dt, "X").format("ddd"),
|
||||||
icon: this.config.iconTable[forecast.weather[0].icon],
|
icon: this.config.iconTable[forecast.weather[0].icon],
|
||||||
maxTemp: this.roundValue(forecast.temp.max),
|
maxTemp: this.roundValue(forecast.temp.max),
|
||||||
minTemp: this.roundValue(forecast.temp.min)
|
minTemp: this.roundValue(forecast.temp.min)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user