@plainbroke photos do not have to be resized w MMM-ImagesPhotos
Read the statement by Michael Teeuw here.
Posts
-
RE: How to synchronize pictures from mobile to the MM?
-
RE: MMM-JsonTable - error and does not load
@sankum i use this online to to validate and format json
-
RE: Open Weather not displaying
@khrusher use my upgrade script, you need nodejs upgraded too
-
RE: Update breaks MM
@ReD1470 this version, like last needs node version 22, you have version 20.
if you had used the upgrade script, it would have updated that too.
but once you do it manually and get to the current state, my script will abort
reun the upgrade script with force as the parm instead of apply
-
RE: Update breaks MM
@ReD1470 dont use force unless i tell you.
it skips some checks that are useful.
its not documented intentionally.
-
RE: Different order in center after Upgrade to 2.32
@falter I dont know yet. Haven’t had a chance to debug
-
RE: Different order in center after Upgrade to 2.32
@falter I can’t help more, can’t use module here, no cameras.
-
RE: Nudging a Module to different location?
@Durahl you could increase its top margin or border
Use the developers window elements tab to locate and test css to discover what should go in custom.css
See the second link in my signature below
-
RE: MagicMirror install on LXC Container as a server will not do
@kusselin I am on my desktop… not on a container
-
RE: Nodejs version/update issue
@lightsaberluke yes, system is tricky sometimes
if you had used the install or upgrade script it would have handled this problem for you
see https://github.com/sdetweil/MagicMirrorbut you can use one of the selective node tools
i recommend n
do this
sudo npm install n -g sudo n 22.14 hash -r node -vyou should now have node 22.14 or 22.15
now
cd ~/MagicMirror npm run install-mm -
RE: Installer scripts on Raspberry Pi Zero 2 W
@kribbitykrab Zero 2w is armv7, Zero w is armv6
the required nodejs is not available for armv6
send me the ~/install.log
filesame userid at gmail
i believe you have the pi Zero w. not 2w
MagicMirror manual install requires node 22.14 or higher
you have node 20 -
RE: Installer scripts on Raspberry Pi Zero 2 W
@kribbitykrab you can get an earlier release thru git by using the version tag
do
cd ~/MagicMirror git fetch --tags git checkout v2.30.0 npm run install-mmyou cannot upgrade from there
-
RE: Installer scripts on Raspberry Pi Zero 2 W
@kribbitykrab if you ran the setup _over_server
it should have changed the start script in
package.json to"start":"./run-start.sh",can you confirm that
looks like i had a bug in the script, run it again
-
RE: Default Calendar Symbols
@almightyyoshi you can always use css
.CX3 .symbol { display: none !important; } -
RE: Need "correct" version of node-libgpiod ....
@rkorell yes, you edit the wiki page, and then the 3rd party list will pick up those changes on the next refresh (once a day)
-
RE: Cant exit auto running MM
@_V_ pm2’s JOB is to start the app AND KEEP IT RUNNING, so if it fails (you do a ctrl-q) pm2 restarts it
pm2 has lots of command options
in linux by convention commands don’t return any message when successful (as they were built when tty was VERY SLOW)
also, each command has help
pm2 --helpand a manual page
man pm2SO, to stop MM with pm2, minimize MM, ctrl-m, (or alt-spacebar, n) open a terminal window, ctrl-alt-v, and type
pm2 statusthen
pm2 stop xxwhere xx is the name or the number of the row with the app on it…
one can create MULTIPLE managed apps with the SAME name, so sometimes the number matters -
RE: CalendarEXT3 questions
@_V_ said in CalendarEXT3 questions:
The CW counting not
try this
minimalDaysOfNewYear: "1",I posted somewhere before (a month ago I think) , but can’t find it…
-
RE: 2.32.0 Calendar module limitDays and excludedEvents stopped working
@AndyHazz these fixes are in the next release Oct 1
-
RE: Non-Typical Setup, MM Stops Showing New Pictures (ImagesPhotos module)
@ember1205 great feedback, thank you
Glad it’s working again