A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 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
    3k 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
    16k 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
    5k 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! [image: colors.png] https://github.com/amcolash/MMM-GoogleFit
  • Additional sports modules

    5
    0 Votes
    5 Posts
    3k 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. [image: 1515673303375-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. [image: 1515673195408-52b30e17-9305-48f3-8c63-5bf9ed1c634d-image.png]
  • SMA/Sunny portal Solar Module

    5
    0 Votes
    5 Posts
    4k 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
    11k 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
    1k 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
    1k 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 ?
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    64 Views
  • Showing temperature from php file

    6
    0 Votes
    6 Posts
    4k Views
    1
    next question. is it Possible to use this module two times in one MM? I want to use it on left for home sensor and on right for own meteo station and air quality?
  • Web view

    3
    0 Votes
    3 Posts
    2k Views
    J
    @yawns Can I interact with the web view (i.e. go to different pages, etc.) or is it just static?
  • Loading website and display it in my MM

    4
    0 Votes
    4 Posts
    5k Views
    S
    Hi djo, I am having exactly the same idea and problem. My wife and I use a cooking blog on a mobile phone and it is very easy to send a link with a particular recipe to a given email address with the link in the body of the email. Based on that my solution (not tested yet) is the following. Setup an email client and a parser on your Raspberry so that the url is taken out of the email and written down to a separate file. Example here. Use one of these modules iFrame or iFrame Reload to load the contents of a html file. The difficulty here is that the file is not on the Internet but it’s a local file. The parser from 1 can construct the local file in such a way that it contains another iFrame pointing out at our url with the recipe. We need a way to get rid of the recipe from the screen after, say, an hour. This is something to be worked out. Maybe the second module can handle that. Or any other way - voice, another mail, etc.? This is my rough thinking. I will be testing it quite soon. Let you know about the results.
  • DAV Server die Calender and TODO

    1
    0 Votes
    1 Posts
    1k Views
    S
    Good morning, I’m looking for a todo list that supports a DAV server. use a nextcloud server for years and would like to continue this. is there a module here?