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

@@ -80,6 +80,7 @@ var Loader = (function() {
path: config.paths.modules + '/' + module,
file: module + '.js',
position: moduleData.position,
header: moduleData.header,
config: moduleData.config
});