I have no idea how I did this. From MM, I press ctrl-q, the screen goes black, and then pm2 dutifully restarts MM. Using Alt File/Quit also just gives a black screen.
Any insights as to how to restore my system screen greatly appreciated.
I have no idea how I did this. From MM, I press ctrl-q, the screen goes black, and then pm2 dutifully restarts MM. Using Alt File/Quit also just gives a black screen.
Any insights as to how to restore my system screen greatly appreciated.
@sdetweil Oops. Raspberry Pi 3b+. Just recently did the update using:
bash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)” apply
The update completes without an error.
I get a message that MMM-Multimonth and MMM-Wallpaper need updating.
I open a console window, go into each module folder and enter:
git pull
npm install
No errors. I restart MM and no message. After a few hours the messages are back as if I never updated them.
I must be doing something wrong.
@MMRIZE MMM-CalendarExtMiniMonth is exactly what I’m looking for. Thanks!
@Mykle1 Thanks for your help on the DISPLAY issue. I changed the line in packages.json file to:
“start”: “node_modules/.bin/electron js/electron.js”,
I get the following error message back:
> magicmirror@2.20.0 start
> node_modules/.bin/electron js/electron.js
'node_modules' is not recognized as an internal or external command,
operable program or batch file.
@Mykle1 First off, thanks so much for a great guide. I’m having what is likely a simple issue, but I can’t figure out how to resolve it. I am getting the following error message with the npm start command. Not concerned about the warnings, but how do resolve the DISPLAY issue?
$ npm start
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
> magicmirror@2.20.0 start
> DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
'DISPLAY' is not recognized as an internal or external command,
operable program or batch file.
cliff@BNC-LAB01 MINGW64 ~/MagicMirror (master)
$
@MMRIZE Also good to know. Thanks!
@sdetweil said in Possible to show Month View in lower corner?:
CalendarExt3
Thanks. I’ll take a look.