A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-Remote-Control add menu "Show video files" in the remote.html

    7
    0 Votes
    7 Posts
    3k Views
    dexterbengD

    @Jopyth Yeap! sorry for that I poor in js language…so I did it in an alternative way to read all the videos from the local server with a PHP page. Anyway thanks for your explanation for that post!

  • On this day info from wikipedia

    6
    0 Votes
    6 Posts
    3k Views
    D

    @jegerikke have you checked for a Norwegian rss feed?

  • Show a picture infont of everything with a button

    8
    0 Votes
    8 Posts
    3k Views
    D

    You can check if MMM-Button works by checking the console (not the browser console but where you type in the command to start the MM), it should write "button pressed" when you use the button.

    In my JS file, add a Log.info("notification: " + notification + "; payload: " + payload + "; sender: " + sender); in line 26 and see if it comes up and what it shows.

    You can check if the cover works by using the developer tools, finding the module and adding the class show-image.

  • Arcade button to turn on/off monitor

    6
    0 Votes
    6 Posts
    2k Views
    D

    As for the PIR sensitivity, that can usually be adjusted.

  • Web Browser for the mirror

    4
    0 Votes
    4 Posts
    5k Views
    MaxPowerM

    Hi, thank you all for your comments and suggestions.
    @tbbear I will take a look at your module, thanks!
    @ninjabreadman, thank you for the detailed explanation. So, the best solution for my needs would be the iframe module? I agree with you that additional browser on top of the screen may look bulky, and every time I reboot the mirror I will have to launch and setup it again, etc.
    I’ve had Logitech keyboard with a touchpad, (with IRDA) and I’ve started using it for the mirror, its quite easy to launch a video while im shaving or going to the shower, so the controls is not the biggest problem.
    I would like to have a flexibility to change the size of the video, or make it full screen, and them hide it completely when not needed to show the regular modules. I thought the browser is the best option. The black background actually is not so important, since there will be video playing, it’s the frames and controls with light gray very distracting.

  • Module to display sync'd text

    5
    0 Votes
    5 Posts
    3k Views
    N

    Thanks, @Mykle1. I’m definitely familiar with that list, but none of the modules support shared and remote notes, at least that I can tell.

    If it was only me adding the notes, it’d be easy, but I also want my family to leave notes for me. Afaik, nobody else can modify or share Gmail notes.

    I also want anyone to be able to edit it while away from home, so I need to use an external service (a la Gdocs, DropBox). I think a Telegram bot would be good, except nobody in the family uses Telegram either. Maybe I’ll need to write a Twitter DM bot. ¯\_(ツ)_/¯

    Finally, because this extends into online services beyond the mirror, I asked the forum because you’re a bunch of smart people!

  • Xiaomi proximity sensor + MMirror

    5
    0 Votes
    5 Posts
    2k Views
    MaxPowerM

    @barnosch
    I think the reasons are:

    its wireless, i can put it easily to any location it enables light of the mirror I already had it, and didnt want two sensors
  • Rainalarm (Buienalarm in Dutch)

    25
    0 Votes
    25 Posts
    10k Views
    cirdanC

    @lavolp3 Good to read that it even works in parts of Germany.
    I did add it to the modules page on github, but do you mean the modules section of the forum?

    Feel free to send a pull request, I have some improvement ideas myself too

  • Google FIT integration

    6
    0 Votes
    6 Posts
    4k Views
    A

    I am sorry I am a quite late to the conversation, but I actually just made a module that will do this!

    Check it out on github and give any feedback you have. I made this for my own personal needs, but am open for feedback :)

    Cheers!

    Colored rings screenshot

    https://github.com/amcolash/MMM-GoogleFit

  • Additional sports modules

    5
    0 Votes
    5 Posts
    2k Views
    joela85J

    I was wondering whether the League Table was an iFrame that I could just load up on the mirror.
    But I guess it would be better if I could just take the data out of the table and replace the contents in a custom Table.
    Would be nice if the countries were shown with their teams emblem.

    0_1515673303334_792434c9-a41f-42a5-b305-e9c565cc788b-image.png
    I’ve already got the fixtures in my Calendar - But would like better looks to it really to go along with a table just showing the next weekends fixtures.

    0_1515673195188_52b30e17-9305-48f3-8c63-5bf9ed1c634d-image.png

  • SMA/Sunny portal Solar Module

    5
    0 Votes
    5 Posts
    3k Views
    M

    Can someone create a seperate Modul for the SMA system? I don’t have enought skills in css yet. That would be very helpfull

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    39 Views
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    65 Views
  • MMM-Wifi_QR-Code

    14
    1 Votes
    14 Posts
    8k Views
    Mykle1M

    @cruunnerr

    Many thanks, my friend! :-)

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    56 Views
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    33 Views
  • Voice command -> Play video and hide after finish?

    4
    0 Votes
    4 Posts
    2k Views
    akshaybahadur21A

    Is It What to need.
    We have made a demo video of the working of our mirror. It includes the video module as well.Uploading to git will take some time as we are doing the documentation part.
    By the time you can have a look at the demo video.
    Magic mirror powered by AI

  • Daily Coffee suggestions

    1
    0 Votes
    1 Posts
    899 Views
    homebrewH

    Hey!

    I was wondering if someone was interested in helping me code a module that would suggest a nearby food place based on the time of day.

    For example- either based on a preset radius around my center coordinates OR a preset list of establishments and categories a coffee suggestion would display between the hours of 6am and 10am. Lunch options may display between the hours of 11am and 1pm, etc.

    Please let me know!
    Thanks!

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    13 Views
  • Playing a locally stored mp4 files while MagicMirror is active

    1
    0 Votes
    1 Posts
    848 Views
    S

    I tried various ways to get a short mp4 file playing while the mirror is up.
    I added omxplayer commands within the config.js file and stored the mp4 file in the same folder. That didnt work.
    Could I startup an python file within the config.js and the python file would then do some GPI pin (sensor) controls an start the file ?
    What would be your suggestions ?