Update weather.js

Set absoluteDates default to false
This commit is contained in:
Sean Scott 2022-01-02 14:45:24 -07:00 committed by GitHub
parent 3ebdb67bc0
commit 0f596d5620
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,8 @@ Module.register("weather", {
onlyTemp: false,
showPrecipitationAmount: false,
colored: false,
showFeelsLike: true
showFeelsLike: true,
absoluteDates: false
},
// Module properties.