A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Compliments issue

    Unsolved
    4
    0 Votes
    4 Posts
    807 Views
    T
    @tintkovich Delete extra } after the evening section.
  • Hard resetting of RPI

    Solved
    10
    0 Votes
    10 Posts
    2k Views
    FoziF
    @Piggi you‘re welcome! That’s what a community is for.
  • MMM-Screencast problem

    Unsolved
    2
    0 Votes
    2 Posts
    660 Views
    L
    @Stoffbeuteluwe my advice reinstall both modules and start with the screencast first then the browser. That what I will do
  • Initial install onto headless Pi3+

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    D
    @sdetweil I’ll give a shot, thanks
  • Magic mirror using hdf5

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    S
    @16KYJ said in Magic mirror using hdf5: os.getcwd() it returns the current working directory… (result of cd) you would have to modify the script to find where IT is located see https://stackoverflow.com/questions/595305/how-do-i-get-the-path-of-the-python-script-i-am-running-in
  • 0 Votes
    7 Posts
    2k Views
    R
    Possible workaround: add time to the recurring event.
  • black screen after new version npm

    Solved
    2
    0 Votes
    2 Posts
    584 Views
    C
    new install magic is ok…be carrefull with new version and copy your sd card before :)
  • Google assistant wrong location

    Solved google assistant
    2
    0 Votes
    2 Posts
    2k Views
    FLOW THE NOOBF
    I solved the problem. Had to change the coordinates of the device location.
  • 0 Votes
    2 Posts
    708 Views
    S
    @AliensExist said in After installing google assistant and MagicMirror, the mirror screen comes up for 1 sec and then it crashes.: __atomic_store_8 see this reply for the steps to recover… one of the libraries that module uses has a bug https://forum.magicmirror.builders/topic/11430/error-when-trying-to-run-mmm-assistantmk2/5
  • Cannot find module './snowboy/lib/node/index.js'

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    S
    @AliensExist see this post for the instructions on how to fix this problem https://forum.magicmirror.builders/topic/11430/error-when-trying-to-run-mmm-assistantmk2/5
  • How to autoplay video

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    ?
    @Ybbet how do you implement your player code? Show us. And… MMM-GoogleTTS exists. :D https://github.com/eouia/MMM-GoogleTTS PSOOPS original post was 1 year ago.
  • MMM-Sonos no Artwork

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    StoffbeuteluweS
    @BD0G ok thanks
  • Monitor goes to sleep within minutes

    Solved
    13
    0 Votes
    13 Posts
    6k Views
    N
    @sdetweil said in Monitor goes to sleep within minutes: @Newbie007 said in Monitor goes to sleep within minutes: but I followed this method as well and forgot about it. I don’t see a ‘method’ there… its a 4 page topic I thought I linked you to a comment in that thread which details how to use PIR sensor to turn on/off monitor along with LED lights which is apart from PIR-Sensor module. I commented out the module but forgot about the standalone script. Now we are good. Thanks for your help!
  • Combination MMM-Carousel/MMM-OnScreenMenu/ MMM-Keybindings

    Unsolved
    1
    0 Votes
    1 Posts
    496 Views
    N
    Re: [Combination MMM-Carousel](MMM-OnScreenMenu & MMM-Keybindings) Hi, I am trying to use three modules togther. MMM-Carousel, MMM-OnScreenMenu & MMM-Keybindings. So far, I have Keybindings working with carousel but the on screen menu won’t work. I would like to be able to bind the left and right keys with carousel (Which I’ve already done) and the menu button to open OSM, and up and down arrows to navigate the menu. I’m at work right now so can’t post my code but once home I’ll be able to post it. Does anyone have a working Config.js with all three working in this way? Thanks
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
  • help,i broke the mirror

    Solved
    3
    0 Votes
    3 Posts
    913 Views
    M
    @Blauenfeldt wooohoo, awesome, that worked, thankyou, relief…
  • jumpy youtube playback

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    M
    @cowboysdude True, I just thought that since there were several YouTube modules and I assume most people are using a pi that perhaps there were some settings I needed to tweak .
  • pm2 dosn`t start mm.sh after reboot

    Unsolved
    29
    0 Votes
    29 Posts
    12k Views
    S
    @trividar I’ve added all that to the fixup script… (and the updated install script) so, if u haven’t done this manually, run then script, then restart your mac
  • Language problems with standard modules and pm2

    Unsolved
    9
    0 Votes
    9 Posts
    2k Views
    K
    @sdetweil thanks! You made my day:)
  • Blank screen with error in terminal upon start.

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    S
    @dcarls91 said in Blank screen with error in terminal upon start.: I went into all of my modules and and ran npm install as well IF they do NOT have a package.json file as part of a module, then there is a bad side effect or a required file beging deleted you can check cd ~/MagicMirror ls modules/node_modules/node_helper/index.js if the file is there, all good, if not do this cd ~/MagicMirror git checkout modules/node_modules/node_helper/index.js