A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • newfeed is not updated.

    2
    0 Votes
    2 Posts
    1k Views
    Mykle1M
    @wireshark In most cases, this occurs when adding a newfeed. Have you added a newsfeed? Did the problem start afterwards? Does the default NY Times (by itself) exhibit this behavior?
  • Move the bottom_bar a little higher

    5
    0 Votes
    5 Posts
    3k Views
    N
    That’s awesome thank you. Last question and this possibly does need a. We post! Any idea how I’d hide the white border around iframe?
  • 0 Votes
    4 Posts
    5k Views
    V
    Hi Jeff thanks for your reply and help! Now I will skip the stopping process and directly go for shutdown. Greetings Lukas
  • Rebuild the system

    1
    0 Votes
    1 Posts
    1k Views
    ArzegA
    Hey guys, i have more a question than a problem. I want to rebuild the system because i do many changes in different folder (sounds and config). But these folders arent in the MM folder. Now my question can i copy the full MM folder, save him, rebuild the system and paste the mm folder in the new system? or need the mm folder some “installation Connections” (paths) to the folders outside from the mm folder. Hope u guys can help, Greets Arzeg
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    12 Views
    No one has replied
  • Magic Mirror Display

    3
    0 Votes
    3 Posts
    3k Views
    C
    Ok so now I had to stop the instance of magic mirror running and restart with the command you noted, which worked, but now i cant see the magic mirror on the remote session, just the blank desktop isnt there a way to switch between desktop and MM display, like using shift-tab? also can you explain what the command means and why some has to be in all caps
  • After update to newest version = Black screen

    7
    0 Votes
    7 Posts
    4k Views
    Mykle1M
    @CGwaltney try: DISPLAY=:0 npm start or DISPLAY=:0 nohup npm start &
  • MMM-Fhem: Error "Cannot read property 'Results' of undefined"

    2
    0 Votes
    2 Posts
    2k Views
    M
    maybe I add the module creator :-) @BenRoe
  • Bash install command doesn't execute

    5
    0 Votes
    5 Posts
    3k Views
    Mykle1M
    @heed Try git clone https://github.com/MichMich/MagicMirror.git If that is successful: cd MagicMirror npm install
  • MMM-Voice-Control 모듈 오류

    13
    0 Votes
    13 Posts
    16k Views
    ?
    네. ^^; (잘림방지 8자 필요)…
  • Beaglebone Black Magic Mirror and the Default Port

    1
    0 Votes
    1 Posts
    1k Views
    A
    Hello guys, Just managed to create a MagicMirror with my BeagleBone Black, by running commands in the raspberry PI installer script manually. Can’t help noticing that the HTTP port 8080 is already used by BeagleBone official Debian image as the portal of using the hardware. Will it be a good idea to change the default port in the example configuration file to a value not so common? All the Best! Amaruk
  • npm install error

    4
    0 Votes
    4 Posts
    3k Views
    Mykle1M
    @acogkenf The two warnings can be ignored. They do not affect the operation on the MM software. It appears your dependencies did not install properly. It happens from time to time. Try this first: Delete the MagicMirror/node_modules/electron folder cd into your MagicMirror directory run npm install run npm start
  • I need help!!!!

    26
    0 Votes
    26 Posts
    19k Views
    Mykle1M
    @austin “pm2 startup” “PM2 will now show you a command you need to execute.”
  • Clock module - Cant stop seconds showing

    4
    0 Votes
    4 Posts
    3k Views
    Mykle1M
    @spesh We’ve all been there, mate.
  • Newbie with huge font problems! ;-)

    9
    0 Votes
    9 Posts
    5k Views
    Mykle1M
    @Brandlin You might want to consider Jessie as opposed to Stretch. I had troubles with Stretch myself. i have a pi zero kicking around, i might try it on there too see if i can replicate The install on a Pi zero is different. There’s a bunch of threads relating to that.
  • Question about calendar

    9
    0 Votes
    9 Posts
    39k Views
    F
    Also a question. I have two entries at one day. Only one is displayed… No one is private Any ideas ?
  • Weather not showing!

    Solved
    5
    0 Votes
    5 Posts
    3k Views
    C
    @CowboyFrank Found it. Was just higher up in the script than I was looking. Now just need to figure the newsfeed out
  • How to display Apple Mail (iCloud)

    1
    0 Votes
    1 Posts
    1k Views
    N
    Hello everyone! My first post here. Had someone build a MagicMirror for me. He did a great job. Having issues getting my Apple Mail to show. Here is how it looks in the Pi config: { module: ‘email-mirror’, position: ‘top_left’, header: ‘Email’, config: { accounts: [ { user: ‘njronbo@icloud.com’, password: ‘appleauthorizedgeneratedpasswordwenthere’, host: ‘imap.mail.me.com’, port: 993, tls: true, authTimeout: 10000, numberOfEmails: 5, }, ], fade: true, maxCharacters: 30 } }, { module: “compliments”, position: “lower_third” }, Any help you can provide would be appreciated
  • Internet module causes problem with MMM-PVOutput

    1
    0 Votes
    1 Posts
    924 Views
    J
    Hi, I have the MMM-PVOutput module running on the MM, which shows me the output of my solar panels. Today I installed the internet-monitor module and since then, I get no data anymore on the PVOutput. I ran in dev mode and noticed this error: [image: 0_1510335782870_PVoutput.png] how can I solve this? thanks Johan
  • MM is eating all memory and crash!

    18
    0 Votes
    18 Posts
    12k Views
    Mykle1M
    @Mykle1 said in MM is eating all memory and crash!: Use Jessie, not Stretch I rest my case. :-)