@Lusbueb done… I never copy/paste that instruction… I push the green button to copy the code in this current repo (regardless of the name)
Read the statement by Michael Teeuw here.
Posts
-
RE: After update MMM-Buttons breaks, made things worse trying to fix it
-
RE: Version 2.30.0 Calendar fix for clipping broadcast events
@djkleric erase
rm package-lock.sjon -
RE: Magic mirror for windows
@KristjanESPERANTO the bane of the internet, old info never dies
no one ever reads the doc
-
RE: Version 2.30.0 Calendar fix for clipping broadcast events
@MDWEBB said in Version 2.30.0 Calendar fix for clipping broadcast events:
_fix_clipping
you need to be on _fix_clipping
dogit switch _fix_clippingif you get package-lock.json would be overwritten
dorm package-lock.jsonthe do the switch again
and thencd ~/MagicMirror npm run install-mm -
RE: Can´t rotate my display
@Klinge if you use the os desktop menu top left, preferences, last entry i think is display configuration, you can rotate there
-
Version 2.30.0 requires updated nodejs, warning for pi0w installations
version 2.30.0 on Jan 1, 2025 requires an updated nodejs version, minimum 20.18.1
we also support node 23 now
use my upgrade script and it handles the upgrade…
For Rasperrby pi 0W users, this looks likk the last nodejs version for the armv6l devices.
no other build has been done for quite some time.I am sure we will be forced to upgrade nodejs again (soon) as node 20 is getting old… now latest is node 23
-
RE: Version 2.30.0 Calendar fix for clipping broadcast events
@MDWEBB ok
two things
if you comment out a module in config. js with block comment markrrs /* */ then must get the opening and closing braces too
a better way is just to add
disabled: true,after the module:… line
chsnge back to false to re-enable the modulesecond
can you show me the output of
cd ~/MagicMirror git branch -
RE: pm2 doesnt work with crontab
@plainbroke awesome
i should have remembered the path problem
-
RE: Version 2.30.0 Calendar fix for clipping broadcast events
@Tiller
Can you show the calendar config, xxx out the url -
RE: MM stopped working with Electron Error
@wyovino shouldn’t need to, the os is ending . all processes will be stopped
-
RE: Version 2.30.0 weather module, stuck loading, worked fine before upgrade
@angeliKITTYx openweather only provides /onecall in v3.0
that is why the default is 3.0 and /onecallyou don’t have to specify them since this release
location? where do you see that?
-
RE: new compositor on wayland
@bugsounet yes, I saw…
but I am looking for the config option to have system NOT dim/turn off display…
I don’t want to DO it…
altho I should upgrade my MMM-SleepWake -
RE: Bridging the gap... LIRC -> Magic Mirror / Pages control using MMM-Remote-Control
@BKeyport dang computers are SO picky
yes ViewNotification
-
RE: MMM-WeatherBackground crashing?
@MrCoads i use a local file server, and link the mounted image source folder the module needs
-
RE: Magic Mirror with Pi4 OS not working with Pi5
@rkorell I added an issue to the back/restore repo to track what to do here
-
RE: Weather Module showing wrong current temperature
@wyovino see that in the doc, updateInterval i think
https://docs.magicmirror.builders/modules/weather.html#general-options
-
RE: HEIC and MMM-ImagesPhotos
@rts58 said in HEIC and MMM-ImagesPhotos:
animationSpeed: 500,
have you tried setting this to 0?
HEIC? the module looks for
const enabledTypes = [“image/jpeg”, “image/png”, “image/gif”];what is a filetype for HEIC?
you can edit that array and add the the for heic
const enabledTypes = ["image/jpeg", "image/png", "image/gif", "image/heic"]; -
RE: HEIC and MMM-ImagesPhotos
@rts58 awesome, i’ll submit a pr to update the module
-
RE: I cannot disable screen blanking with MagicMirrorOS
@smegbadger if you stop mmos does the screen still turn off overnight?