A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • GIF update from URL with MMM-EyeCandy

    26
    0 Votes
    26 Posts
    15k Views
    S
    @majdzik84 said in GIF update from URL with MMM-EyeCandy: I am sending the command from home assistant via rest_command sorry, I don’t know how to make this work from home Assistant. I was making work from inside MM. u could edit the Remote-Control module when it receives an alert request and append the timestamp there but as u are not a coder, this will be difficult.
  • Give me some reference for magic mirror homeautomation with voice command

    1
    0 Votes
    1 Posts
    236 Views
    A
    I need some reference for build on homeautomation with magicmirror using voice comand jarvis
  • Openjarvis on MM not response when I say something

    8
    0 Votes
    8 Posts
    2k Views
    S
    @aljosie i do not know how to speak as there is no builtin text to speech u could write a message to the screen, or do a console.log and use debug to see it… why do you want to use jarvis, vs say GoogleAssistant that has all this work done already…
  • 0 Votes
    3 Posts
    388 Views
    S
    @awesams so, libraries loaded w npm install, are places in the node_modules folder. so, you go into the node_modules folder for this module, and do a git clone of this one library(which creates it’s folder) then cd to that folder, and follow his instructions (readme.md)
  • how to update getTemplate()-method?

    2
    0 Votes
    2 Posts
    375 Views
    S
    @Ety60 you return your nunjuks template the sample HelloWorld module uses nunjuks
  • EASY QUESTION: how to get back in to magic mirror.

    5
    0 Votes
    5 Posts
    900 Views
    A
    Hi, so I figured it out. Sorry if I was confusing, here is my problem and solution just in case anyone ever sees this. 1) i followed all steps in the installation guide which brought me to the default MM screen that goes on when you barely install it. 2) i pressed ctrl+q and it exited me out into the desktop screen. 3) I installed the spotify module following all steps. 4) this is where my question is, how to get back into MM (the screen that shows when MM is in use) to see my spotify module. Solution: what I was doing wrong was i made a new terminal and did DISPLAY=0: nohup npm start & without doing cd MagicMirror first. Thank you for the responses
  • Magic Mirror 2 won't start

    8
    0 Votes
    8 Posts
    1k Views
    S
    @Stef great! I can never remember remove vs delete, but u got it, and found the actual problem. I posted steps in the other topic
  • MMM-MyCommute Bug

    8
    0 Votes
    8 Posts
    2k Views
    Q
    If you’re using my fork, there’s a detailed description of the some what complex setup. Did you follow those steps? https://github.com/qistoph/MMM-MyCommute#installation
  • Wrong time

    7
    0 Votes
    7 Posts
    2k Views
    M
    thanks sam, Think i might move away from magicmirror os seems a bit to complicated compared to running it on raspbian for a newbie like me. Cheers Michael
  • [MMM-RTSPStream] Cannot get vlc to work

    7
    0 Votes
    7 Posts
    1k Views
    ?
    lol, If my module can help :) At start, it’s for french user for wathing TV … now it’s for every one simply editing or create your own stream file ;) It’s works ONLY with VLC
  • MMM-EveryNews - there are no source ids

    3
    0 Votes
    3 Posts
    694 Views
    L
    @Mykle1 yes, I understand that module won’t work without it. I was just wondering if that was maybe only my issue not showing ids. Thanks for reply.
  • Auto Reload on Config File Change

    11
    0 Votes
    11 Posts
    5k Views
    BKeyportB
    @mjurgens can you explain the inotify setup? Sounds interesting.
  • MMM-Todoist

    23
    1
    0 Votes
    23 Posts
    8k Views
    B
    @cbrooker said in MMM-Todoist: .divTableCell:first-of-type { display: none; } .divTableRow > div:nth-child(2) { display: none; } That is the right hint :thumbs_up: you gave, I would never get it by my own. Many thanks! The Mirror is looking more and more nice with such small points :grinning_face:
  • MMM-BackgroundSlideshow

    Solved
    23
    0 Votes
    23 Posts
    14k Views
    S
    @Benson the path MUST start in the module folder. so, you will need to use the ln command to link a folder in the module folder to the real media folder ln -s media-path folder_name
  • Strange Zoom on screen

    4
    0 Votes
    4 Posts
    1k Views
    S
    @johnnyboy I don’t know either, except I have seen it reported. my cat caused it once for me, it zoom restored it ok, without fuzziness. how is monitor connected? HDMI,??
  • MMM-google-route interacting w/ Modscheduler

    2
    0 Votes
    2 Posts
    801 Views
    S
    @bazerka scheduler only controls when the module is shown. the actual module does not delay refresh while it is hidden
  • How do i setup Alexa for mirror.

    16
    0 Votes
    16 Posts
    5k Views
    S
    @nkchokshi @Bugsounet will have to help. on gpio and the alarm question
  • Help getting remote compliments working

    Solved
    12
    0 Votes
    12 Posts
    3k Views
    S
    @robertybob awesome!
  • Magicmirror in QNAP Containerstation installation

    3
    0 Votes
    3 Posts
    1k Views
    T
    Hello sdetweil, for you as experts it shouldn’t be a problem to start the Docker, as a beginner I can only do a limited amount with the instructions. When I start the Docker via the Shell I get the following error message: container-station/docker: Error response from daemon: driver failed programming external connectivity on endpoint magic_mirror (6372ebe4277aea6a53fc9129dcfe8c145b3010217241886e1ec5eb7ef103b8b1): listen tcp 0.0.0.0:80: bind: address already in use. When I call the Docker via the container station, the MagicMirror server is started, but I cannot connect to the web browser. “ERR_CONNECTION_REFUSED” I will read about Container Station, Docker in the next few days, maybe I’ll still get it to work.
  • Current weather

    3
    0 Votes
    3 Posts
    360 Views
    B
    @sdetweil Thanks worked like a charm.