A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • How to install Guide for beginners

    Unsolved
    2
    0 Votes
    2 Posts
    357 Views
    S
    @Bobba86 flash the SD card, use the installer script, listed as alternative
  • magic mirror wont start

    Unsolved
    2
    0 Votes
    2 Posts
    241 Views
    S
    @tink8909 whatever you are starting needs to get to the MagicMirror folder before doing npm start you are in the user home folder
  • After a power failure, the config.js file disappeared

    Unsolved
    3
    0 Votes
    3 Posts
    406 Views
    S
    @sdetweil ok, thx
  • I cannot disable screen blanking with MagicMirrorOS

    Solved
    27
    0 Votes
    27 Posts
    6k Views
    karsten13K
    @smegbadger said in I cannot disable screen blanking with MagicMirrorOS: @karsten13 thank you for all the effort you are putting into this issue. Well, it is a pleasure to have such a good tester as you I agree, let’s go back to the version that will kill and restart the container if the display doesn’t respond to wlr-randr (and then waits for a MMM-Universal-Pir cycle to sleep it again). for now I did exactly this, but this issue is still working in my brain … So to revert all the changes done before: cd /opt/mm git switch master git pull Change the images back to latest in .env: MM_IMAGE="karsten13/magicmirror:latest" LABWC_IMAGE="karsten13/labwc:latest" Get new images and restart: cd /opt/mm/run docker compose pull docker compose up -d Last point: You should add the --transform 90 to the onCommand of the MMM-Universal-Pir config: { module: "MMM-Universal-Pir", position: "top_right", config: { deactivateDelay: 30000, onCommand: "wlr-randr --output HDMI-A-1 --transform 90 --on", } }
  • openweathermap not working

    Unsolved
    11
    0 Votes
    11 Posts
    2k Views
    S
    @Sam-0 you finally got it as your native language is not english, have the browser translate the page
  • Version 2.31.0 Error With Upgrade Scripts

    Solved
    5
    0 Votes
    5 Posts
    620 Views
    S
    @atwist awesome!
  • My new MagicMirror will not start with Wayland?

    Solved
    17
    0 Votes
    17 Posts
    3k Views
    S
    @rkorell yeh, i put it back
  • Standard Weather Module showing unwanted header

    Solved
    11
    0 Votes
    11 Posts
    2k Views
    R
    @sdetweil said appendLocationNameToHeader: false, Yeah. OK, already found this… Regards, Ralf
  • HEIC and MMM-ImagesPhotos

    Solved
    20
    0 Votes
    20 Posts
    4k Views
    S
    @rts58 awesome!!
  • Unable to get MMM-Calendar to broadcast past events

    Solved
    5
    2
    0 Votes
    5 Posts
    868 Views
    T
    @sdetweil Thank you! I knew I was doing something silly. Moving those config settings inside the config brackets fixed my issue!! I think the “fatal” error was because I had already run that command once, but I can’t say for certain. Again, I appreciate your help on this!
  • MMM-RTSPStream

    Unsolved
    2
    0 Votes
    2 Posts
    466 Views
    JerryPJ
    @Johanba { module: "MMM-RTSPStream", disabled: false, //false, true position: "upper_third", // "middle_center" "upper_third" config: { autoStart: true, rotateStreams: false, rotateStreamTimeout: 20, moduleWidth: 820, moduleHeight: 420, localPlayer: "vlc", // "omxplayer" or "ffmpeg", or "vlc" remotePlayer: 'none', showSnapWhenPaused: false, remoteSnaps: false, stream1: { name: 'Stream 1', url: 'rtsp://****:*****@IP:554/Streaming/Channels/102/', protocol: "tcp", frameRate: 25, muted: true, }, stream2: { name: 'Stream 2', url: 'rtsp://****:****@IP:554/Streaming/Channels/202/', protocol: "tcp", frameRate: 25, muted: true, }, stream3: { name: 'Stream 3', url: 'rtsp://*****:*****@IP:554/Streaming/Channels/302/', protocol: "tcp", frameRate: 25, muted: true, }, stream4: { name: 'Stream 4', url: 'rtsp://*****:*****@IP:554/Streaming/Channels/1602/', protocol: "tcp", frameRate: 25, muted: true, }, stream5: { name: 'Stream 5', url: 'rtsp://admin:******@IP:554/Streaming/Channels/102/', protocol: "tcp", frameRate: 25, muted: true, }, }}}, Works perfect
  • "Invalid Date" appears in Weather module. MM v2.29.0

    Solved
    25
    0 Votes
    25 Posts
    5k Views
    L
    @sdetweil said in "Invalid Date" appears in Weather module. MM v2.29.0: @lif said in "Invalid Date" appears in Weather module. MM v2.29.0: > I have tried adding the apiVersion: '2.5' > weatherEndpoint: "/weather" each of those lines had trailing commas, right? Not that line but that wasn’t the problem :-) Thanks for the link showing how to subscribe to OpenWeathermap which solved the problem.
  • Fresh install on bookworm only works with X11 - which disables VNC...

    Solved
    11
    0 Votes
    11 Posts
    2k Views
    S
    @rkorell i think it is ON by default , but will retest when i can
  • Storing info locally

    Solved
    4
    0 Votes
    4 Posts
    456 Views
    L
    @karsten13 said in Storing info locally: see https://github.com/ianperrin/MMM-Strava Many thanks will take a look!
  • message Remote Control

    Solved
    18
    1
    0 Votes
    18 Posts
    4k Views
    P
    Hello Thank you, I’ll try. Thank you. Have a nice day.
  • Weather Module showing wrong current temperature

    Solved
    10
    0 Votes
    10 Posts
    928 Views
    W
    @wyovino The current temperature displaying is now correct. I’m guessing this was an issue at the source.
  • Module MMM-DHT22 vs MMM-DHT-sensor

    Unsolved
    8
    1
    0 Votes
    8 Posts
    870 Views
    S
    @Mastrapi I do not know… this would be up to the author… via an issue on the github repository…
  • Getting MMM-CalendarExt3Agenda to show more than 10 days out

    Solved
    12
    1
    0 Votes
    12 Posts
    2k Views
    S
    @smegbadger awesome!!
  • Magic Mirror with Pi4 OS not working with Pi5

    Unsolved
    30
    0 Votes
    30 Posts
    6k Views
    S
    @TomOMaley said in Magic Mirror with Pi4 OS not working with Pi5: When I have more time I think I try an MM installation manually from scratch. just be careful… there are lots of things my script does for you
  • hand gesture controlled mirror

    Unsolved
    4
    0 Votes
    4 Posts
    814 Views
    S
    @jaimegarzont no idea. does the sensor detect with any python program outside MagicMirror? prove it works outside first did you see the section on connecting the sensor? https://github.com/MMRIZE/MMM-GroveGestures?tab=readme-ov-file#install-hw