A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Error when trying to install the MagicMirror 2.

    Solved error magicmirror2 newbie
    4
    0 Votes
    4 Posts
    2k Views
    S
    @Doogain I submitted the changes to the project this morning so in the next release they should be included
  • Huge text that does not fit on the screen. Help!

    Unsolved
    4
    1
    0 Votes
    4 Posts
    1k Views
    Mykle1M
    @Mrtrol2013 https://forum.magicmirror.builders/topic/5619/how-to-find-and-use-key-commands-in-mm-for-absolute-beginners
  • installation without ssh

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    S
    @mrdenmark I have never installed OS not gui mode… u need the gui, unless u are gonna run serveronly mode and access from a remote machine can u tell me output of uname -m?
  • npm install error

    Unsolved
    3
    4
    0 Votes
    3 Posts
    748 Views
    S
    @seongwoolee the version of nodejs does not support async maybe? can u tell us output of node -v and npm -v after update (git pull, npm install) , you would also have to run npm install in any module folder that has a package.json file, to update its dependencies what version is the original beautym package? see the version: ??? in the package.json file
  • Running MM in parallel to other application

    Unsolved
    3
    0 Votes
    3 Posts
    772 Views
    P
    Thanks for your reply Sam! I haven’t managed to get it to work, so I ended up going with the SmartWebDisplay module instead
  • hi, i need your help... tell me, how i do a new modules please

    Moved
    14
    0 Votes
    14 Posts
    5k Views
    R
    thanks all for your responses. i was having similar questions and your answers were helpful to me.
  • To delete a commit from git ..

    Unsolved
    4
    1
    0 Votes
    4 Posts
    1k Views
    S
    @emrhssla git log to get the commit number git reset --hard commit_number~ where commit_number is the id of the commit you wish to remove. this will update your local repo. if you have already pushed the commit to a remote, then you will have to repush with git push -f
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    3 Views
  • CPU load per module

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    S
    @teitlebot depends on the modules… mine hovers around 25% most of my modules update slowly calendar, weather
  • No autostart after booting

    Unsolved
    2
    0 Votes
    2 Posts
    708 Views
    S
    @debaetstony cool, thx I also have an updated installer that fixes that https://forum.magicmirror.builders/topic/10171/anyone-want-to-try-updated-installer and a pm2 only fixer script https://forum.magicmirror.builders/topic/10907/new-script-to-install-fix-pm2-config-for-start-on-boot we are testing these, and I am going to try to get them into the next release
  • MMM-Alexaonoff can’t find devices

    Solved
    26
    0 Votes
    26 Posts
    9k Views
    StoffbeuteluweS
    @sdetweil ok thank you for your help…
  • 3rd Party Modules with APIs not loading.

    Unsolved
    32
    1
    0 Votes
    32 Posts
    11k Views
    S
    @bflbarlow cool. thanks for the feedback… i just noticed that I hadn’t tagged you… no rush
  • Conflict between GoogleMapsTraffic and WeatherBackground?

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    J
    @strawberry-3-141 Thanks for taking a look. The ignoreModules section was a holdover from one of the eleventeen-thousand configurations I tried thinking I was missing something @sdetweil It works as advertised. Thanks to both of you for the quick help.
  • Help with CSS to align Sonos Art Work

    Unsolved
    5
    2
    0 Votes
    5 Posts
    1k Views
    F
    THANKS! You did it! I really appreciate the help! :folded_hands:
  • MMM-AssistantMk2 Problem with Blackscreen

    Solved
    10
    0 Votes
    10 Posts
    4k Views
    D
    @sunilkvr { module: “MMM-AssistantMk2”, position: “top_right”, config: { useWelcomeMessage: “brief today” } }, this simple config should work just for testing and making sure the module loads. I ended up fixing mine by rolling back to grpc 1.2 and gcc7 then rebuilding the binaries. Took about an hour on my pi 2, but its up and running now.
  • optimize modules during days

    Unsolved
    11
    0 Votes
    11 Posts
    2k Views
    C
    Hello sean It’s just a magicmirror wit no mirror… i duplicate pages because i don’t know change the timer for only one page. this config is just to play and see the result along a day…i had some slowly displays after 10 hours. I play with crontab to refresh modules and it’s correct now…i play too with trigger cmd (and alexa echo) to start mm or stop mm…it’s really funny !!! and i just wanted to know the best configuration for my raspi 4 to work fine
  • turn magic mirror black or fade dark

    Unsolved
    13
    0 Votes
    13 Posts
    5k Views
    C
    mm yes, iPad 2 running on a old 9.3.5 version and that mean a old version of Safari and Chrome. Firefox did not install, it was to old version of ios.
  • I need help to get MMM-Voice-Commands working

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    S
    @bjjsoul ok, can’t help with that part… on the annyang, it should have been installed by the npm i
  • Need help with MMM-voice, getting errors

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    bjjsoulB
    @strawberry-3-141 , thanks i wil try
  • PIR-sensor and 7 inch touch LCD display for Raspberry-Pi

    Solved
    9
    0 Votes
    9 Posts
    4k Views
    SerimnerS
    Thanks for the posts with help and ideas! I have tried further and am currently testing with “xset” to turn off/on the screen and it seems to work well. I have “stolen” code and ides from these articles: Cheap PIR Sensors and the Raspberry Pi - Part 1 Exit screensaver on Raspberry Pi with motion sensor So I will not publish any code… :-) //Serimner