Read the statement by Michael Teeuw here.
rookie question: "builder encountered a problem, see MagicMirror messages for info"
-
@rkorell that output would be displayed in the output of npm start, or pm2 logs
the default number of lines for pm2 logs is only 15 , so more might be necessary
(the number is the end of the log output, most recent lines)pm2 logs --lines=100
my email is the same userid as here at gmail
-
@sdetweil
O.K., than I was at the right place…
No message found in this output.
Just sent you an email with the .js file attached - renamed with a .txt suffix.
Thanks and warm regards,
Ralf -
@rkorell ok, fixed
do this
cd ~/MagicMirror/modules/MMM-Config git pull
then restart MagicMirror
(using pm2, itspm2 restart x
where x
is the name/number of the line for this app , in the output ofpm2 status
-
Dear Sam, (@sdetweil),
thanks a LOT.
Now it works (at least I get the console without an error), not tried to make any changes.As message from git pull shows, some work for you - THANKS.
Just being curious: Is something special in my environment which causes this unexpected and obviously not omnipresent issue?
What have you fixed?
(If narrated in a feasible amount of time/words) :-)Warmest regards,
Ralf -
@rkorell the module ‘discovers’ the variables defined in other modules to be configurable.
they can BE ANYTHING… over many lines, or constructed from other variables
you found another case that I didn’t cover…
there are only a 1000 modules, and you tried one I hadn’t seen before… which was different
I fixed that, which broke something else
I expect more troubles as time goes by
-
@sdetweil , O.K, understood.
Thanks for explanation - this makes sense.Again: incredible work from you for the community: Many thanks!
Ralf