We have two MM’s, one in the kitchen and one downstairs. The downstairs MM doesn’t have to be involved, only if it makes things easier.
What I would like to do is display the basement temperature on the kitchen MM. Is this possible somehow?
We have two MM’s, one in the kitchen and one downstairs. The downstairs MM doesn’t have to be involved, only if it makes things easier.
What I would like to do is display the basement temperature on the kitchen MM. Is this possible somehow?
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!