mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
weathergov.js: Removed weatherEndpoint definition (#2936)
Removed weatherEnpoint definition in defaults. It is not used in the weathergov.js provider.
This commit is contained in:
parent
d5e855dd6d
commit
21ae79b386
@ -15,6 +15,7 @@ Special thanks to: @rejas, @sdetweil
|
|||||||
|
|
||||||
- Added test for remoteFile option in compliments module
|
- Added test for remoteFile option in compliments module
|
||||||
- Added hourlyWeather functionality to Weather.gov weather provider
|
- Added hourlyWeather functionality to Weather.gov weather provider
|
||||||
|
- Removed weatherEndpoint definition from weathergov.js (not used)
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
@ -22,7 +22,6 @@ WeatherProvider.register("weathergov", {
|
|||||||
// Set the default config properties that is specific to this provider
|
// Set the default config properties that is specific to this provider
|
||||||
defaults: {
|
defaults: {
|
||||||
apiBase: "https://api.weather.gov/points/",
|
apiBase: "https://api.weather.gov/points/",
|
||||||
weatherEndpoint: "/forecast",
|
|
||||||
lat: 0,
|
lat: 0,
|
||||||
lon: 0
|
lon: 0
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user