@Tiller
Can you show the calendar config, xxx out the url
Read the statement by Michael Teeuw here.
Posts
-
RE: Version 2.30.0 Calendar fix for clipping broadcast events
-
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?
-
RE: HEIC and MMM-ImagesPhotos
@rts58 i did not add error reporting yet, this should keep it
from stalling -
RE: HEIC and MMM-ImagesPhotos
@rts58 the prior code started the timer only after
image was loaded. but we have already waited timeout time
so we can get the next image -
RE: HEIC and MMM-ImagesPhotos
@rts58 just pushed the updated code, git pull in the module folder
logs an error record to the dev window console on load fail, with the url of the failing image -
RE: Restart MagicMirror once a day
@rkorell yes, pm2 save will ‘save’ the config for use later
this cron feature is new to me. so I haven’t tested what you need to do…
read their doc -
RE: After a power failure, the config.js file disappeared
@sil3ntstorm sadly this happens on system crash, there is no recovery mechanism.
i advise everyone to backup ( i fail sometimes too!, recovering my home automation system now, my backup was old)
use my backup/restore scripts
https://github.com/sdetweil/MagicMirror-backup-restore -
RE: How to install Guide for beginners
@Bobba86 flash the SD card, use the installer script, listed as alternative
-
RE: Update Master Branch
Ja, ich wette, Sie haben Node.js nicht wie für diese Version erforderlich überprüft und aktualisiert. Bitte verwenden Sie mein Upgrade-Skript.