@JMac Ext3 tries NOT to to flash on every update so the screen doesn’t flicker
he has parameters you can change to adjust the timing
the base cal module does take a little longer to process large calendars
@JMac no
# put package-lock.json back to last git clone state
git reset package-lock.json
# update the module
git pull
# rerun npm install with new code
npm install
all in the module folder
# lines are comments and will be ignored if you copy paste that whole thing
@Sampleswow said in Default weather module stuck loading after latest MM update:
status of 401 (unauthorized)
your api key is incorrect
the 3.0 apikey requires a credit card, right?
see this too
https://github.com/MagicMirrorOrg/MagicMirror/issues/3574#issuecomment-2423544713
@JMac not /modules
/ at the front means root
you want ~/MagicMirror/modules/MMM-CalendarExt3
~ at the front means current users home folder
if you are in the MagicMirror folder, then
cd modules
will move the current folder the the ~/MagicMirror/modules folder