Read the statement by Michael Teeuw here.
NPM run start cannot be used
-
@史新瑞 remove the weatherEndpoint
addtype:'current'
-
@sdetweil
Is that so? -
@史新瑞 no. in the weather config… that is the issue we are working on
make it look like mine, use your apikey
and your provider
https://forum.magicmirror.builders/topic/17093/npm-run-start-cannot-be-used/14?_=1660526689873 -
@sdetweil
The first or the second? -
@史新瑞 either, both, whatever
just trying to get it to work
-
@sdetweil Different weather configurations should be configured in different ways。https://docs.magicmirror.builders/modules/weather.html#configuration-options
The way I learned from here -
@史新瑞 there are two options current weather and forecast
the new module eliminates having to use a lot of parms…
just try it my way, for a test
-
@sdetweil I tried it just now, but it didn’t work. It will always show that it is loading
-
@史新瑞 ‘loading’ is the default message, until some data arrives.
can u show me what you did
-
{ module: "weather", position: "top_right", config: { weatherProvider:"weatherbit", type: "current", location: "New York", locationID: "5128581", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city apiKey: "???" } }, { module: "weather", position: "top_right", header: "Weather Forecast", config: { weatherProvider:"weatherbit", type: "forecast", location: "New York", locationID: "5128581", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city apiKey: "???" } },