A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Core Concepts Explanantion

    1
    1 Votes
    1 Posts
    1k Views
    F
    At its core how Magic Mirror works? From the very beginning to very end including Electron app environment. Can anyone please explain.
  • Display calendar Gmail

    3
    0 Votes
    3 Posts
    7k Views
    Mykle1M
    @greda Your Gmail calendar is your Google calendar. So, use google to find out how to get the ics address of your google calendar. Once you have that, you can enter it into the calendar module of MM to display it
  • How to update.

    35
    1 Votes
    35 Posts
    94k Views
    D
    @izanbard Thank you. I did the chmod to make it executable but using the ./update.sh worked. Thank you again for your help.
  • Synchronizing private iCloud calendar with MagicMirror - a Workaround

    4
    0 Votes
    4 Posts
    7k Views
    BehB
    To all future readers: I found a way better solution for this. You can check it out in this thread: https://forum.magicmirror.builders/topic/5327/sync-private-icloud-calendar-with-magicmirror /cc @Advokaten
  • How to apply changes on the MM other than reboot? ftp?

    10
    0 Votes
    10 Posts
    5k Views
    Mykle1M
    @noorm91 said in How to apply changes on the MM other than reboot? ftp?: Thanks again for trying, I will look it up tomorrow and try before reinstall. Ok, keep me posted. I’ve never used anything other than a Pi 3 B or better, nor have I ever ran MM as node server only, but I am interested in knowing how you get it running.
  • Calendar modification

    35
    3 Votes
    35 Posts
    44k Views
    P
    Your instructions are clear and consice and I was easily able to modify the module even though I am a beginner. However, I’m only displaying “all day” events for some reason. Any ideas?
  • Magic Mirror on Jessie Lite

    9
    0 Votes
    9 Posts
    7k Views
    U
    @ROMSY Yes that is possible, I have done it too. It is a bit more hastle because the splashscreen didn’t work after the automatic installer and you have to do some manual stuff as linked by broberg earlier in this topic.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    53 Views
  • MagicMirror Servermode on Synology DS

    servermode synology diskstation webserver
    14
    0 Votes
    14 Posts
    12k Views
    A
    @AnyKey try to change the port which is used by Magicmirror. The Diskstation seems to use port 8080 for something else.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • Magic Mirror on an iPad?

    4
    0 Votes
    4 Posts
    8k Views
    strawberry 3.141S
    @ibuildmirror I think its a lot easier to do serveronly mode and use safari then you dont need any other dependencies
  • How to start?

    9
    0 Votes
    9 Posts
    6k Views
    strawberry 3.141S
    @antonia thats what git is for a version control system for all changes
  • Can't install nodejs with npm

    1
    0 Votes
    1 Posts
    1k Views
    Y
    Here I’m getting errors while installing Magic Mirror. There is dependencies conflict between nodejs and npm. I also tried sudo apt-get install nodejs npm. But still couldn’t get the results! (https://drive.google.com/file/d/0B-VDwmijH28wZWpjM0Y4S2NKRVk/view?usp=sharing https://drive.google.com/file/d/0B-VDwmijH28wa2JNSFlNenRmczA/view?usp=sharing)
  • MagicMirror on Windows 10

    2
    1 Votes
    2 Posts
    5k Views
    cowboysdudeC
    Open explorer create a new folder called magicmirror download magicmirror and unpack it in that dir Open a CMD window and go to the magicmirror directory Go to Node js and get node and install it… Once you have that installed go back to your CMD window and type in “npm install” If everything is in correctly it should install the magicmirror software Once that’s installed type “npm start”… should start the mirror… I don’t think I missed anything but if I did someone please feel free to point it out!