mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Remove default weatherEndpoint
This commit is contained in:
@@ -18,7 +18,6 @@ WeatherProvider.register("weatherbit", {
|
|||||||
// 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.weatherbit.io/v2.0",
|
apiBase: "https://api.weatherbit.io/v2.0",
|
||||||
weatherEndpoint: "/current",
|
|
||||||
apiKey: "",
|
apiKey: "",
|
||||||
lat: 0,
|
lat: 0,
|
||||||
lon: 0
|
lon: 0
|
||||||
|
Reference in New Issue
Block a user