Merge branch 'develop' into weather_decimal_marks

This commit is contained in:
Michael Teeuw
2017-12-31 12:24:25 +01:00
committed by GitHub
48 changed files with 7479 additions and 102 deletions

View File

@@ -34,7 +34,7 @@ Module.register("currentweather",{
retryDelay: 2500,
apiVersion: "2.5",
apiBase: "http://api.openweathermap.org/data/",
apiBase: "https://api.openweathermap.org/data/",
weatherEndpoint: "weather",
appendLocationNameToHeader: true,