mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 20:22:53 +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];
|
||||
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],
|
||||
maxTemp: this.roundValue(forecast.temp.max),
|
||||
minTemp: this.roundValue(forecast.temp.min)
|
||||
|
Loading…
x
Reference in New Issue
Block a user