Read the statement by Michael Teeuw here.
New module installer
-
@sdetweil said in New module installer:
just posted another update for better handling of the repo readme (in most cases)
and handles readme’s for repo ADDs to the 3rd party list list, deletes worked ok beforeand for the readme during config, use the file in the installed module folder, instead of trying to get the github repo version
same process
git pull git checkout better_repo_url # if already there not needed npm install # <--- required.. added another library and copies a template file
the copy fixes a bug in the readme list file
and if this is first time using, make sure to add
MMM-Config to your config.js{ module:"MMM-Config" position:"...", // only for qrcode if you use that config:{ } }
-
-
@hadal did you do the npm install? and add MMM-Config to your config.js
can you show
in the MMM-Config folder
do
git branchls module_url_hash.json
in the module_installer folder
ls module_selector_schema.json
-
added new url for launching the config side
http://mm_address:mm_port/configure
both main and better_repo_url branches
-
updated for missing calendar url… properties, and missing module header…
-
i am considering merging the extra branches back w the base
but its been quiet, so i am not sure if there are other changes, or if ive got the functionality right
any feedback welcomed
-
now merged w base branch, main