Read the statement by Michael Teeuw here.
MM on Ubuntu
-
@goncalovsc ok, open the developers window, ctrl-shift-i on the keyboard, select the console tab,
enter ‘weath’ in the filter field (no quotes)and u will see
weatherforecast.js:279 GET https://api.openweathermap.org/data/2.5/forecast/daily?id=2737824&units=metric&lang=en&APPID=18493e6… 401 (Unauthorized)
weatherforecast.js:266 weatherforecast: Your AppID does not support long term forecasts. Switching to fallback endpoint.so, u need to change your openweather api key
-
@goncalovsc could u edit your post to put the 1st 3 backtics on a separate line (I can’t change it)
-
@sdetweil Changed the API, still shows “Incorrect APPID”
-
@goncalovsc sorry, I do not know about the api itself…
on my system with your prior config, the weatherforecast module displayed
-
@sdetweil both displayed now
-
@sdetweil My config file says config.js.sample
Is that suppose or? -
@goncalovsc no…
config.js
there should be two files in the folder… config.js.sample (original as shipped )
config.js (copied from sample at install time), used from then on as live config -
@sdetweil It only came with this one at install. Should I copy this one and rename it to config.js?
-
@goncalovsc how did u do install?
it should not run without config.js
-
@sdetweil I installed with the command you gave on the beggining of this thread