Read the statement by Michael Teeuw here.
New module installer
-
@MDWEBB hm, could not validate file…
edit: ---- you said you reinstalled, so this is not a file corruption problem
lets go to the MMM-CalendarExt3 folder
and dogit status
it should not list any files
please show the reults
-
@MDWEBB also you changed refreshInterval to 600
milliseconds down from 30 minutes!! (the module cannot redraw that fast)i think you need to change the waitFetch value up to 10000
milliseconds.i don’t think refreshInterval should ever be less that 300000
(5 minutes) -
@MDWEBB I could not recreate the error by setting one of my Ext3 instances to refreshInterval :600
-
BUT… just for the sake of testing something… MMM-Config saved the prior config.js
so if you
cd~/MagicMirror/config #rename this one out of the way mv config.js save-config.js ls config -laFt config.* #and copy the top one back to config.js #mark the filename, right click mouse cp -rightclick-paste config.js
and then restart MagicMirror
do you still get the error??
-
I added the default modules to have links to their config doc too… (in configuration)
I made significant changes to the weather form layout, using select lists and custom field sets per weather provider.
updated the schemas MMM-Config ships to add the view readme button -
@MDWEBB said in New module installer:
[ERROR] ReferenceError: HTMLElement is not defined
This error message seems to be caused by some JS validator trying to check the browser-oriented syntax on the nodeJS environment.
@MDWEBB
You’d better start from a clean configuration and then add one by one to find what was wrong. -
@MDWEBB said in New module installer:
at /home/mdwebb/MagicMirror/modules/MMM-Remote-Control/node_helper.js:271:26
I bet this is the remote-control error…
shouldn’t stop anything
but, if you want to try my fork, which captures that errorhttps://github.com/sdetweil/MMM-Remote-Control
just remove the existing folder and git clone mine in its place
no functional code change or parms… just trapping this error -
@sdetweil Apologise for slow reply i was able to remove the node modules file and run the update for the module and now my calendar is working again.
-
@MDWEBB no apologies required
updated what module?
-
@sdetweil update MMM-Remotecontrol.
I am getting update notifications for both the MMM-Config module and MMM-Remote-Control.
MMM-Config says its 3 commits behind the with_installer branch. Not sure whats happening with that
MMM-Remote-Control s 8 commits behind on the master branch i get the following error when trying to use the update script thoughmdwebb@raspberrypi:~ $ cd ~/MagicMirror/modules/MMM-Remote-Control # adapt directory if you are using a different one git pull npm install # install (new) dependencies Updating 76c0859..5c39b06 error: Your local changes to the following files would be overwritten by merge: modules.json package-lock.json package.json Please commit your changes or stash them before you merge. Aborting up to date, audited 340 packages in 3s 103 packages are looking for funding run `npm fund` for details found 0 vulnerabilities