Read the statement by Michael Teeuw here.
vendor folders ?
-
Ok, I see the warnings.
You should not have to run sudo to install your dependencies or start the mirror.
Is the mirror not running?
If your mirror runs, you can disregard the warnings.
You may have to run npm install in the vendor directory again.
This seems to be the culprit here, though I don’t know the meaning
cannot run in wd %s %s (wd=%s) -
Thank you - running the npm command in the folder populated it !
I do not know exactly why it didn’t work but here is the magic…
Thanks again! -
@mollobeck said in vendor folders ?:
Thank you - running the npm command in the folder populated it !
I thought that might do it.
Thanks again!
You’re welcome. Enjoy your mirror. :^)
-
Done :)
I have a second question about the weather forecast module.
It is not appearing on the mirror. Here is a sample of my config.js file :{ module: "weatherforecast", position: "lower_third", header: "Weather Forecast", config: { location: "Paris", locationID: "2988507", //ID from http://www.openweathermap.org/help/city_list.txt appid: "929XXXXXXXXXX81d", roundTemp: true, } },Is there something done wrong ?
EDIT : it seems that the daily forecast API is not free -
@mollobeck said in vendor folders ?:
Is there something done wrong ?
No, you’ve done nothing wrong. There is an issue with new API keys being rejected. I think I saw a fix here somewhere. I’ll look for it.
EDIT: Here it is
“Well… Yesterday I submitted a patch to hack the situation with the new accounts in OpenWeather.”
https://github.com/roramirez/MagicMirror/commit/e8438d37d78acc7a9e29e694a6987ce068324bcd
Alternately, you can try other weather modules. There are many of them.
