A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MM, bullseye, Pi 3B+ issues

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    BKeyportB
    @bhepler also, https://crontab.guru/
  • V2.24

    Solved
    5
    0 Votes
    5 Posts
    832 Views
    plainbrokeP
    Turned out to be a failing ssd drive. Replace SSD found old backup of MM so only had to do a little rebuilding of custom.css and config.js Used Sams backup restore program to restore all but a couple of the modules 33 at this time. Thanks Sam for the help…
  • Menu key no longer works after update

    Unsolved
    2
    0 Votes
    2 Posts
    299 Views
    S
    @nschertz Electron appears to have changed their key mappings. alt-spacebar has always been the key sequence on keyboards w the windows key, between Alt and Ctrl, that will pop up the menu
  • MMM-Pir upgrade problem

    Solved
    3
    0 Votes
    3 Posts
    601 Views
    F
    Beautiful. That solved the issue. Thanks for the quick response.
  • desktop is too big & stretched how to reduce it

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    ankonaskiff17A
    @syedkhadri Is the underlying Pi OS desktop also stretched? Your question is way too broad. Rephrase your question and provide some detail.
  • Updating MM fails

    Unsolved
    2
    0 Votes
    2 Posts
    796 Views
    S
    @droidus did u perchance checkout the develop branch before to fix a problem. best way to get out of this, rename the MagicMirror folder to MagicMirror.2 install MagicMirror using my script see https://github.com/sdetweil/MagicMirror_scripts the in the new magic mirror temporarily rename the module defaults folder to something else, so this copy command does write over anything cd ~/MagicMirror/modules mv defaults temp copy the old mm module folder content here in the mm’s module folder, including the old defaults folder cp -r -p ~/MagicMirror.2/modules/ . (dot at the end means here) delete the defaults folder that was copied rm -rf defaults restore the new defaults folder mv temp defaults then copy your old config.js and custom.css from the old MagicMirror.2 folder over to the new one
  • Install Magic Mirror on Home Assistant

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    C
    @sdetweil your script worked, thank you. For now I will keep the 4b only running home assistant.
  • Weather module configuration

    Solved
    4
    0 Votes
    4 Posts
    559 Views
    S
    @DimChik2903 threat of exposure I say? lol
  • After update 2.24.0 default clock module stoped working!!

    Unsolved
    3
    0 Votes
    3 Posts
    753 Views
    W
    @sdetweil Thanx , got the clock back :zany_face:
  • This topic is deleted!

    Unsolved
    2
    0 Votes
    2 Posts
    93 Views
  • MMM-CX3A - Transform not working?

    Solved
    11
    0 Votes
    11 Posts
    6k Views
    M
    @BKeyport https://raspberrypi.stackexchange.com/questions/104181/colored-emojis-in-chromium
  • how to rotate in windows?

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    S
    @1a2a3a see https://forum.magicmirror.builders/topic/9707/save-performance-when-rotating-screen-e-g-on-raspberry-pi?_=1688210939324
  • Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10

    324
    19 Votes
    324 Posts
    771k Views
    S
    @1a2a3a yes this is probably an older browser which doesn’t support the newer JavaScript language features we are using.
  • Make Center Smaller

    Unsolved
    4
    1
    0 Votes
    4 Posts
    758 Views
    ankonaskiff17A
    I’ll toss out a similar problem I had a long time ago and it was tied to the FontAwesome ICONS. I wish I could remember what all I did but it took me a while to figure out it was like padding around the icons or something like that.
  • Server Only Mode Display Rotation

    Unsolved
    2
    0 Votes
    2 Posts
    446 Views
    S
    @krouton display where, at a remote device? with what browser? the tv where the chromecast is installed is in physical portrait mode? portrait mode is just height is taller than width magicmirror doesn’t know, just uses the browser reported dimensions. you had the device in portrait mode before
  • Error 'failed to load kms_swarst' - can I ignore is screen is loading?

    Unsolved
    2
    0 Votes
    2 Posts
    536 Views
    S
    @lillyhb yes. ignore this is electron trying to use the gpu. but it’s not configured like electron expects. you can get rid of the error message by adding export ELECTRON_DISABLE_GPU before doing npm start if you use pm2, then add it to the script pm2 uses to launch mm
  • Electron screen becomes blank after a period of time

    Unsolved
    13
    0 Votes
    13 Posts
    5k Views
    S
    @BKeyport also, there have been image size issues as well. many of the NASA images are huge
  • Calendar not showing today's holiday

    Unsolved
    4
    0 Votes
    4 Posts
    654 Views
    S
    @wyovino yes. use a different calendar module see the 3rd party list
  • MMM-ImagesPhotos issue

    Solved
    14
    0 Votes
    14 Posts
    5k Views
    N
    @sdetweil Got it! Solved! Sam, I can’t thank you enough for your time and patience. I appreciate all of your help. Over the years even! I dont mean to be an annoyance. I find these issues daunting and beyond understanding at times.
  • Calendar and Font Awesome - no icons

    Unsolved
    22
    1
    0 Votes
    22 Posts
    7k Views
    S
    @RGN01 I reviewed on my system, used the same symbol [image: 1686745852282-screenshot-at-2023-06-14-07-29-15.png] same content… mine shows the icon edit: one question… do you have any font definitions in your custom.css? SO, this tells me the fonts didn’t get installed, so do edit… note I am adding on the vendor folder … as that is where the fontawesome css comes from cd ~/MagicMirror/fonts rm -rf node_modules rm package-lock.json npm install cd ../vendor rm -rf node_modules rm package-lock.json ls npm install then check the folder contents this is what mine looks like (base) sam@sams:~/MagicMirror/fonts$ ls node_modules package.json package-lock.json roboto.css (base) sam@sams:~/MagicMirror/fonts$ ls node_modules/ @fontsource (base) sam@sams:~/MagicMirror/fonts$ ls node_modules/@fontsource/ roboto roboto-condensed (base) sam@sams:~/MagicMirror/fonts$ my MagicMirror/vendor folder looks like this (base) sam@sams:~/MagicMirror/vendor$ ls css node_modules package.json package-lock.json vendor.js (base) sam@sams:~/MagicMirror/vendor$ ls css font-awesome.css (base) sam@sams:~/MagicMirror/vendor$ and my calendar config { module: "calendar", header: "US Holidays", position: "top_left", config: { coloredSymbol:true, calendars: [ { symbol: 'calendar', color: 'pink', url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics", name:"holidays" } ] } } the top of the MM web page shows the includes for font and css this is what the default looks like [image: 1686747152565-screenshot-at-2023-06-14-07-50-43.png]