A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • No autostart with Pi zero

    2
    0 Votes
    2 Posts
    832 Views
    1
    try this topi https://forum.magicmirror.builders/topic/9386/installing-on-a-pi-zero
  • Absolute Beginner Needing Help Installing Dependencies

    11
    0 Votes
    11 Posts
    6k Views
    K
    @sdetweil does that mean the automatic setup doesn’t have it or the manual github setup doesn’t have it listed as a step? :thinking_face:
  • MagicMirror in an iframe

    Solved
    2
    0 Votes
    2 Posts
    962 Views
    J
    For anyone that encounters a similar issue, the “X-Frame-Options” header needed to be hidden: proxy_hide_header X-Frame-Options;
  • I am stuck need help

    Unsolved
    25
    0 Votes
    25 Posts
    13k Views
    evroomE
    I posted this in another thread too. Hi, For beginners, the catchphrase is “JSON syntax”. There are many articles to be found, both short and lengthy. A small article would be: https://restfulapi.net/json-syntax/ The main things to look for in your config.js file are: does every [ have a matching ] are all arrays separated by a , (the last array does not need a ,) does every { have a matching } are all objects separated by a , (the last object does not need a ,) is every name value pair separated by a , The syntax checker will try to find out if this syntax is correct and tries to predict where the error could be. So, when it says it saw a [ and it cannot find a matching ] it tells you what was expected and what it saw. Try to format you config.js to make it more visible. For example this: [{},{}],[{},{[]}] is better written like this: [ {}, {} ], [ { }, { [ ] } ] Pairs of [ ]and { } are better visible like this. Good luck :-)
  • CANNOT ADD MODULES

    Unsolved
    14
    0 Votes
    14 Posts
    6k Views
    evroomE
    Hi, For beginners, the catchphrase is “JSON syntax”. There are many articles to be found, both short and lengthy. A small article would be: https://restfulapi.net/json-syntax/ The main things to look for in your config.js file are: does every [ have a matching ] are all arrays separated by a , (the last array does not need a ,) does every { have a matching } are all objects separated by a , (the last object does not need a ,) is every name value pair separated by a , The syntax checker will try to find out if this syntax is correct and tries to predict where the error could be. So, when it says it saw a [ and it cannot find a matching ] it tells you what was expected and what it saw. Try to format you config.js to make it more visible. For example this: [{},{}],[{},{[]}] is better written like this: [ {}, {} ], [ { }, { [ ] } ] Pairs of [ ]and { } are better visible like this. Good luck :-)
  • No value with DHT on Raspi2

    Unsolved
    1
    0 Votes
    1 Posts
    481 Views
    L
    Hello everyone. First of all thank you all for the work done and those who take their time reading this thread. I installed the following module: MMM-DHT-Sensor But I can not make it work. I installed both dependencies. I typed “npm install rpi-dht-sensor” command in my MagicMirror folder and even in the module folder. But I still have no data going back. I have the module that appears in my MagicMirror but instead of the values ​​I just “…”. An idea? Thank you all.
  • Magic Mirror 2 not booting on Pi Zero W

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    qu1queQ
    Hi, @Maxxlin, I recommend you try this instructions: https://forum.magicmirror.builders/topic/9386/installing-on-a-pi-zero I’ve recently installed it and found 0 problems. It works fine!
  • Wrap text Default Calendar config options..

    Unsolved
    1
    0 Votes
    1 Posts
    557 Views
    P
    Hi my Calendar tital text is to long how do i wrap the text using the configuration options im just not sure how to add then Thanks { module: "calendar", header: "US Holidays", position: "top_left", config: { calendars: [ { symbol: "calendar-check", url: "https://calendar.google.com/calendar/ical/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxbasic.ics" } ] } },
  • MMM-Buttons problem - Help please?

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    BKeyportB
    I’m aware there’s too many commas by ‘traditional thinking’ - but I kept getting config errors without it. This was the default config, modified for testing.
  • Slow SSH & SFTP

    4
    0 Votes
    4 Posts
    3k Views
    W
    suffered the same problem and found this: https://wiki.debian.org/SSH#SSH_hangs it solved my extreme unstable SSH connection problem
  • How to remotely add long links?

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    S
    @retroflex Winscp. Allows navigation of remote files, and double click to edit
  • Mycroft doesn't show/hide all modules

    Solved
    1
    0 Votes
    1 Posts
    485 Views
    A
    Hello builders. I recently installed mycroft in the same rpi which i have installed magic mirror. Everything went ok. The problem is that mycroft doesn’t show/hide all modules. For example i have MMM-Horoscope and MMM-Coctails which both are included in the availiablemodules.js file. Is there something more that I have to do? Thank you in advance.
  • Module MMM-Traffic is not displayed

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    K
    Oh my god. What a stupid error. I installed the module in den /MagicMirror folder. Again a Layer 8 problem. Excuse me for wasting your time. But I’m so thankful to you. :-)
  • RaspberryPi Not Booting Properly

    Unsolved
    2
    0 Votes
    2 Posts
    760 Views
    P
    Update. When the pi$ prompt is displayed I can enter startx and the desktop comes up then MM starts. Why am I having to enter startx? Never had to before.
  • MMM-voice, stop listening on mic / pause / standby?

    Unsolved
    1
    0 Votes
    1 Posts
    491 Views
    T
    Hi, Anybody know a way to put MMM-voice on hold? Reason is to stop listening on MIC when a command is passed to a different module which also uses mic (I’m activating AssistantMk2, but Voice is occupying the mic at all time). Hotword support this feature, but Snowboy doesn’t support newer versions of OS on other platforms than Stretch on Pi/ATB. Thanks, TheStigh
  • Calendar Monthly not updated when month changes

    Unsolved calendar monthly kirash4
    1
    0 Votes
    1 Posts
    780 Views
    H
    Calendar Monthly module is not updating when month changes eg. from 31th Jan to 1st Feb. I find this issue has been previously discussed at: https://github.com/KirAsh4/calendar_monthly/issues/2 However, it’s unclear for me if the problem has been fixed or not - when and how?
  • Python in to the magic mirror.

    Solved
    43
    1
    0 Votes
    43 Posts
    21k Views
    P
    @sdetweil Yes one time start the python and it will run.
  • Application not starting when OpenGL is enabled

    Unsolved
    33
    0 Votes
    33 Posts
    18k Views
    A
    @rts58 That worked. Thank you very much.
  • How to reload a module..

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    justjim1220J
    You could us MMM-MyVideoPlayer… Just the touch or click of a button changes the video. https://github.com/justjim1220/MMM-MyVideoPlayer
  • Stuck on creating a new fetcher

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    U
    @cotxwx When you start the MM and it hangs try to access the webpage through another computer/phone. Go to <:8080 (I believe it was). If you are able to see the MM then it correctly starts (this is my assumption). If it doesn’t work can you try to just run npm start without the DISPLAY=:0.