@pat59 all MM commands require you to be IN the MagicMirror folder
you are still in the users home folder
pi@raspberrypi:~
@pat59 all MM commands require you to be IN the MagicMirror folder
you are still in the users home folder
pi@raspberrypi:~
@pat59 show the output of npm start
But when you change the os under an app, it’s recommended to reset it too
Stop MagicMirror
cd ~/MagicMirror
rm -rf node_modules
npm install
Start MagicMirror
I changed the border in custom.css
:root {
--gap-body-top: 50px;
--gap-body-right: 40px;
--gap-body-bottom: 60px;
--gap-body-left: 60px;
}
the the module went up and over
pushing over the border is hard
@brgracer ok… for remote system debugging
on MM server side, or MM full…
address:"0.0.0.0",
ipWhiteList:[],
then you can access the mirror from other system and use debugger
there IS a border. around ALL the modules
defined in main.css
--gap-body-top: 60px;
--gap-body-right: 60px;
--gap-body-bottom: 60px;
--gap-body-left: 60px;
let me look
@brgracer can you tell me roughly where you are trying to move the weather ?
@brgracer css is MOST SPECIFIC instruction wins…
so if you have a DIV and a SPAN
and you target the DIV (not the SPAN) then the elements of the DIV are affected
and MAYBE some elements on the SPAN that are inherited…
but if you target the SPAN, the DIV is not affected , so you can set left margin of 0, on the SPAN, but that is INSIDE the DIV
so the div will not move…
have you used the developers window (ctrl-shift-i) elements tab to examine and apply styles to the elements?
see the second link in my sig below for a starter on using it…
now, the MODULE also supplies a css file, so IT might be more specific too…
@ember1205 the latest PIOS is bookworm right?
Ok, end of conversation. You’ve had your say
@Richard238 said in Update, unable to connect.:
And then I remembered the orig MM was still on a SD Card before I swapped over to a USB drive
backup , backup, backup…
I added the NY times feed to my test MM, and don’t see any problems