MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. sdetweil
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    S Do not disturb
    • Profile
    • Following 0
    • Followers 110
    • Topics 92
    • Posts 21,389
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: After update MMM-Buttons breaks, made things worse trying to fix it

      @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)

      posted in Troubleshooting
      S
      sdetweil
    • RE: Version 2.30.0 Calendar fix for clipping broadcast events

      @djkleric erase
      rm package-lock.sjon

      posted in Troubleshooting
      S
      sdetweil
    • RE: Magic mirror for windows

      @KristjanESPERANTO the bane of the internet, old info never dies

      no one ever reads the doc

      posted in Troubleshooting
      S
      sdetweil
    • 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
      do

      git switch _fix_clipping
      

      if you get package-lock.json would be overwritten
      do

      rm package-lock.json
      

      the do the switch again
      and then

      cd ~/MagicMirror
      npm run install-mm
      
      posted in Troubleshooting
      S
      sdetweil
    • 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

      posted in Troubleshooting
      S
      sdetweil
    • 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

      posted in Troubleshooting
      S
      sdetweil
    • 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 module

      second

      can you show me the output of

      cd ~/MagicMirror 
      git branch
      
      posted in Troubleshooting
      S
      sdetweil
    • RE: pm2 doesnt work with crontab

      @plainbroke awesome

      i should have remembered the path problem

      posted in Troubleshooting
      S
      sdetweil
    • RE: Version 2.30.0 Calendar fix for clipping broadcast events

      @Tiller
      Can you show the calendar config, xxx out the url

      posted in Troubleshooting
      S
      sdetweil
    • RE: MM stopped working with Electron Error

      @wyovino temperature related

      posted in Troubleshooting
      S
      sdetweil
    • RE: MM stopped working with Electron Error

      @wyovino shouldn’t need to, the os is ending . all processes will be stopped

      posted in Troubleshooting
      S
      sdetweil
    • 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 /onecall

      you don’t have to specify them since this release

      location? where do you see that?

      posted in Troubleshooting
      S
      sdetweil
    • 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

      posted in Troubleshooting
      S
      sdetweil
    • RE: Bridging the gap... LIRC -> Magic Mirror / Pages control using MMM-Remote-Control

      @BKeyport dang computers are SO picky

      yes ViewNotification

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-WeatherBackground crashing?

      @MrCoads i use a local file server, and link the mounted image source folder the module needs

      posted in Troubleshooting
      S
      sdetweil
    • 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

      posted in Troubleshooting
      S
      sdetweil
    • 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

      posted in Troubleshooting
      S
      sdetweil
    • 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"];
      
      posted in Troubleshooting
      S
      sdetweil
    • RE: HEIC and MMM-ImagesPhotos

      @rts58 awesome, i’ll submit a pr to update the module

      posted in Troubleshooting
      S
      sdetweil
    • RE: I cannot disable screen blanking with MagicMirrorOS

      @smegbadger if you stop mmos does the screen still turn off overnight?

      posted in Troubleshooting
      S
      sdetweil
    • 1 / 1