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

Subcategories

  • Any suggestions or wishes for the forum?

    95 Topics
    656 Posts
    KristjanESPERANTOK

    @toxeek Just to let you know, I am not part of the core MagicMirror team and my answer is based on my personal interpretation of the situation.

    I wish you every success! 🚀 I would find it interesting if you could tell us about your project later.

  • Connecting Apple retina displays to SBC (Raspberry pi)

    1
    2 Votes
    1 Posts
    660 Views
    S

    nice article for connecting Apple retina displays to SBC like Raspberry pi

    https://blog.hackster.io/connect-apples-retina-displays-to-a-single-board-computer-using-an-edp-adapter-25e0881f961

  • MM on Mac mini with motion to turn monitor off

    12
    0 Votes
    12 Posts
    2k Views
  • GoogleTrafficMaps User name Password

    7
    0 Votes
    7 Posts
    982 Views
    D

    @sdetweil thanks for yours anyway i’ll look at implementing it in the build now the storage thing is sorted

  • Use enviromental variables in server only mode

    1
    0 Votes
    1 Posts
    351 Views
    idoodlerI

    Hey guys!

    I need to use enviromental variables process.env in the config.js. However I am unable to do so in the server only mode.

    The config.js is used in the “Webinterface”, this obviously don’t have access to the enviromental variables of Node.js.

    I am using balena-MagicMirror (made by me) to have multiple remotely managed MagicMirrors which all contain basically the same config, but differ in a few things that should be defined as enviromental variables.

    Anyone know how I can “inject” enviromental variables in the browser with some MagicMirror Module?

    Edit: I just created a module that will do this

    [card:idoodler/MMM-ENV-Provider]

  • Thanks!!!!

    2
    5 Votes
    2 Posts
    500 Views
    Mykle1M

    @stalker401

    You sir, are awesome! :thumbsup:

  • MagicMirror with BalenaCloud

    3
    0 Votes
    3 Posts
    1k Views
    idoodlerI

    I have great news. I finaly had time to work on this again. It is currently working with some caviets. I will push my changes as soon as I resolved them. This is a huge improvement for me, as it enables easy remote management of many MagicMirror installations:)

  • Don’t know what to say ..

    2
    0 Votes
    2 Posts
    475 Views
    cowboysdudeC

    @buzzman Someone asked me about that the other day… I said the same thing LOL

  • So where's the kid?

    3
    0 Votes
    3 Posts
    491 Views
    cowboysdudeC

    @CyruS1337 HAHAHAHAHA makes sense…

  • MM with multiple monitors - is it doable?

    8
    0 Votes
    8 Posts
    2k Views
    D

    I was just reading about PiNet. I know it’s meant mostly for teachers in a classroom, but I’m guessing you could use something like that and have each pi log into the main server. It would be easy to customize for each person in the household and/or each location. It would be an interesting project. I have several pi’s and an old laptop, I might just try this. One for the bathroom mirror and one in the living room, I like the idea.

  • Applications for smart mirrors/mirror tvs

    3
    0 Votes
    3 Posts
    2k Views
    musliyevichM

    The Magic Mirror Dashboard Generator, Wall Mirror, HomeMirror, Speculum Smart Mirror, Smart AI Mirror, Mirror by Max Braun, My Smart Mirror, Mirror Mirror – Smart Mirror Interface… all can be get from Play Store or apknite if you run your Magic Mirror on an Android device instead of Raspberry Pi or any other OS.

  • Change module position

    9
    0 Votes
    9 Posts
    41k Views
    L

    @strawberry-3-141 I tried putting this into cutstom.css and changing the left and right px . But nothing happened . I want to shift my clock to the right a little for alignment . Is there anything I’m doing wrong ? Thank you .

  • Need help for building magic mirror from scratch

    6
    0 Votes
    6 Posts
    2k Views
    spitzlbergerjS

    @HayyatAli
    I’ve already built four or five magic mirrors now. I always proceed the same way:

    Buying the Raspberry Pi, as @nischi has already posted Buy a monitor the size you want to install later.
    Please make sure that you get a monitor that switches to sleep mode without a signal on HDMI and does not switch to a completely green or blue screen for minutes before :-) Installation of Raspian Installing Magic Mirror
    (just follow the hint from @nischi here) Installation of additional components such as motion detectors or a button to reboot the Raspberry then run the whole thing without wooden frame and mirror for a few days/weeks to detect bugs, try modules, detect incompatibilities, etc. Construction of a frame from e.g. wood
    Then take measurements for the mirror glass. Purchase of a spy mirror Assembly of components

    Here you can find a building instruction for my big mirror in the bathroom. I mounted an aluminium plate behind the spy mirror, which gives the whole thing stability, holds the monitor elegantly and ensures that no light falls through the spy mirror from behind.

    Greetings
    Sepp

  • Newbie with some initial questions

    2
    0 Votes
    2 Posts
    436 Views
    bheplerB

    IMHO:

    Frameless monitors are okay. I personally remove the plastic bezel from the monitors so they’re essentially frameless anyway. If you’re uncomfortable with this, you can solve it by slinging money at the problem and buying a frameless monitor. The facing frame that you build in a typical mirror is going to put a border around the edges anyway. There is padding around the edge built into the Magic Mirror default stylesheet, so this becomes kind of a moot point. I have not built a touchscreen mirror, mainly for the reasons you mention. I try to keep my mirror looking like a mirror, and avoid finger smudges. A lot of people want a touch interface for some reason. I don’t personally understand it. The interface is mostly push, not push-and-drag so that’s more or less a non-issue. I relocate mine to the bottom of the box, hidden behind the frame. For the most part, they’re unused. But I like to leave them accessible just in case. My first mirror had a camera behind the acrylic that would detect movement. The latest mirror also uses a camera behind the glass. The next one will probably feature a hole drilled in the facing frame for the sensor. With a little patience and sharp tools, it can be very discreet.
  • Starting MagicMirror with Windows

    2
    0 Votes
    2 Posts
    1k Views
    B

    you can try this maybe this works for you but debends on your system/ environment

    set internet explorer default page to “http://localhost:8080

    use windows key + r (run command)
    type “shell:startup” (open a windows explorer)
    create here a file with filetype *.bat (e.g. StartMagicMirror.bat)
    type:

    @echo off START /max iexplore.exe cd C:\Users\MyUser\MagicMirror\ node serveronly

    save an close and doubble click on the file, Internet Explorer should open and magic mirror should start.
    Now you can restart an test

  • MMM-fitbit on Mac ?

    5
    0 Votes
    5 Posts
    922 Views
    S

    @Stoffbeuteluwe i don’t think so… it just says you are using commandline to install vs the gui tools…

  • Home assistant controling my magic mirror

    3
    1 Votes
    3 Posts
    1k Views
    J

    Yes, I use Mmm-syslog to do this as well, to show and hide icons on my magic mirror for garage door, laundry, trashday…
    The laundry one is posted here https://github.com/jasondreher/MMM-door-sensor3

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    206 Views
  • Google Voice KIT vs MMM Assistant modules

    2
    0 Votes
    2 Posts
    594 Views
    S

    @pnobrega I think the difference is you could build a module with the voice kit. Otherwise u cannot interact w the mirror, without some other module

  • MMM-AssistantMk2 Mic/Hotword Sensitivity

    5
    0 Votes
    5 Posts
    1k Views
    J

    @sdetweil I am very jealous!! I have being working on this module for weeks now. I have finally got to this stage…
    0_1561319130194_85fe41d2-5626-4718-b248-ed15dad6947d-image.png
    I get Chimes when MM first start up.
    Its just now I can’t get to prove that my mic is working or get Assistant to output any sound or answer/recognise any voice commands. Clearly you got to this stage. What would you advise my next actions be please?
    Sounds like youre doing a great job anyway. Would love to see it.
    Jonathan

  • Is libcec working on Mac??

    12
    0 Votes
    12 Posts
    3k Views
    StoffbeuteluweS

    @Sean Hi, pm2 install was with error but it works …MM starts automatically.