A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • openweathermap not working

    Unsolved
    11
    0 Votes
    11 Posts
    1k 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
    382 Views
    S
    @atwist awesome!
  • My new MagicMirror will not start with Wayland?

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

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

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

    Solved
    5
    2
    0 Votes
    5 Posts
    575 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
    296 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
    4k 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
    1k 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
    337 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
    2k 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
    561 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
    544 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
    4k 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
    555 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
  • MagicMirror will not always let me use control M

    Solved
    5
    0 Votes
    5 Posts
    559 Views
    S
    @Toronaga UI? desktop is some graphical package, there are many built on top of one of the windows managers MagicMirror is a web browser ui
  • PIR sensor repositories are outdated

    Solved
    4
    0 Votes
    4 Posts
    528 Views
    J
    @sdetweil Ita worked! tank you sooooo much
  • Comment avoir une couleur différente du TITRE pour chaque calendrier

    Solved
    12
    2
    0 Votes
    12 Posts
    2k Views
    M
    @sdetweil encore merci beaucoup, ca fonctionne
  • OpenWeatherForcast - Request failed with status code 401

    Solved
    3
    0 Votes
    3 Posts
    380 Views
    butchkemperB
    Problem solved. There are multiple MMM-OpenWeatherForecast repositories. The one I cloned for the new system was not the clone I was previously using. I changed to the module from Tom-Hirschberger/MMM-OpenWeatherForecast and everything began working as expected. I apologize for my error. Update: To prevent future issues, I have add a comment in config/config.js file on each module statement to remind me of the module repository location. The comment appears as: // github.com/Tom-Hirschberger/MMM-OpenWeatherForecast. Butch Kemper