mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Add changelog.
This commit is contained in:
parent
8b30634ebe
commit
bd0f707aed
@ -13,6 +13,8 @@ _This release is scheduled to be released on 2020-10-01._
|
||||
|
||||
### Updated
|
||||
|
||||
- Change incorrect weather.js default properties.
|
||||
|
||||
### Deleted
|
||||
|
||||
### Fixed
|
||||
|
@ -15,7 +15,6 @@ Module.register("weather", {
|
||||
|
||||
location: false,
|
||||
locationID: false,
|
||||
apiKey: "",
|
||||
units: config.units,
|
||||
|
||||
tempUnits: config.units,
|
||||
@ -43,6 +42,8 @@ Module.register("weather", {
|
||||
initialLoadDelay: 0, // 0 seconds delay
|
||||
retryDelay: 2500,
|
||||
|
||||
apiKey: "",
|
||||
apiSecret: "",
|
||||
apiVersion: "2.5",
|
||||
apiBase: "https://api.openweathermap.org/data/",
|
||||
weatherEndpoint: "/weather",
|
||||
|
Loading…
x
Reference in New Issue
Block a user