A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Updated MM and OpenWeather doesn't work now.

    Unsolved
    7
    0 Votes
    7 Posts
    1k 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]
  • Change size and / or font from different modules ?

    Unsolved
    2
    0 Votes
    2 Posts
    453 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
  • Fails to start... "Log.log is not a function"

    Unsolved
    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
  • "npm run start" does not work. Returns "sh 1 ./node_modules/.bin/electron not found"

    Solved
    14
    0 Votes
    14 Posts
    4k Views
    S
    @tony-72 nano is the built in text editor, its text only vscode goes in system folders, has nothing to do with MM you could try my MMM-Config module which generates a form for config… https://github.com/sdetweil/MMM-Config also see this https://forum.magicmirror.builders/topic/19193/best-way-to-develop-from-windows-machine see the first link in my sig below for installing modules… (I didn’t write it)
  • Switch URL based on value

    Solved
    10
    0 Votes
    10 Posts
    1k Views
    S
    @htilburgs said in Switch URL based on value: So with the “promise” statement, it looks like I can eleminate the node_helper.js correct, now that electron (and nodejs) have fetch built in(since node 18), you don’t NEED to use node_helper to do it
  • Multiple URL Querys to fill JSON

    Solved
    10
    0 Votes
    10 Posts
    1k Views
    htilburgsH
    @MMRIZE Thanks for your reaction.
  • 0 Votes
    3 Posts
    485 Views
    A
    @sdetweil Thanks Sam. Finally found the fix. In config if there is no APIkey2 then it has to be null so commented it out. //apikey2: "SUPER SECRET!!!",
  • CalendarExt3Journal fit with other modules

    Solved
    10
    0 Votes
    10 Posts
    1k Views
    C
    @MMRIZE It’s all good, it works fine now. I’m now going to try to add buttons that let someone move to the next or previous week in the calendar, so I’ll probably have more questions soon… Thanks again.
  • EBADENGINE

    Unsolved
    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
  • MMM-Pir

    Solved
    34
    0 Votes
    34 Posts
    6k Views
    bugsounetB
    @sdetweil of course not :)
  • Display Issue

    Unsolved display troubleshoot question
    3
    0 Votes
    3 Posts
    777 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?
  • Where do I find the Logs?

    Solved
    2
    0 Votes
    2 Posts
    664 Views
    S
    @aunrea there are two places Where you did npm start If you are using pm2 to launch MagicMirror then pm2 logs --lines=xxx Where xxx is the number of lines to show (default 15) In the browser log, open the developers window, ctrl-shift-i, and select the console tab
  • I cant get my Calender or my MMMBitcoin to work, any help please?

    Unsolved
    19
    1
    0 Votes
    19 Posts
    2k Views
    S
    @clarkcrew32 can this be marked resolved?
  • MMM-Calendar showing multi day event with start day not current day

    Unsolved
    15
    0 Votes
    15 Posts
    3k Views
    S
    @bergmannfrank can you test this?
  • MMM-CalendarExt - Startup problem

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    KristjanESPERANTOK
    @Bimtronic Try MMM-CalendarExt3 instead of MMM-CalendarExt. MMM-CalendarExt is no longer maintained.
  • Installing MagicMirror on Windows 10

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    S
    @edwardbuck My Condolensces… nothing more important than family thank you for your time trying again… glad you have it working give a shout if you need more helpw ith anything.
  • MMM-Face-Reco-DNN (No module named 'face_recognition')

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    S
    @Zinkeler glad you go it!
  • Auto-restart after quitting

    Unsolved
    6
    0 Votes
    6 Posts
    712 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
  • MMM-GoogleTasks - show Completed until next day starts

    Unsolved
    1
    0 Votes
    1 Posts
    153 Views
    H
    I assume this is possible but I can’t figure out the coding - very new to MM and JS. Any help will be appreciated. I have a task list with mostly recurring tasks but each day 1-3 non-recurring tasks get added to the list. With showCompleted: true, all tasks show throughout the day, then at some point overnight the Completed recurring tasks drop and get replaced by the Incomplete task for the new day. However, all the non-recurring tasks stay so that after a few days there’s along list of Completed tasks. How do I have all Completed show until the end of the day, midnight, whatever, then have the non-recurring drop along with the recurring?
  • Calendar - Past Events are a different color/shade

    Solved
    3
    1
    0 Votes
    3 Posts
    534 Views
    R
    @chrisfr1976 Nailed it! Thank you