A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 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
    555 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
    488 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
    775 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.
  • Magic Mirror Blanks Several Hours

    Unsolved
    29
    0 Votes
    29 Posts
    14k Views
    BKeyportB
    I had a blank screen for the first time when I got home today. System had been running for a couple of weeks without an issue. I’ve now added a cron job to restart every sunday…
  • Can't start MM as kiosk only server

    13
    0 Votes
    13 Posts
    5k Views
    A
    @warmyster Can you expand or link the conversation with Sean… Have been strugling with this for hours now. Thanks
  • MONITORON on does not work in schedule

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    R
    Re: MONITORON on does not work in schedule So for the last two days, this has been working correctly. I think it may be a combination of @dazza120 fix to my config, not messing with the pi for a full 2 days to let it fully run through it’s schedule, and removing openGL.