A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MM on Ubuntu
-
@goncalovsc said in MM on Ubuntu:
setting up initial config.js
from my script
# Use sample config for start MagicMirror echo setting up initial config.js | tee -a $logfile // < --- this is the message cp config/config.js.sample config/config.js
-
@sdetweil Should i reinstall? If its the easiest way i dont mind
-
@goncalovsno…
how do you start MM? pm2 or some other script?
-
@sdetweil Its with auto start activated
-
@goncalovsc sorry, don’t understand that…
if you used my script, it would have asked if you wanted to use pm2 to start on boot… (default answer is no)
so, what script is executed on ‘autostart’?
-
@sdetweil ahhh i think i said yes
-
@goncalovsc so,
pm2 status
should show the definition
anyhow, if you have copied the confi over, now restart mm again…
-
https://gyazo.com/14d8c30cc49ba12b849877d0b401a638
Just restarted, all the same… -
@goncalovsc ok, edit the config.js and show me the config for weatherforecast
-
@sdetweil ```
module: "currentweather", position: "top_right", config: { location: "Matosinhos", locationID: "2737824", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city appid: "b1f305ba796f09f236dfa60e45a8a8d8" } }, { module: "weatherforecast", position: "top_right", header: "Weather Forecast", config: { location: "Matosinhos", locationID: "2737824", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city appid: "b1f305ba796f09f236dfa60e45a8a8d8" } }, {