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

    1
    0 Votes
    1 Posts
    1k Views
    A
    Hi, Pretty much all of my software is done, but when I start it up, it goes straight to desktop for a few seconds and then finally goes to the magic mirror. Is it normal for the whole setup to take about 90 sec (1.5 min) or is it just me?
  • Help for compliments module

    7
    0 Votes
    7 Posts
    4k Views
    strawberry 3.141S
    his problem was that he put the code into the body tag which is just a placeholder in the css file
  • Stop/Freeze and Restart modules

    1
    0 Votes
    1 Posts
    1k Views
    D
    Hi guys, I am currently building a voicecontrolled room using snowboy hotword detection module but it is very insensitive with the commands, meaning they get triggered by normal conversations, too. Therefore I want to activate the voicecontrol module with another voicecontrol module and a trigger word. To do this I have to disable voicecontrol module 2 until the trigger word is detected by voicecontrol module 1. Does anybody know of a possibility to freeze/disable/stop a module and start it again? Thanks in advance! DevilRev
  • Blank screen after successful install

    4
    0 Votes
    4 Posts
    2k Views
    ?
    Ah… Nevermind. I got it. Thank you for your help!!
  • Current Weather Module Issue

    3
    0 Votes
    3 Posts
    2k Views
    E
    That would make a lot of sense. I was expecting that the time would update every time the weather updated. I’m going to re-check the documentation for the module.
  • Time wont change even if timezone is correct - WIFI

    6
    0 Votes
    6 Posts
    4k Views
    S
    @AAPS hey! I havent done that yet but i think i will do, will keep you posted when im done, BTW check this one out https://helentronica.com/2016/01/11/magic-mirror-with-motion-detector/
  • TypeError: Cannot read property 'getElementsByClassName' of null

    4
    0 Votes
    4 Posts
    10k Views
    Mr.SpontiM
    @MichMich: Thank’s a lot, I’ve fixed the issue. Result can be reviewed here
  • First boot lots of Errors- HELP

    3
    0 Votes
    3 Posts
    2k Views
    C
    that works
  • Single Microphone for 2 modules

    1
    0 Votes
    1 Posts
    1k Views
    S
    Hi Team, how can i use a Single Microphone in 2 modules, i am using Camera module for Selfies and wanted to use Voice module as well with same USB Camera Microphone
  • Podcast Video wird nicht erneuert nur über Alt F4

    1
    0 Votes
    1 Posts
    3k Views
    picopowerP
    Hallo Leute, bin neu hier und wollte fragen ob mir einer mit dem Modul Podcast helfen kann. Mein Englisch ist nicht sehr gut drum schreibe ich ihr auf deutsch (Schande über mein Haupt). Das Podcast Video wird nur update wenn ich die Alt + F4 tasten betätige und wird auch angezeigt, Button funktioniert auch einwandfrei. Ich danke euch im voraus und hoffe das mir einer unter die Arme greifen kann. Mit freundlichen Grüßen Picopower
  • help with MovieInfo module

    11
    0 Votes
    11 Posts
    8k Views
    strawberry 3.141S
    It’s fixed now, was some date manipulation
  • Change Module Position for a Newbie

    3
    0 Votes
    3 Posts
    4k Views
    P
    @strawberry-3.141 Wow, thank you so much for the help! It looks perfect now. Merry Christmas! I took your survey. Thanks again!
  • Apple Calendar (Noob)

    2
    0 Votes
    2 Posts
    2k Views
    W
    @leefincken I was able to use the webcal url, but I had to make the Apple calendar public. This was the only way I found it to work. I’d prefer the calendar to be private, but Apple only allows sharing of private calendars with other iCloud users.
  • txt-file-include doesn´t work

    txt file include
    4
    0 Votes
    4 Posts
    3k Views
    strawberry 3.141S
    problem was he named node_helper.js as node-helper.js
  • Darken fonts for some modules

    3
    0 Votes
    3 Posts
    2k Views
    ooom416354O
    @broberg Thanks very much!
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    40 Views
  • Issue with PM2 autostart...

    pm2
    1
    1 Votes
    1 Posts
    2k Views
    H
    Hey I am getting an error when trying to configure the PM2 autostart. I ran the command they give: pi@raspberrypi:~ $ sudo env PATH=$PATH:/usr/bin / usr/lib/node_modules/pm2/bin/pm2 startup systemd -u pi --hp /home/pi Then it runs and I run the chmod script then when I try to run pm2 start mm.sh I get pi@raspberrypi:~ $ pm2 start mm.sh events.js:160 throw er; // Unhandled 'error' event ^ Error: connect EACCES /home/pi/.pm2/rpc.sock at Object.exports._errnoException (util.js:1022:11) at exports._exceptionWithHostPort (util.js:1045:20) at PipeConnectWrap.afterConnect [as oncomplete] (net.js:1087:14) Any suggestions?
  • Help debug my config please.

    config
    2
    0 Votes
    2 Posts
    2k Views
    strawberry 3.141S
    @hawk13 in the second line from the bottom you used : instead of ; and in the last line you used [ instead of {
  • How to adjust Font ,Icon,color in Phone Notification Mirror

    2
    0 Votes
    2 Posts
    3k Views
    bheplerB
    @nobita In the CSS folder, there is a custom.css file (~/MagicMirror/css/custom.css). Any changes you make here will override the main font settings. You can adjust the font sizes here at your leisure. For example: body { margin: 60px; position: absolute; height: calc(100% - 120px); width: calc(100% - 120px); background: #000; color: #aaa; font-family: "Roboto Condensed", sans-serif; font-weight: 400; font-size: 5em; line-height: 3em; -webkit-font-smoothing: antialiased; } … should give you a starting point.
  • Images & Videos

    19
    0 Votes
    19 Posts
    16k Views
    U
    Good to hear. I did forgot I added some functionality that needed new packages.