@wyovino temperature related
Read the statement by Michael Teeuw here.
Posts
-
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