A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-Avstock Graph is not displayed

    Unsolved Troubleshooting
    6
    0 Votes
    6 Posts
    275 Views
    S
    @JeanMichelC also, please use the code block around config or logs Paste the text into the editor, blank line above and below Select the text just pasted Hit the </> button above the editor I have fixed the prior two
  • MMM-Embed URL centered on fullscreen_above?

    Solved Troubleshooting
    12
    0 Votes
    12 Posts
    827 Views
    BKeyportB
    @wishmaster270 Doh! Was using the wrong css item. <internally screaming at CSS>
  • 0 Votes
    5 Posts
    287 Views
    J
    @sdetweil Thanks, I made the changes ad it works perfectly. Thank you for your prompt response.
  • Calendar Module not working as expected

    Solved Troubleshooting
    4
    1
    0 Votes
    4 Posts
    279 Views
    S
    @Gherry very interesting ! I have not seen a replacement value not be used before.
  • Calendar - colourise events today?

    Troubleshooting
    10
    0 Votes
    10 Posts
    1k Views
    S
    @Babene1 very nice! Great feedback
  • MMM-Remote-Control

    Utilities
    57
    4
    2 Votes
    57 Posts
    8k Views
    KristjanESPERANTOK
    @rkorell Thank you very much for this feedback and appreciation 🙂 It’s interesting that you took a deeper look at the changes.
  • 0 Votes
    11 Posts
    4k Views
    B
    CX3 is definitely one of the most versatile modules, but getting the CSS right for those background images can be a bit of a rabbit hole! I’ve found that if the background image is too ‘busy,’ it completely kills the readability of the event symbols. I’ve actually been using https://solidbg.com/ to quickly strip the backgrounds off custom icons or logos before I host them for my mirror. It’s way faster than manually editing PNGs when you just want a clean, transparent symbol that doesn’t clash with the CX3 ‘glance’ view. Are you applying the background image to the .CX3 .event container specifically, or are you trying to do a full module background? Sometimes the z-index acts up depending on the position of other modules.
  • MMM-ImagesPhotos

    Solved Troubleshooting
    10
    0 Votes
    10 Posts
    448 Views
    S
    @Ray awesome!!!
  • 0 Votes
    9 Posts
    369 Views
    S
    @DarthWerner but I think you may have messed up MagicMirror Use my upgrade script with force instead of apply as the parm See https://github.com/sdetweil/MagicMirror_scripts
  • MMM-MyGarbage trash icons no color

    Unsolved Troubleshooting
    8
    1
    0 Votes
    8 Posts
    511 Views
    htilburgsH
    @JerryP Nice to see that everything works again. I did an update of the original version where you also can choose to use and iCal Calender. See https://github.com/htilburgs/MMM-MyGarbage for the complete explanation of the config options. I’m currently working on an update where you can choose how many garbage bins you like, the name and the color. But as with everything, it’s a hobby and I don’t have time every day, so slowly by slowly Goed om te horen dat alles weer werkt. Ik heb een update van de 1e originele versie gemaakt, waar je ook een iCal kalender kunt gebruiken. Zie https://github.com/htilburgs/MMM-MyGarbage voor de complete mogelijkheden van de configuratie opties. Ik ben momenteel bezig met een update, waarbij je zelf het aantal bakken, de naam en de kleuren kunt kiezen. Maar zoals met veel dingen, het blijft een hobby en ik heb helaas niet alle tijd van de wereld.
  • MMM-GooglePhotos refactor

    Showcase
    3
    1 Votes
    3 Posts
    425 Views
    P
    Excellent call, I’ve created an issue on the source.
  • MagicMirror is Failing to start at all

    Solved Troubleshooting
    22
    0 Votes
    22 Posts
    6k Views
    S
    @Sampleswow can you send me the ~/MagicMirror/installers/upgrade.log Via email. The same userid as here at gmail
  • Two Mirrors, One Pi

    Solved Troubleshooting
    6
    0 Votes
    6 Posts
    2k Views
    S
    @BiaGen awesome! Glad it helped
  • MMM-MovingPortrait

    Solved Entertainment
    10
    0 Votes
    10 Posts
    926 Views
    plainbrokeP
    @robertybob I missed the part about AI… I am old and do not understand AI crap, nor do I care to learn about it… So I am just going to remove the module and call it a day. Thanks so much for your super helpful words… @fischi87 Thank you for your help. This is beyond my current abilities… I made a 5 second mp4 file that plays in vlc just fine but will not work with the module… Like i told the fella above, I think this is above my abilities. Looks like a fun module… I will close this as solved. I am not capable.
  • MMM-Universal-Pir issues

    Unsolved Troubleshooting
    6
    0 Votes
    6 Posts
    1k Views
    M
    The module is working. After the set time, the screen turns off. But after about 10 seconds, the screen turns on. The counter shows 0 seconds.
  • Speaker sound after copying SD card

    Forum
    2
    0 Votes
    2 Posts
    161 Views
    S
    @MilkShake try aplay -D plughw:2,0 xxx.wav If you make an ~/.asoundrc You should be able to set the default output device Notice the . In front
  • Problem with rebooting PI

    General Discussion
    6
    0 Votes
    6 Posts
    343 Views
    M
    @sdetweil Thanks Sam! I ended up copying the SD card to a new one.
  • [MMM-Remote-Control] Cannot GET /remote.html

    Solved Troubleshooting
    17
    0 Votes
    17 Posts
    6k Views
    S
    @Ypsimm ok, please make sure NOT to use sudo with any MagicMirror commands
  • MMM-YandexWeather

    Utilities
    1
    1
    1 Votes
    1 Posts
    216 Views
    I
    Module for weather forecast using Yandex Weather API Features 🌡️ Current weather — temperature, “feels like”, wind speed/direction 📅 Daily forecast — up to N days with min/max temperatures and icons ⏰ Hourly forecast — configurable number of hours (disabled by default) 🎨 Customizable display — colored icons, fade effects, table size 🌍 Multi-language — Russian and English 🔒 Rate limit protection — built-in 50 req/day counter for free tier Note: Humidity is not available in the Yandex Weather free tier and is not displayed. Screenshot [image: 1771335369613-example_1.png] Prerequisites MagicMirror² version 2.1.0 or higher Yandex Weather API key (free tier supports up to 50 requests/day) Getting a Yandex Weather API Key Go to Yandex Weather API Console Sign in with your Yandex account (or create one) Subscribe to the API service and choose a plan (free “Test” plan is available) Generate and copy your API key Installation cd ~/MagicMirror/modules git clone https://github.com/isemenov/MMM-YandexWeather cd MMM-YandexWeather npm install --production Update cd ~/MagicMirror/modules/MMM-YandexWeather git pull npm install --production
  • 1 Votes
    3 Posts
    354 Views
    B
    @Eli Great :) Let me know what you think. There’s been a small update since then — it can now display not only the calendar but also the task list, and this can be configured optionally.