A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MM Freezes with Raspberry Pi 3 But Not Raspberry Pi 4

    Unsolved Troubleshooting
    10
    0 Votes
    10 Posts
    678 Views
    karsten13K
    @raspberrypi9 this can be caused by a specific module so you can try disabling one by one …
  • Electron quit periodically

    Unsolved Troubleshooting
    26
    0 Votes
    26 Posts
    3k Views
    J
    @sdetweil my setup is pretty simple.
  • MMM-WeatherOrNot - Noob needs help

    Unsolved Troubleshooting
    9
    0 Votes
    9 Posts
    912 Views
    S
    @Assassins as @KristjanESPERANTO documented, the module does NOT use the darksky api… so the info I worked from was incorrect
  • Change size and / or font from different modules ?

    Unsolved Troubleshooting
    2
    0 Votes
    2 Posts
    321 Views
    S
    @aldisachen yes, using styles, css, you can change all the content. BUT it is module by module some (the default modules for sure) use the generic styles we provide. see css/main.css each module should document in a css file in their folder how they use those styles the css architecture allows one to override styles later, in MagicMirror by adding info into custom.css. a css entry is selector_clause { styles applied to the elements selected } the selector clause can be simple or complex first char as a dot means class (class= on an html tag) as a pound sign means id (id= on an html tag) none means an html tag (img, table…) a class holds a collection of styles font-size, color, font, etc css allows you to override styles later one or more styles at a time each module name is used in a class on the surrounding html div of the content the module creates that way you can target just one modules content in their selector with .module_name if a module doesn’t give a good way to alter its styles you can still select the html elements see the second link in my signature below for an example of how to use the browser developer window elements tab to examine and test style changes to determine what should go in custom.css
  • Not loading one of two Google calendars

    Unsolved Troubleshooting
    14
    0 Votes
    14 Posts
    2k Views
    bdeelmanB
    Hi, The second Google calendar was too big. I made a module to prepare a smaller ics file with only the future events. And now it is working. Two Google calendars. KR, Bert
  • Calendar is showing a day late

    Unsolved Troubleshooting calendar
    5
    0 Votes
    5 Posts
    1k Views
    S
    @angeliKITTYx this is showing in CalendarExt3??? or default view?? if Ext3, did you put on the fix for broadcast clipping?? see https://forum.magicmirror.builders/topic/19282/version-2-30-0-calendar-fix-for-clipping-broadcast-events
  • EACCES: permission denied, open js/positions.js

    Unsolved Troubleshooting
    7
    0 Votes
    7 Posts
    440 Views
    S
    @A_Nameless_Ghoul just btw i added a trap the actual error and I added a new message if this occurs
  • Updated MM and OpenWeather doesn't work now.

    Unsolved Troubleshooting
    7
    0 Votes
    7 Posts
    709 Views
    S
    @vietscong @RF just a reminder to all the doc is linked in the header above, so you don’t have to remember where to find it. [image: 1734378788727-screenshot-at-2024-12-16-13-51-28.png]
  • MMM-PublicTransportHafas - Loading - undefined

    Unsolved Troubleshooting
    1
    0 Votes
    1 Posts
    253 Views
    evroomE
    Hi, Besides the calendar module, this module is the most used module in our household. Especially my wife has become quite dependent on it. Thank you to the developer and the maintainer. But, since a couple weeks I get this “Loading - undefined” message, which is quite annoying. It ‘restores’ itself automatically, so that is a good thing. I opened an issue for it: https://github.com/KristjanESPERANTO/MMM-PublicTransportHafas/issues/185 My used end-point is db (Deutsche Bahn). What I would like to know is, if there are more users of this module and if they experience the same ?? Thanks in advance, E.J.
  • GmailFeed Modul error 401

    Unsolved Bug Hunt
    7
    0 Votes
    7 Posts
    695 Views
    F
    @sdetweil ok thx
  • EBADENGINE

    Unsolved Troubleshooting
    12
    0 Votes
    12 Posts
    1k Views
    S
    @juicebox tried what? you flashed a new SD card, with some full image (as required) booted the new sd card and then ran my script show me the ~/install.log you CANNOT just run the script… as it does NOT undo the bad node version
  • Running Linux Environment on Android Device via USB for MagicMirror

    Unsolved Hardware
    8
    1 Votes
    8 Posts
    2k Views
    S
    @Alannow I think you are on the bleeding edge
  • Fails to start... "Log.log is not a function"

    Unsolved Troubleshooting
    16
    0 Votes
    16 Posts
    2k Views
    S
    @Bimtronic use my backup/restore scripts yo save your MagicMirror setup https://github.com/sdetweil/MagicMirror-backup-restore then you can rename/delete the MagicMirror folder and use my install script see https://github.com/sdetweil/MagicMirror_scripts and then use restore to put the MagicMirror configuration back
  • Visibility of variables in MMM-HomeAssistantDisplay

    Unsolved Troubleshooting
    8
    0 Votes
    8 Posts
    768 Views
    S
    @DrKaMo did you resolve this?
  • Problema con il modulo MMM-Forum

    Unsolved Troubleshooting
    2
    0 Votes
    2 Posts
    111 Views
    S
    @KristjanESPERANTO we have had a few forum updates
  • FullPage OS not Displaying Mealie Menu

    Unsolved Troubleshooting
    5
    0 Votes
    5 Posts
    450 Views
    S
    @adampotgieter also, don’t double post All users w reputation below 2 have their posts reviewed. This stops all the porn and junk posts
  • Display Issue

    Unsolved Troubleshooting display troubleshoot question
    3
    0 Votes
    3 Posts
    584 Views
    X
    @sdetweil So if I look at the screen with it above my head, so looking upwards at it, it looks good and how I would like it look. However if the screen in below my head, so I’m looking downward at it, then I can clearly see the entire monitor through the plexiglass. The glow from the screen even in the black areas with no text can clearly be seen, even though it’s at the lowest dim level. I know online everyone says how great Pilkington MirroView looks as a end result though I can’t find anywhere to order it online, only calling the company directly and talking to someone. I’m just wondering if anyone has thoughts on the best route to go. Would buying MirroView block the ambient light from the screen better? Or would I still have the same problem and looking for a new screen is probably the only way to go?
  • Parsing error: Unexpected token {

    Unsolved Troubleshooting
    6
    0 Votes
    6 Posts
    623 Views
    S
    @Dawcio232v2 paste the text. Pictures don’t help Show the config, find line 82 and look for a missing trailing comma on line 81
  • 0 Votes
    13 Posts
    3k Views
    S
    @reverendz i dont want to discourage you from getting this working you might look at another collection of modules that aim to do the same. see https://forum.magicmirror.builders/topic/18011/touchscreen-family-dashboard
  • Auto-restart after quitting

    Unsolved Troubleshooting
    6
    0 Votes
    6 Posts
    454 Views
    S
    @cpcode well, a script or pm2 with a script… I’ve never heard of MM restarting if you use npm start and select close or use ctrl-q