A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    47 Views
  • Back to Booting to black

    Solved
    13
    0 Votes
    13 Posts
    5k Views
    S
    @dwleo no problem… thanks for letting us know… the system is sensitive in certain spots! can u mark your issue resolved?
  • Installing on Pi 3B | Unable to install dependencies! | Error 128 in debug logs

    Unsolved
    7
    0 Votes
    7 Posts
    4k Views
    DæmonEyesD
    In case you didn’t find a solution yet, a user by the name sdetweil just helped me with a similar problem with my RPi 3 B+ running the latest Rasbian Stretch. Here is the link to that discussion for everyone else who is stuck at this step too: https://forum.magicmirror.builders/topic/9636/stuck-at-unable-to-install-dependencies/8?page=1
  • mm2 error

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    ?
    Your first error log says just play-sound node module is not installed. It means, you’ve missed or failed npm install step on installation of MMM-AssistantMk2 Your second error log is somewhat obvious, but I think you have a problem with nodeJS or npm. I cannot assure but you seems to need a clean install of your nodeJS or npm from scratch.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Flickering in portrait mode

    Solved
    9
    0 Votes
    9 Posts
    4k Views
    BKeyportB
    @dazza120 Course, I can report the opposite, with my setup. While I don’t have exact figures the one thing that seems to have happened is that my system isn’t triggering the temp. icon anymore now that I’m back on the normal driver. That being said, I’ve got a fan+heatsink on the way for the final setup, there’s no reason not to protect the pi.
  • MMM-RTSPStream - omxplayer issue - MM v.2.4.1

    Unsolved
    6
    0 Votes
    6 Posts
    3k Views
    D
    @qbox83 try using the Legacy drivers GL and fake are a pain from what I’ve seen
  • Python code to power on/off your MM-lcd and to mqtt motion

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    C
    I’m a total noob at coding so really every kind of suggestion is appreciated
  • Updated, but 'MMM-EventHorizon' still shows as being behind.

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    Mykle1M
    Thanks @yawns and @lavolp3 for looking out while I was at work. Somebody has to pay for all my toys. :-)
  • Setting Up Magic Mirror on Ubuntu issue

    Unsolved
    11
    0 Votes
    11 Posts
    4k Views
    T
    Guys, I’m giving up this task of getting Debian/Ubuntu running on an amd64 with MMM-Hotword. I again are getting the “invalid pointer” error. Perhaps this is happening only on amd64 distro and would not happen on i386 (32bit). If I’m going to test it? Maybe, but returning back to my Pi and Tinker Board for now…
  • Italic font awesome

    Solved
    2
    0 Votes
    2 Posts
    974 Views
    B
    @grasshopper001 https://www.w3schools.com/tags/tag_i.asp
  • New Install From Raspbian Stretch

    Unsolved raspberry pi 3 raspbian stretch
    14
    0 Votes
    14 Posts
    8k Views
    S
    @lavolp3 yes, a lot of time ^^
  • vlc on top magicmirror?

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    C
    yes i have,for some reason MMM-RTSPSTREAM with vlc is crashing my Gassist running at the same pi.If i run only vlc separately from mm everything is running nice.
  • after update and upgrade raspberry and magic mirror

    Solved
    13
    0 Votes
    13 Posts
    6k Views
    B
    In the future, please use the Markdown features of the board when posting code and logs.
  • npm dependencies not installed on fresh MM2 installation

    Solved
    10
    0 Votes
    10 Posts
    4k Views
    S
    great news… thanks for the feedback
  • Problem Google Assistant related device

    Unsolved
    2
    0 Votes
    2 Posts
    753 Views
    ?
    @warbae Your credential file might be made wrongly. Follow the instruction carefully again.
  • Cannot start after reboot?

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    R
    Not sure why, but on my install these files are called mm-out.log and mm-error.log. So maybe it would be tail -30 ~/.pm2/logs/mm-out.log and tail -30 ~/.pm2/logs/mm-error.log
  • [MMM-awesome-alexa] Problems snowboy1.2.0

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    B
    My quick research indicates that there is a mismatch between the version of Electron and the abi. You can try this: npm update node-abi npm install Let me know how it goes. And thanks for using the Markdown.
  • Bug in Calendar Module ?

    Unsolved
    1
    0 Votes
    1 Posts
    902 Views
    Sandy2503S
    Hi ! Yesterday i checked my Caledar on the Mirror (2.6.0) in found something strange … Is that a Bug or are there worng Settings in the config.js Here is the Picture: [image: 0_1547712402179_20190116_161125_IMG_2007.PNG] Please look at the current Date and the Family Calendar This are the Settings in my config.js / { module: "calendar", position: "top_left", header: "Familienkalender", config: { calendars: [ { symbol: "calendar-check-o ", url: "webcal://xxxx.ics" } ], titleReplace: { "De verjaardag van ": "", "'s birthday": "" }, excludedEvents: [ ], maxTitleLength: 30, urgency: 3, maximumEntries: 15, colored: true, coloredSymbolOnly: true, timeFormat: "absolute", dateFormat: "Do MMM", fullDayEventDateFormat: "Do MMM" } }, /your code here urgency is set to 3 But the 17th is not displayed as tomorrow or in 1 days and the first entry of the 18th is not displayed as in2 days like the 2nd entry at 18th …
  • code issue

    6
    0 Votes
    6 Posts
    2k Views
    C
    @sean commas always seem to win vs me lol. Thanks!