A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    145 Views
  • Modules

    9
    1
    1 Votes
    9 Posts
    5k Views
    L
    @yawns I had install as your explanation, everything works, but no new emails are displaying, always have “no new email” and I have some there. How can I solve the issue? Many thanks in advance.
  • MMM-Voice-Control using USB Webcam Mic

    10
    0 Votes
    10 Posts
    6k Views
    Mykle1M
    @caner Your audio preferences should NOT look like this, if they do. [image: 1495326538303-audio.jpeg]
  • MMM-Traffic Multiple Routes

    3
    0 Votes
    3 Posts
    2k Views
    B
    @Anhalter42 Thank you that will do the trick! :D
  • Facial Recognition I want it to react to any face in front of the mirror

    1
    0 Votes
    1 Posts
    1k Views
    N
    Facial Recognition I wrote (with lots of help) a show video module which shows a video after a specific face is recognized. I would like to show a video if openCV recognizes any human standing in front of the camera. Also does anyone know the upper and lower values for the 3 algorithms? I’m having a very hard time recognizing individuals where the pictures used in training were taken with any camera other than the picam connected to the pi. I have no problems creating the XML file but when I run the test progran it doesn’t recognize the individuals whose face images were taken with the other cameras
  • not able to profileswitch/schedule LocalTransport module

    Solved
    19
    0 Votes
    19 Posts
    13k Views
    tosti007T
    My pull request was just merged with master so you should be able to use them together out of the box now without having to modify his module! :D
  • This topic is deleted!

    3
    0 Votes
    3 Posts
    26 Views
  • MMM-WunderGround font

    1
    1
    0 Votes
    1 Posts
    2k Views
    zdenekZ
    Hi all I’ve problems with MMM-WunderGround - take a look on the screenshot [image: 1494580528090-screen-shot-2017-05-12-at-11.11.52.png] the texts of module are not “sharp” (screenshot is made via VPN, but on the LCD is it the same). It’s like to need to wear glasses. Tried - change LCD (Dell vs Phillips), tried HDMI, HDMI-VGA, HDMI-DVI, HDMI-DisplayPort cables - still the same any idea, how to solve it? thanks, Zdeněk
  • The current installation is 2 commits behind on the master branch.

    9
    0 Votes
    9 Posts
    6k Views
    S
    @cowboysdude really thanks for your helping!
  • MMM-Remote -Control Known limitations

    3
    0 Votes
    3 Posts
    2k Views
    K
    @Anhalter42 Strange things happen When I tied to remove the modules in reverse order, as you recommanded, I could easily remove all of them. After that with the Allbuton, all modul appeared and I could make them either disappear all together or one by one from any direction, means from the bottom to the top or in reverse order. By now the Edit modules funktion is just working fine, just don’t know why. :relaxed: So have a big Thank you for your help
  • MMM-Todoist not showing Task after latest update

    4
    1 Votes
    4 Posts
    2k Views
    E
    Thnx for help. Everything works.
  • Problem of running MMM-Podcast and MMM-Button

    13
    0 Votes
    13 Posts
    7k Views
    A
    I’m glad it works. have fun with it. I am glad that I could help
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • Problem Getting IP Address for Remote Control Module

    5
    0 Votes
    5 Posts
    3k Views
    brobergB
    @twosix this all depends on your router make and modell, google it.
  • Problem with MMM-Remote Control

    4
    0 Votes
    4 Posts
    2k Views
    A
    Under the Ip Whitelist you have to enter your ip address from the mobile phone or Pc or mac (do not know what device you use to access the raspi too) The raspi you have to assign a fixed ip. How it world do you have to look at the Internet If the screen and keyboard are present and connected, you can enter the following command on the command line: ifconfig or Ip a or Hostname -I
  • Magic mirror ipcam motorola

    2
    0 Votes
    2 Posts
    2k Views
    A
    @michael_klatt If it provides some sort of video interface via URL, then maybe you could use the iFrame module
  • Help with Weather Modules!

    2
    0 Votes
    2 Posts
    1k Views
    yawnsY
    @twosix you could use both modules or you could remove the default ones. Either you remove the whole module entries: { module: "currentweather", position: "top_right", config: { location: "New York", locationID: "", //ID from http://www.openweathermap.org/help/city_list.txt appid: "YOUR_OPENWEATHER_API_KEY" } }, { module: "weatherforecast", position: "top_right", header: "Weather Forecast", config: { location: "New York", locationID: "5128581", //ID from http://www.openweathermap.org/help/city_list.txt appid: "YOUR_OPENWEATHER_API_KEY" } }, or you add disabled: true, like this: { module: "currentweather", position: "top_right", disabled: true, config: { location: "New York", locationID: "", //ID from http://www.openweathermap.org/help/city_list.txt appid: "YOUR_OPENWEATHER_API_KEY" } }, { module: "weatherforecast", position: "top_right", disabled: true, header: "Weather Forecast", config: { location: "New York", locationID: "5128581", //ID from http://www.openweathermap.org/help/city_list.txt appid: "YOUR_OPENWEATHER_API_KEY" } },
  • Button / modul

    12
    0 Votes
    12 Posts
    7k Views
    M
    External sites works good. Is someone familiar with error “Cannot GET *.html”, allways get this error when i tray to link to local site (html). If someone know how to solve the problem can please respond?
  • Calendar_Monthly - not updates

    3
    0 Votes
    3 Posts
    2k Views
    zdenekZ
    @strawberry-3.141 thx for the tip. Next time I´ll do. I didn´t know about the the console. I thought I´ve to run MM with parametr -dev to be able see dev console. Thanks
  • MMM-PIR-Sensor with RelayPin and execute script

    9
    0 Votes
    9 Posts
    5k Views
    B
    Yes, the error code says, you have not enought whitespaces before the lines.