A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • After a power failure, the config.js file disappeared

    Unsolved Troubleshooting
    3
    0 Votes
    3 Posts
    317 Views
    S
    @sdetweil ok, thx
  • MMM-ioBroker - it will not show

    Unsolved Troubleshooting
    34
    0 Votes
    34 Posts
    4k Views
    kusselinK
    @sdetweil what i just don’t understand is… i have installed the MM in the LXC several times and never received these messages…why now? I have to create a new user with ‘adduser’ and then what do I have to do Sam?
  • Has anyone been able to get MMM-PetFinder to work?

    Unsolved Troubleshooting
    12
    0 Votes
    12 Posts
    2k Views
    S
    @KristjanESPERANTO we dont test with uplevel npm. and try to stay in sync w the level of node we test on this just adds to the complexity of support
  • Any solutions for simple shopping list app anymore?

    Unsolved Requests
    1
    0 Votes
    1 Posts
    1k Views
    T
    Hey everyone! I’m building my MagicMirror and would love to incorporate some lists, namely a shopping list, though others would be nice. I’m running on an old Chromebook (with Linux) and folded into tablet mode. I’ve got a touchscreen, so being able to check things off when we add them to a cart and being able to add things directly at the mirror (using voice to text?) would be my ideal solution. Google API has been restricted to enterprise users, so it seems like most/all of those solutions are now broken. I’ve got a Todoist list embedded in an iframe for my kid’s chore chart. I could use a different Todoist list but that seems more task-oriented and a little clunky for what I want. I’ve seen various posts about it, but no real solutions, so I’m curious what others use?
  • Issue with MMM-Config

    Unsolved Troubleshooting
    7
    0 Votes
    7 Posts
    622 Views
    S
    @Johanba did you get this resolved?
  • How can I make sure that a third-party module (MMM) is safe to use?

    Unsolved Troubleshooting
    4
    0 Votes
    4 Posts
    461 Views
    S
    @BKeyport i know, didn’t want to go down that rat hole i proposed some module standards, (based on that experience) no minified code, so that bad actors cant hide. there are currently only 7 modules w minified code, but they were all generated from typescript source. so minified in that case is unimportant. we dont have a way to enforce any such standards makes me think of some vault to keep things from disappearing too
  • Restart MagicMirror once a day

    Unsolved Troubleshooting
    13
    0 Votes
    13 Posts
    1k Views
    S
    @mumblebaj the problem is we are passing back data, and not the response object and we didn’t check to see if the response was valid(statusCode==200), and after that sometimes the data is trash if you have MM installed, you HAVE the repo!
  • MMM-CalendarExt3Agenda - Two questions

    Unsolved Troubleshooting
    19
    1
    0 Votes
    19 Posts
    3k Views
    S
    @Kelemvor pastDaysCount is an advisory to other modules. they dont have to honor it we send all the events, there was a bug in clipping, i ‘fixed’ for 2.30, but made it worse. the temp fix removes clipping on past events maximum days sets the range to view in cal, default 365 days
  • openweathermap not working

    Unsolved Troubleshooting
    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
  • 0 Votes
    11 Posts
    2k Views
    S
    @rkorell i didnt introduce it, in html [image: 1743359737608-img_0895.png]
  • One of my Calendars isn't showing up in the default module.

    Unsolved Troubleshooting
    7
    0 Votes
    7 Posts
    662 Views
    K
    Does it go here? [image: 1742999644575-7ce9109b-c466-46b3-a184-55439baa4205-image.png] If so, it didn’t seem to help.
  • MMM-RTSPStream

    Unsolved Troubleshooting
    2
    0 Votes
    2 Posts
    367 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
  • Monitor Showing no HDMI signal

    Unsolved Troubleshooting
    7
    0 Votes
    7 Posts
    589 Views
    T
    hey @sdetweil I realized my raspberry pi was going to sleep so I turned it off and I think it works now. Thank you for your help
  • Step Counter or Health Data

    Unsolved Requests
    4
    0 Votes
    4 Posts
    2k Views
    R
    @kmanne yes this is true. Ralf
  • MMM-Tado - Tado API Login no longer working (403 error) — any fix?

    Unsolved Troubleshooting
    17
    0 Votes
    17 Posts
    2k Views
    M
    This is my solution. Just install the https://github.com/daydy16/MMM-Tado In the config file: { module: 'MMM-Tado', position: 'bottom_left', // This can be any of the regions. config: { updateInterval: 900000 // miliseconds-15minutes-96times per day < 100 } }, After you launch your Mirror with “node --run start”, you receive in the terminal this: MMM-Tado: Device authentication required. Please visit the following URL: https://login.tado.com/oauth2/device?user_code=XXXXXX You put that URL in your browser and submit the code. That’s it. Hope it helps!
  • Module MMM-DHT22 vs MMM-DHT-sensor

    Unsolved Troubleshooting
    8
    1
    0 Votes
    8 Posts
    724 Views
    S
    @Mastrapi I do not know… this would be up to the author… via an issue on the github repository…
  • hand gesture controlled mirror

    Unsolved Troubleshooting
    4
    0 Votes
    4 Posts
    663 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
  • How to display both Celsius and Fahrenheit

    Unsolved Troubleshooting
    4
    0 Votes
    4 Posts
    447 Views
    S
    @digimunky awesome, i don’t think you had to make a duplicate copy, just set the language in config.js on each instance all of the default modules support multi instance
  • MMM-BackgroundSlideshow shows blurry images

    Unsolved Troubleshooting
    1
    0 Votes
    1 Posts
    186 Views
    K
    Hello When using images in MMM-BackgroundSlideshow the become blurry/pixelated. My library contains only 4K images with no compression Has it something to do with the gradient-, Horizontalgradient-, radialGradient- and GradientDirection settings? Any help will be appreciated
  • Magic Mirror with Pi4 OS not working with Pi5

    Unsolved Troubleshooting
    30
    0 Votes
    30 Posts
    5k 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