Read the statement by Michael Teeuw here.
Are you tired of editing config.js, or have trouble doing it, see my new module
-
@sdetweil the output stopped @calendar-fetcher: Broadcasting 10 events
-
@dinschal yes,… then u have to press save on the form…
-
@sdetweil i send it
-
@sdetweil hey sam there is a update for your module?
-
@dinschal yes… see my email…
-
@sdetweil a thanks… yes everything is working now…
-
@dinschal thanks for your help!!..
-
@sdetweil thanks for your patience ;)
next step is to try the NewPIR with the PIRSensor ;) and then create a 10 min presentation for students 🤮🤮🤮🤮
-
Is there any way you could break down the setup even more for dummies like myself? I can’t seem to access the configuration form in browser. Do I have to use a browser on the raspberry pi? Can it be a computer on my local network? When I try to access http://192.168.2.13:8300/modules/MMM-Config/review from my PC all I get is “Cannot GET /modules/MMM-Config/review”
Same with
http://localhost:8300/modules/MMM-Config/review
from the pi itself
What am I doing wrong? -
@josh45631 for access from a system other than the machine running mm, the mm config.js has to allow it
address:"0.0.0.0", ipWhitelist:[],
by default the config is set to address:“localhost”
which means ONLY apps inside the same machine can connectdo you have showQR:true, in the module config section?
if so does the qr show on the mm screen?
can u show me the module entry from config.jsalso when u start mm, the module puts out a couple messages at startup
so look at the messages where u start mm
either by npm start or pm2
if pm2, then the command
pm2 logs --lines=50also the url to the form is
http://mm_address:mm_port/modules/MMM-Config/review
mm_port is 8080 by default not 8300