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?

    105 Topics
    727 Posts
    J
    @sdetweil Thanks, I made the changes ad it works perfectly. Thank you for your prompt response.
  • Found a new cool touch MM

    1
    0 Votes
    1 Posts
    1k Views
    D
    Here https://www.facebook.com/techinsider/videos/618467261684967/ Looks pretty good as i think! Here is the site of the guy http://www.rafaeldymek.com/ We should invite him to work on this great project here, too! :D
  • Touch Screen MM??

    4
    0 Votes
    4 Posts
    4k Views
    G
    Hi, under “Show your mirror” someone already show his mirror include a touch screen pannel. :-) greets gismo
  • The US Election

    6
    0 Votes
    6 Posts
    3k Views
    cowboysdudeC
    @wjdw87 said in The US Election: So far signs look good on what he just stated is to be implemented “draining the swamp”, tensions with “Russia” already dying down… Oh and US Currency is up :) OH for God’s sake don’t tell the liberals… LOL
  • Split MM between multiple displays (screens)

    2
    2 Votes
    2 Posts
    2k Views
    ?
    Self note : https://forum.magicmirror.builders/topic/865/different-looks-based-on-browser-user-agent/2
  • Adding Modules... Please Please advise

    25
    0 Votes
    25 Posts
    17k Views
    ?
    @bhepler said in Adding Modules... Please Please advise: @wjdw87 Okay, I finally had some time so I looked at the file you linked. As @strawberry-3-141 said, you have an issue on line 100, part of the configuration of the camera module. You have: config: selfieInterval: 3, // Time interval in seconds before the photo will be taken. You need to follow the config key with a JSON object, designated by curly braces. So the camera module section should look like so: { module: 'camera', position: 'top_center', config: { selfieInterval: 3 emailConfig: { service: 'gmail', auth: { user: '<xxx@xxx.com>', pass: '<xxx>' }, }, } }, It doesn’t help that the config section is wrong in the README.MD in the camera module. I’ll see if I can’t get a PR to fix that. @bhepler said in Adding Modules... Please Please advise: Additionally, you are missing a closed square bracket in your configuration for the VoiceControl module. After you define your keywords, you need to close the array. The second to last line of your voicecontrol configuration is where it needs to go. Like so: { module: 'voicecontrol', position: 'bottom_left', config: { models: [ { keyword: "Show Camera", description: "Say 'Show Camera' to display camera", file: "showCamera.pmdl", message: "SHOW_CAMERA" }, { keyword: "Hide Camera", description: "Say 'Hide Camera' to hide camera", file: "hideCamera.pmdl", message: "HIDE_CAMERA" }, { keyword: "Selfie", description: "Say 'Selfie' when camera is visible", file: "selfie.pmdl", message: "SELFIE" } ] // **HERE** }, Many thanks
  • What Mirror Glas/Acryl for MM ?

    3
    0 Votes
    3 Posts
    3k Views
    C
    I had bought here the mirror folie: https://folieopmaat.nl/winkel/spiegelfolie-max/ They send it also to Germany i think. I use it on a simple piece of glass. Chris
  • Poll: which version are you running?

    1
    0 Votes
    1 Posts
    1k Views
    MichMichM
    Just curious: which version of MM are you running?
  • MagicMirror is stolen by commercial

    5
    0 Votes
    5 Posts
    4k Views
    MichMichM
    @done I come across MagicMirror posts daily. Take a look at Reddit … People really seem to love claiming the idea … ;) I try not to get annoyed by it too much … ;)
  • Please help

    29
    0 Votes
    29 Posts
    26k Views
    B
    @moris The basic installation of MagicMirror includes a sample config.js file. It’s located at ~/MagicMirror/config/config.sample.js If you copy or rename that file to config.js that should help get you started. cp ~/MagicMirror/config/config.sample/js ~/MagicMirror/config/config.js Once you have it copied, you can restart your mirror and it should use that simple config.js to run the mirror software. Installing other modules is pretty simple. Navigate to the modules directory: cd ~/MagicMirror/modules and then clone the module repository git clone [module url]. Follow the directions at the GitHub repository for that module in case there is anything special about installing that module.
  • Is there a module to display webpage widgets?

    4
    0 Votes
    4 Posts
    4k Views
    G
    Thanks for the tip, I’ll try and see if that works.
  • Different looks based on browser / user-agent

    2
    0 Votes
    2 Posts
    3k Views
    ?
    Interesting so following, as have in mind similar plans but feeding some relevant info from our Ai down to specific screens. Do keep me updated, as a server set up and API per config mirror may be the way forward.
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    32 Views
    No one has replied
  • Turn on and off monitor through HDMI

    4
    0 Votes
    4 Posts
    4k Views
    R
    Thanks for the input guys I’ll look into it.
  • Th old Magic Mirror project

    4
    0 Votes
    4 Posts
    3k Views
    G
    @strawberry-3-141 Thank you. i looked today on MichMichs Github page but I can’t found it… :-D greets gismo
  • Just for showing ...

    4
    4 Votes
    4 Posts
    3k Views
    J
    Sorry for your loss. Hope you and your family will find your way through it. The gallery is looking good though.
  • RPI Update

    8
    5 Votes
    8 Posts
    7k Views
    cowboysdudeC
    @d3r I updated my mini alarm clock mirror to pixel and everything is running great! It boots REALLY fast!!!
  • 0 Votes
    4 Posts
    3k Views
    cowboysdudeC
    Well either way you are using an outside source to run the mirror… Like using a NEST Thermostat… it has to go through their server which means they have the ability to control your item. I’ve never been a fan of big business knowing my business ;)
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    117 Views
  • Couple of ideas

    couple. of ideas
    2
    0 Votes
    2 Posts
    2k Views
    cowboysdudeC
    Sounds like you have some great ideas! Perhaps a module that according to date will do different things… perhaps via sensor as well? Right now I"m on what I call my Frankenstein mirror… LOL It’s an x86 board just hanging here…planning on a 32" version that I would like to be powered up!! To handle the voice stuff better :)
  • Local calendar ICS

    1
    0 Votes
    1 Posts
    1k Views
    L
    Hi, can i use a local ics file? How so? Thanks