MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. karsten13
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    karsten13K Offline
    • Profile
    • Following 1
    • Followers 4
    • Topics 10
    • Posts 552
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Develop MagicMirror the easy way — all in one workspace

      @HeikoGr

      Thanks! Your configuration inspired me to write down and update my own.

      I don’t mean to hijack your thread, but since development environments are always a matter of personal preference, I thought I’d share this as an alternative.

      posted in Development
      karsten13K
      karsten13
    • RE: News Feed Source Title and Publish Date missing a character

      this is now fixed with https://github.com/MagicMirrorOrg/MagicMirror/pull/3946 and will be in the next release (Jan 1st)

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: News Feed Source Title and Publish Date missing a character

      @jca2112

      I opened https://github.com/MagicMirrorOrg/MagicMirror/issues/3944

      I did not look into details, the changes made in this file caused this.

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: News Feed Source Title and Publish Date missing a character

      @jca2112

      this is a bug introduced with last mm version.

      Let me know if you are willing to open an issue here, otherwise I will do …

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: MMM-ISS-Live error 153

      this is unrelated to mm, the default url used in the module is https://www.youtube.com/embed/yf5cEJULZXk?si=Dx852YRN5q6NHj0K and I see the same error 153 in my browser.

      Clicking on “Watch video on YouTube” will move you to https://www.youtube.com/watch?v=yf5cEJULZXk with the content “This live stream recording is not available.”

      So this NASA stream is at least currently not available …

      Maybe of interest for @KristjanESPERANTO

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: Official Bullseye OS 32 Bit for Raspberry Pi 3B

      @schlomm

      you linked the lite versions, for getting the version with desktop lite must be replaced by full in the urls …

      posted in General Discussion
      karsten13K
      karsten13
    • RE: MMM-PlexNowPlaying

      @Nneuland

      if See below for more Configuration Options is really in your config remove it …

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: HDMI turns on without movement

      @sdetweil said in HDMI turns on without movement:

      @karsten13 have you had a chance to test universal pir on Trixie yet?

      I’m on it …

      @Hobbes-0 said in HDMI turns on without movement:

      I tested the offCommand directly in the Terminal, the monitor goes off, and again after a minute or so goes back on. So this does not come from the MM.

      @sdetweil so this problem is not related to universal pir or mm

      I tested universal pir on mmos, which is on trixie but uses the os lite version, mm and labwc/wayland are started as containers.

      I cannot reproduce the unexpected activation there.

      (I found another permission problem which I will fix later) fixed

      Other difference between trixie and bookworm is a breaking version change of gpiomon so you have to use different commands:

      bookworm: gpiomon -r -b gpiochip0 23
      trixie: gpiomon -e rising -c 0 23

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: Help to install bluelinky

      @sdetweil said in Help to install bluelinky:

      bluelinky wans node up to 20.9 or 22, and NOT ANY 21

      message comes from mm, he is on an outdated version 2.29.0 …

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: Cannot find module '#server_functions'

      @chrisfr1976

      #server_functions is an alias for js/server_functions.js which is defined in package.json:

              "imports": {
                      "#module_functions": {
                              "default": "./js/module_functions.js"
                      },
                      "#server_functions": {
                              "default": "./js/server_functions.js"
                      }
              },
      

      Because axios is the only diff your package.json should contain above lines.

      I have no idea anymore (maybe corrupt sd card).

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: Cannot find module '#server_functions'

      @chrisfr1976

      what did you change in package.json?

      git diff package.json
      
      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: MagicMirror problem

      @tonyarogers said in MagicMirror problem:

      Network service crashed

      I had similar problems with a setup on a pi zero 2w.

      The pi 3A+ seems to have the same memory of only 512 MB.

      Short story: The os and the dependencies of mm (node and electron) seems to need more memory with every new version. I gave up with such hardware.

      It is not impossible to get it running with increasing swap size or using 32-bit os but it is a dead end …

      posted in General Discussion
      karsten13K
      karsten13
    • RE: MMM-HoymilesPVMonitor

      @CuddlyCow

      It was just a guess… there were other users with similar problems who had to open a ticket on GitHub because their repository was blocked for some unknown reason…

      posted in Utilities
      karsten13K
      karsten13
    • RE: MMM-HoymilesPVMonitor

      @CuddlyCow

      github link does not work, did you forget to make your repo public?

      posted in Utilities
      karsten13K
      karsten13
    • RE: No flights on map.

      @MikeTheYeti

      this is hard coded at the moment, you can change the code here

      posted in Transport
      karsten13K
      karsten13
    • RE: No flights on map.

      @MikeTheYeti

      well, the values needed for testing are the area coordinates …

      I understand that you don’t want to publish them, if it is o.k. for you, can you send me a chat message here with the complete config?

      posted in Transport
      karsten13K
      karsten13
    • RE: Compatibility with raspberry Pi 5 right now and in the future.

      @Hugo said in Compatibility with raspberry Pi 5 right now and in the future.:

      The latest version of MagicMirror requires at least a Raspberry Pi 2, 3, or 4

      we have the Pi 5 in the docs too, see https://docs.magicmirror.builders/getting-started/requirements.html

      @BKeyport said in Compatibility with raspberry Pi 5 right now and in the future.:

      thing that is a concern really is the OS

      next fun is coming, debian trixie is already released so it is a matter of time getting a new raspberry pi os wtih trixie …

      posted in Hardware
      karsten13K
      karsten13
    • RE: No flights on map.

      @MikeTheYeti

      you can look for errors in the logs
      a) server side
      b) in the browser (ctrl+shift+i)

      If you are willing to publish your config of the module I can test with my setup.

      posted in Transport
      karsten13K
      karsten13
    • RE: Ads are blocking site content - how to get rid of them?

      @ember1205

      duplicate of https://forum.magicmirror.builders/topic/19759/adds-blocking-posts?_=1757012860643

      posted in General Discussion
      karsten13K
      karsten13
    • RE: MagicMirror is Failing to start at all

      @sdetweil

      can you see what I’m doing right now ;)

      I used my containers a few minutes ago to see if I can reproduce but I can’t. So no idea.

      posted in Troubleshooting
      karsten13K
      karsten13
    • 1
    • 2
    • 3
    • 4
    • 5
    • 27
    • 28
    • 3 / 28