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

    3
    0 Votes
    3 Posts
    359 Views
    M

    This is completely new to me. What can I do with the python library?

  • How to make a basic module.

    2
    0 Votes
    2 Posts
    272 Views
    S

    @particlex u can start with my sample module. It uses all the basic structure and communications between the UI portion ( modulename.js) and the back end (node_helper.js)

    https://github.com/sdetweil/SampleModule
    But there are a lot of knowledge dependencies. You know how a web page works, html, for look style sheets (css), know some object oriented programming.

  • Another PIR sensor

    19
    0 Votes
    19 Posts
    2k Views
    D

    @wishmaster270 No, it didn’t look like you took it personal, I just didn’t want you to on forehand.
    I Have indeed a second browser open on my laptop. Never thought of that being the issue… :-D

    Let’s close that one, and fiddle around with the timers a bit. My laptop shut down during lunchtime, and then I indeed saw the second screen show up.

  • idea to create a new category

    1
    0 Votes
    1 Posts
    160 Views
    C

    Hello everybody, administrators,

    Do you thing it would be fine to create a new category "idea"to exchange about modules adaptations. i’m not a developer but i 'm looking for a lot on internet to adapte my modules and have ideas to my daily use. For example, taking the module mmm-widget to sweep all horoscope, trafic, radar wheather in europe, etc…It’s not news modules but it’s sometimes a solution to display exactly what we want with exchange a copy of code or website found.
    I thing all contributions users will be appreciate to the beginner, expert, to create may be more modules after.

    Take care… cyril from France

  • NYC MTA Subway Times

    Unsolved
    15
    0 Votes
    15 Posts
    6k Views
    E

    I myself wrote one if you want to check it out. Feedback is welcome:
    https://github.com/Elaniobro/MMM-nyc-transit

  • MMM-Assistant2Display last step help?

    3
    0 Votes
    3 Posts
    336 Views
    ?

    Hi, i write a wiki

    For installing just using wiki configuration

  • Tokyo metropolitan transport module

    3
    0 Votes
    3 Posts
    321 Views
    S

    And u can always look at how someone did theirs. The license we use says u have rights to use and extend

  • MM 3d Print

    2
    0 Votes
    2 Posts
    200 Views
    FoziF

    @ChrissyT finding a certain item on thingiverse is in my humble opinion a …well…rather challenging task, to phrase it positively, as thingiverse became a real mess. What I can‘t imagine is, that there is something where then the magic happens and is able to orient the stl object correctly for my specific print bed, apply the right slicing parameters (resolution, bed adhesion, supports, etc. ), and finally send it to Octoprint. Wishes to the universe.

  • Singapore Bus Arrival Module

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    K

    I’ve also built up my mirror and badly need this!

  • Login upon facial recognition

    2
    0 Votes
    2 Posts
    262 Views
    A

    there is probably no such complex. but a start would be https://github.com/nischi/MMM-Face-Reco-DNN

  • Telegram last message

    1
    0 Votes
    1 Posts
    179 Views
    M

    Hello,

    Is it possible to show the last Telegram message received ?
    I have my Domoticz system sending alerts to Telegram, and I would like it to shown on the MMM, just like update notifications.

    Is it possible ?

  • Cool Mirror Startup

    2
    0 Votes
    2 Posts
    319 Views
    Mykle1M

    @ChrissyT said in Cool Mirror Startup:

    does anyone know where to look for a more colorful version of the mirror where the text is like gradient instead of just plain white? Thanks in advance.

    Virtually all of the text within the modules is editable through css.

  • folder monitor/ file creation...

    10
    0 Votes
    10 Posts
    736 Views
    S

    @banbutcher you can also convert the buffer to a string

    buffer_object.toString()

  • Alexa light ring

    6
    1 Votes
    6 Posts
    2k Views
    J

    You can find the Reset button at the base of your device. After you press and hold the Reset button, blue light filter for pc the light ring on your Echo device turns orange, and then blue. Wait for the light ring to turn off and on again. The light ring then turns orange, and your device enters setup mode.

  • Word Clock Screensaver

    7
    0 Votes
    7 Posts
    4k Views
    J

    @airart No need to do anything fancy. I ended up writing my own word clock module and made work with the MMM-PIR-Sensor natively. You just specify the timeout in your config. with the showClockTimeOut parameter. That’s how long there needs to be no motion detected for the clock to show.

    Example:

    { module: "MMM-MyWordClock", position: "fullscreen_above", config: { showClockTimeOut: 5 * 60 * 1000, //5 minutes language: "EN", orientation: "tall" } }

    Download MMM-MyWordClock here:
    https://github.com/jclarke0000/MMM-MyWordClock

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    32 Views
  • Night sky: planets, constellations, satellites

    Unsolved
    8
    0 Votes
    8 Posts
    850 Views
    Mykle1M

    @lavolp3 said in Night sky: planets, constellations, satellites:

    Must find API first

    Ha! :thumbsup:

  • MMM-Jeedom

    Unsolved
    20
    0 Votes
    20 Posts
    3k Views
    K

    Bonjour,
    Le module ne fonctionne plus ??
    J’ai pas d’affichage sur le mirroir.
    Jeedom en V3.3.45
    Merci

  • Xiaomi roborock touch buttons for starting

    Unsolved
    1
    0 Votes
    1 Posts
    301 Views
    N

    Hello,
    I’m new to the world of Magic mirror, but hopefully with the help of an awesome community I can get my wish come true.
    I have magic mirror on a touch screen. I would like to send a command to my Xiaomi Roborock S50 to start cleaning by having touch buttons on the screen.
    One butten for clean entire floor and one button for each room set up in the Xiaomi app.

    Is this possible, and is someone willing to help?

    Kind regards
    noynpe

  • Covid-19

    Unsolved
    11
    1 Votes
    11 Posts
    2k Views