A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Touch screen to hide modules?

    Unsolved
    2
    0 Votes
    2 Posts
    648 Views
    C
    maybe do something with multiple pages?
  • rpi3 freezes every few days .. need help

    Unsolved
    18
    0 Votes
    18 Posts
    5k Views
    N
    @Fozi @Fozi said in rpi3 freezes every few days .. need help: @nagaculun Are you sure that the crontab is really executed? ssh into the RPI, execute ‘htop’ and check the uptime. The uptime should be the difference between the cronjob execution and the actual time. For setting up the crontab, that reboots the RPi I needed priviledged rights. $ sudo crontab -e and then insert, e.g. 15 1,9,17 * * * sudo shutdown -r now >/dev/null 2>&1 This reboots the RPi at 01:15, 9:15 and 17:15 every day (every 8 hrs.). Note the two ‘sudo’ for editing the crontab and initiating the shutdown. Yes, as I literally wait and see when it happens.
  • Setup script fails

    Solved
    18
    0 Votes
    18 Posts
    8k Views
    S
    @ant62130 I have added a check for user being root… thanks again for the report and feedback
  • Conversation Error: { Error: 14 UNAVAILABLE: Service unavailable.

    Solved
    9
    2
    0 Votes
    9 Posts
    2k Views
    FLOW THE NOOBF
    @juantata Putting sound through hdmi didn’t work for me neither. Only USB and headphone jack worked for me for speakers. The mic has to be a usb one though.
  • Cant seem to get MMM-PIR-Sensor working

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    cowboysdudeC
    Been using this for over 3 years… I made it, it’s simple and directions are clear… https://github.com/cowboysdude/Pir-Sensor
  • Can't get a module to update

    Unsolved
    2
    0 Votes
    2 Posts
    630 Views
    S
    @valid8r you only need to update the module… the mm update does NOT update any non-default modules… go to the module folder cd~/MagicMirror/modules/MMM-Holidaylights git pull if it has a package.json file then in the module folder do npm install
  • Rotate Orientation of Magic Mirror?

    Solved
    4
    0 Votes
    4 Posts
    5k Views
    Mykle1M
    @DKarnafel Thank you for your help! I have it correctly rotated now. :thumbsup: Happy Dance!
  • Installation of MM keep freezing?

    Unsolved
    4
    1
    0 Votes
    4 Posts
    1k Views
    S
    @dummarussin woohoo! Glad to hear
  • Can't get MMM-BMW-DS to load

    Solved
    4
    0 Votes
    4 Posts
    841 Views
    Mykle1M
    @kss18 said in Can't get MMM-BMW-DS to load: Thanks, I got a new API key and it fired right up! Weird. Yeah, shit happens. Glad we got you up and running. :thumbsup:
  • ERROR npm does not support Node.js

    Unsolved error node.js npm issues
    2
    1
    0 Votes
    2 Posts
    1k Views
    S
    @steak just a warning… try the updated installer (to be in next release) see https://forum.magicmirror.builders/topic/10171/anyone-want-to-try-updated-installer have to rename the current MM folder out of the way
  • Can someone do the coding for me? $$

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    H
    /***************************************************** Magic Mirror * Custom CSS * * By Michael Teeuw http://michaelteeuw.nl * MIT Licensed. * * Add any custom CSS below. * Changes to this files will be ignored by GIT. * *****************************************************/ body { #yearDigits { color: #fff; font-weight: normal; } #monthName { font-weight: normal; } #monthName:after { content: " •"; color: #80ff00; font-weight: bold; } .monthPrev { color: #333333; } .monthNext { color: #333333; } .square-box { position: relative; width: 50%; overflow: hidden; margin: 0px auto; } .square-box:before { content: “”; display: block; padding-top: 20%; } .square-content { top: 0; left: 0; bottom: 0; right: 0; } .square-content .today { border: 1px solid #80ff00; font-weight: normal; color: #80ff00; } .square-content div { display: table; width: 100%; height: 100%; } .square-content span { display: table-cell; text-align: center; vertical-align: middle; } .OfficeHours { text-align: left; color: #fff; font-size: 50px; } header { text-transform: none; font-size: 65px; font-family: “Roboto Condensed”, Arial, Helvetica, sans-serif; font-weight: 600; border-bottom: 2px solid #0084ff; line-height: 55px; padding-bottom: 5px; margin-bottom: 10px; color: #fff; } }
  • font awesome

    Unsolved
    1
    0 Votes
    1 Posts
    442 Views
    B
    Hi. I played a bit with font awesome getting nicer pics into my calendar. Now I have questions I can’t find answeres to… Is there a need to have different versions installed? (3, 4 and 5 maybe)? Is installation like copy to a new folder under vendor/node_modules and add aine into vendor. js as "font-awesome.css":"node_modules/font-awesome_5/css/all.css", Or do I need to delete old entry? Is there option to restore back to latest official MM-provided font-awesome? Many thanks :winking_face:
  • How do you ensure jumper cables don't fall off bread board?

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    BKeyportB
    breadboard is for prototyping. Once it’s confirmed, build a soldered circuit. Soldering, in a basic non-retail situation, is easy… Try it.
  • Complete Newb need help running

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    A
    @sdetweil thank you!!!
  • creating a logger to capture module console.log/Log.log output

    Unsolved
    5
    2 Votes
    5 Posts
    1k Views
    S
    @lavolp3 one could just erase the files… its just a lot to learn for the newer folks, who are already swamped…
  • MMM-CountDown

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    P
    @sdetweil ok
  • Magic Mirror show Pitch Black Screen

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    S
    Thank you! That solved my problem as well.
  • config.js

    Unsolved
    14
    0 Votes
    14 Posts
    5k Views
    G
    @BD0G hi,great thankyou
  • Autorestart

    Unsolved
    15
    0 Votes
    15 Posts
    5k Views
    Mykle1M
    @Ben4x4 The dates? As in Thanksgiving and Christmas? .calendar .title.bright { font-size: 24px; } Keep in mind that the calendar module makes use of a table, including cells and line heights. If you make the text too large it will get ugly in a hurry. You might want to try zoom for the entire module. Just a thought.
  • Smart Mirror IR Panel

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    brobergB
    Raspberry Pi3 is minimum 2.5A to work well, the more usb stuff you use, the more power is needed.