Read the statement by Michael Teeuw here.
New module installer
-
@sdetweil
Yes it is in there.I am going to turn in been sick for the last 2 days. worn out…
Take your time with it. I am in no hurry. -
@plainbroke I just did a fresh install on a new MM… on a different machine
when I bring up the MM page it works
when I bring up the installer page it works… takes a few seconds
when I open the MMM-Config/review page the configuration page comes upopen the installer page http://server:port/installer open the developers window, ctrl-shift-i go to the console tab , see if there are any errors open the sources tab left nav selec modules, mmm-config module_installer select the form-client.js scroll the source to line 120, click on the line number should turn blue
like this
hit f5 refresh the page
it should look like this
you should be able to scroll the mouse over the words incoming_json
and it should pop up a big window of the jsonlike this
-
@plainbroke feel better… this is not that important
-
@plainbroke i pushed a bunch of fixes.
-
@sdetweil
I removed it with rm -rf MMM-Config
Then rebooted Pi
Then reinstalled with:
cd ~/MagicMirror/modules
git clone https://github.com/sdetweil/MMM-Config
cd MMM-Config
npm install
THAT DID NOT WORK.
threw all kinds of errors in shift+ctrl+i
So I went back to the
cd MMM_Config module and ran
git pull
git checkout with_installer
npm install
rebooted the Pi
Now it works.
Why I do not know.
But it does. I am going to try it out with MMM-MPlayer.
Thanks for the great work… -
@plainbroke said in New module installer:
git clone https://github.com/sdetweil/MMM-Config
yes, that will put you on the root branch main or master
you have to checkout the other branch that has the installer function in it