@jaspertheweasel2 only one thing to install
later when new mm release use upgrade
if u said no to pm2 during install then fixup lets you add it later.
no need to run them all at once
@jaspertheweasel2 only one thing to install
later when new mm release use upgrade
if u said no to pm2 during install then fixup lets you add it later.
no need to run them all at once
@jaspertheweasel2 run the fixuppm2 script,
happens occasionally don’t know why
@kusselin I think your empty slides( []), have caused a fatal error
open the developers window ctrl-shift-i on the keyboard, and select the console tab.
put part of the module name in the filter field
caro is enough
the code does not check if the slide list is empty, and will fall if so.
@peter lots of changes since then
I would use my upgrade script
see
https://github.com/sdetweil/MagicMirror_scripts
two pass
1st time is test and tell you about any potential issues i u need to fix (fix and run again til u are comfortable)
then u can do with apply to actually upgrade?
u can also do my backup script
see https://github.com/sdetweil/MagicMirror-backup-restore
(have to clone this one)
saves config.js and github links to all the installed modules…
@stevegoble do you have the cec code installed?
do
cec-client
if you get command not found
do
sudo apt install cec-utils
pi0w does NOT work on new bullseye image,
due to lack of working browser
pi0w DOES work on legacy (buster) image
use my install script to get all the parts working
I will keep this updated as we learn more
@sharkbyte yeh, if you use my upgrade script it handles all that. Reset hard is, in my opinion, a bad thing to do, unless you KNOW why you are doing it.
@halpi-thousand use my install script,
see
https://github.com/sdetweil/MagicMirror_scripts
have to delete the MagicMirror folder
@cowboysdude or have two folders, run either (or both on a machine w 2 monitors)
switch which folder is prod , develop on the other switch again…
@halpi-thousand said in MM Config check goes bad:
{ module: 'MMM-BinaryClock', position:"lower_third", config: { size: 30 },
this is missing a } for the config: {
@r3d6 just add
disabled: true,
in the config.js on a the line after the module name
then mm won’t load them
@r3d6 pm2’s JOB is to keep mm running
also alt-spacebar, n
like on windows, will minimize a full screen app
@mmrize yes, on anything. Linux of any kind, windows
@mumblebaj my upgrade script will do this as part of the upgrade process
see
https://github.com/sdetweil/MagicMirror_scripts
@mumblebaj i edited off the latest post number, as u need post 1
@DarrenHill
the
git diff x
command
will show you the changes
x is an optional file name.
if not supplied, it will show all changes to all changes files
git status will show you if any files are changed
@oscargomez0010 said in Weather API returns 401 error:
and when I try on the browser it says error 401
error 401 means unauthorized
so, you have something wrong… maybe a missing letter on the key?
@drippyer I don’t know about putting the code IN config.js,but you can add another step to the script that starts mm and create the updated config.js
installers/mm.sh is the normal start script
it does
#!/bin/bash
# This file is still here to keep PM2 working on older installations.
cd ~/MagicMirror
# add your script here
node xxx.js
DISPLAY=:0 npm start
make your original config.js config.model
and merge your user info to get config.js
@BrotherDan no limit other than screen space
tell us more show us the config.js sections for showing and not modules