Add weather modules.

This commit is contained in:
Michael Teeuw
2016-03-29 13:28:15 +02:00
parent e85d6a39f8
commit 74afe433fb
18 changed files with 1064 additions and 2047 deletions

View File

@@ -11,7 +11,7 @@ Module.create({
// Module config defaults.
defaults: {
timeFormat: 24,
timeFormat: config.timeFormat,
displaySeconds: true,
},