A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Module Compliments expandable?

    1
    0 Votes
    1 Posts
    997 Views
    P
    hi, would it be possible to extend the module for seasonal selection? (summer, winter,authum,spring) If its is a sunny day and its wintertime, a compliment like “today is a perfect beachday” makes no sense:-)
  • Access MagicMirror with HTTP?

    14
    0 Votes
    14 Posts
    17k Views
    P
    @Sean OK. it works now I entered a second whitelist entry for the external ip: ip is currently: 178.198.19.38 so i added ffff:178.198.19.1/24… thanks for help
  • PIR Motion sensor

    16
    0 Votes
    16 Posts
    14k Views
    R
    @strawberry-3.141 the simplest advice is always the best, it now works perfectly, thank you
  • Problem with module email

    7
    0 Votes
    7 Posts
    5k Views
    Mykle1M
    @psteimann said in Problem with module email: how do I get the results into my dev console? (beginner:-() Open a new terminal. Enter cd MagicMirror. type npm start dev while in the MagicMirror dir. This will launch the mirror and open your dev tools. Click on console at the top to see all console messages
  • CSS-Isue

    3
    0 Votes
    3 Posts
    2k Views
    P
    Worked! Thanks for helping…
  • Compliments Module: Adding new line in String?

    3
    0 Votes
    3 Posts
    2k Views
    T
    I tested it now but did not help. Testet it within the string or seperated like “abc” + + “def”.
  • Monitor with PIR-Sensor does not turn off

    3
    0 Votes
    3 Posts
    3k Views
    T
    I have had exactly the same mistake on my side, wiring was wrong. It did not kill the sensor but it’s output status was always high. Also I had the mixed up SensorPin and the acutally Pin Number on the Pi.
  • NOOB requesting some help...

    6
    0 Votes
    6 Posts
    3k Views
    T
    @strawberry-3.141 so if I want to change timezone or any other config, I need to write my own script for that particular config and place it in the master config/config.js file. I think I get it now. Thank you. Now let’s just hope I don’t get too many errors.
  • trouble with calendar

    1
    0 Votes
    1 Posts
    904 Views
    F
    Hello, i have a problem with the default calendar module. i have 2 calendars and after a update from the magic mirror it displays just 1 of them. anyone a idea why? i didnt change something in the config.js file. thanks guys
  • notificationFx.js (default alert module) problem

    6
    0 Votes
    6 Posts
    3k Views
    ?
    @roramirez It was 60.0.3112.101 (official) (64bit) on Mac OSX Sierra 10.12.6 (in MBP Late 2013 15" Retina / i7 2.3Ghz 16GB DDR3)
  • problem with ipWhitelist in MMM-Remote-Control

    3
    0 Votes
    3 Posts
    3k Views
    BarbarianB
    yep - the first modification that I tried " ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”,“::ffff:192.168.100.8”]" was with the IP of my mobile phone :)
  • Alexa module

    2
    0 Votes
    2 Posts
    3k Views
    S
    Hi, Install Alexapi ( https://github.com/alexa-pi/AlexaPi) . while installing Alexapi choose magicmirror as OS and then add MMM-Alexa , works fine installed and tested
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    15 Views
  • proble with inserting youtube at evenncohen Smart Mirror

    4
    -1 Votes
    4 Posts
    3k Views
    cowboysdudeC
    The MagicMirror2 has more capabilities then the other one… yes voice is integrated and yes you can watch youtube videos it’s what you can can’t do is why so many are here. Here you can create your own modules and they are supported by the structure of this mirror. [there are several voice modules available] As you will see there are MANY different types of modules and more coming each day and is a big reason it was voted #1… So you can go with the gadgets or you can build a mirror that works for you rather then having one that only does what it does…where you have little or no control over the functions.
  • MMM-TrainConnections

    1
    0 Votes
    1 Posts
    974 Views
    S
    Hello since some days, my MM shows no departure times any more. It happens one day to another. I have deledet the module and installed it new. Nothing changed. Has anybode an idea what could happen? Sebastian
  • MMM-Scrobbler doesn't show album art

    3
    0 Votes
    3 Posts
    2k Views
    J
    @jasondreher I have similar issues with TuneIn radio using the Sonos module. Not all TuneIn radio stations include album art, and sometimes they only include a logo for the station. Maybe that’s the issue?
  • MMM-DVB

    1
    1
    0 Votes
    1 Posts
    1k Views
    O
    Hi all, I have installed this module and configured as shown on the github-page. But nothing happens. In the installation I get the following errors. [image: 1502884680987-screenshot_2017-08-16-13-48-39.jpg] Regards Daniel
  • Wunderlist, blank screen when Wunderlist module is added to config.js

    9
    0 Votes
    9 Posts
    5k Views
    ceddirrC
    @randomnoise Thank you very much! I didn’t know that, but it makes sense! It is working now =)
  • Newsfeed "ignoreOldItems" does not work

    3
    0 Votes
    3 Posts
    2k Views
    S
    Hi, If showSourceTitle: true, showPublishDate: true, is true by default i’m going to delete it completely. I’ll try the “ignoreOldItems: true” without quote marks when i get home! Thanks! Edit: Seems like it’s working at the moment. Obviously it was the “true” in quots.
  • mm-music-player module: no volume-slider displayed

    1
    0 Votes
    1 Posts
    926 Views
    K
    Hallo, I have installed the mm-music-player on my Magic Mirror and after adding “font-awesome.css” in getStyles (in mm-music-player.js) and unhiding the cursor the module works great! However, for some reason, that I don’t understand, I do not succeed in getting the volume-slider displayed. If correctly, this slider is called by the jquery-ui.min script. Can someone give me a hint, what could be the problem? Thanks.