Read the statement by Michael Teeuw here.
NPM run start cannot be used
-
@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: "???" } },
-
@史新瑞
just the weather configok, this module is stupid… requires parms, but then doesn’t use them…
{ module: "weather", position: "top_right", header: "Weather Forecast", config: { updateInterval: 15*1000, initialLoadDelay: 2, weatherProvider: "weatherbit", weatherEndpoint:"/forecast/daily", type: "forecast", lat: 30.4548443, lon: -97.6222674, apiKey: "67f41759a9c74d8a917ac984155286f0", } },
also, forecast has a long old bug , make sure to set
initialLoadDelay: 2,
and a short interval for testing
updateInterval: 15*1000,you can use this apikey… I will kill it in an hour or so…
I opened this issue
https://github.com/MichMich/MagicMirror/issues/2899type: current (default) worked on with my apikey