A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Show a telegram group in Magic mirror

    3
    0 Votes
    3 Posts
    3k Views
    foxF
    @ninjabreadman said in Show a telegram group in Magic mirror: @fox The only Telegram implementation that I’ve seen is the MMM-TelegramBot, and that receives messages but doesn’t show them. It would provide a point of departure, and maybe @Sean could suggest how easy/hard it would be to capture messages and inject to a scrolling chat window. Hi, That sounds interesting. So you think it is theoretical possible? The module would look very nice on the screen i think
  • This Day in History ticker?

    14
    1 Votes
    14 Posts
    8k Views
    cowboysdudeC
    @ninjabreadman said in This Day in History ticker?: @cowboysdude Agreed, I meant if @xela is looking to find code examples to construct a single module. Sorry if that wasn’t clear; best to keep in a single module. That’s okay you guys can finish it… I’m super busy… it’s there and the data part is done and coming in. Someone wants to make a complete module please let me sign it over. :)
  • show integer logs from python script as diagram in MM ?

    18
    0 Votes
    18 Posts
    8k Views
    cruunnerrC
    @doubleT Thats my actual sorting: I would like to show it in the middle below the clock. I installed the microwave sensor on my tank now and began measuring :) So a.t.m. there is only one log and now graph is shown ^^ Will wait now for the next log to see if everything is working fine :) I will play around with the code but today and tomorrow my nephew is to visit, so i need to move that :D
  • Planning first build

    1
    0 Votes
    1 Posts
    858 Views
    L
    Hey guys, planning my first mirror project and I’m jumping in the deep end… My goal offs to make one with the ability display weather and have the Google assistant. The mirror will most likely go in my fourier, planning on using it too check things like weather, appointments, to-do lists as we’re leaving or coming home. Maybe some home automation/security monitoring in the future. Questions are these: Does the MMM-Google assistant module have voice recognition built in to differentiate between Google users? a) if not, what module can I use for this? What other options are a must have?
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    54 Views
  • Displaying Fitness/Health data from Huami Web API

    1
    0 Votes
    1 Posts
    2k Views
    D
    Hello, is anyone interested in coding a module for displaying the fitness/health data from huami Web API: https://github.com/huamitech/rest-api/wiki Would be nice to have this data from my Amazfit Pace Wearable on my MagicMirror displayed. Thanks in advance!
  • Non Ticker Stocks

    3
    0 Votes
    3 Posts
    4k Views
    O
    can you post your custom css?
  • Timetable with (almost) static data

    16
    0 Votes
    16 Posts
    10k Views
    A
    @pinsdorf Thanks for the link an the name of your module, thats that what i was looking for. I will test it. I like your implementation with “starting time only” and “actual weekday only”, so this saves a lot of space in width to fit better to the other modules. And you are right, if i change datas in an .csv or in a list in the config-file is pretty most the same. Regards Axled
  • Plexpy Module...

    4
    3 Votes
    4 Posts
    3k Views
    I
    This would be great. + 1
  • 0 Votes
    1 Posts
    1k Views
    A
    Hi to all, as i am fighting with Monitor Standby (Sleep) / PowerOff / WakeUp - what do you think about a sticky thread, which monitor supports which modes? So i start with my monitor: Vendor / model: LG 27MP48HQ-p Input: VGA and HDMI VGA: supports Standby (Sleep) and WakeUp HDMI: only supports PowerOff (after deactivating HDMI Signal), no WakeUp possible (only by pressing the physical Powerbutton on monitor). Some Details: I am using Module MMM-PIR-Sensor which enable/disable the hdmi port of my raspberry pi 3 Regards Axled
  • Lightning Post-It on the mirror?

    2
    0 Votes
    2 Posts
    2k Views
    cruunnerrC
    @schwoediauer like this? : https://forum.magicmirror.builders/topic/2113/mmm-memo-add-some-memos-on-your-page-and-manage-them-through-http-request To manage that with your phone or pc it would be maybe better to use external services like google: https://forum.magicmirror.builders/topic/4245/mmm-mynotes-display-gmail-notes-on-your-mirror
  • Need Guidence, Or Someone To Make A Module For Me, Uses GPIO

    4
    0 Votes
    4 Posts
    2k Views
    D
    Maybe you saw this thread. I made a module for duedahlb that shows a full size image when the module MMM-Button registers a button press. I think that could be a good start to study and maybe reverse engineer some parts from both modules.
  • Recipes database

    5
    0 Votes
    5 Posts
    4k Views
    H
    @Preve Sure. But it seems to me like a tablet would be a better solution for this.
  • Ferry timetable module(Fjord1)

    1
    0 Votes
    1 Posts
    896 Views
    langooseL
    Hi everyone I would like a module that shows the ferry timetable for a spesific route. I’m a complete noob and don’t know where to start. Hopefully somebody can help. The route I’m intrested in is Fjord1’s Aukra - Hollingsholmen, the suplied link is the “live updated” timetable. http://www.fjord1.no/eng/ferry/ferry-timetables/more-og-romsdal/aukra-hollingsholmen KR langoose
  • Miband (xiaomi) module

    1
    0 Votes
    1 Posts
    1k Views
    F
    For looking rapidly miband2 info on MM looks great !
  • MMM-Remote-Control add menu "Show video files" in the remote.html

    7
    2
    0 Votes
    7 Posts
    4k 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
    4k 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
    6k 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.