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

    1
    0 Votes
    1 Posts
    957 Views
    K
    Is it possible to monitor a twitter handle and if a certain string is tweeted then change the display contents? My kids have Magic Mirrors in their rooms, and I’d like to monitor the local school boards twitter for the phrase “all SSRSB schools are closed today”, if it gets tweeted then change the display to just say “School Cancelled” in large text. This would avoid me having to wake them before I leave for work on days when school is cancelled.
  • 9gag module

    3
    1 Votes
    3 Posts
    2k Views
    ?
    Ok, I will create a fork from that Instagram module. About the image size issue, what would you recommend? Cropping the big ones? Scaling them? Any idea?
  • Face recognition and then play a random video

    8
    0 Votes
    8 Posts
    4k Views
    N
    https://github.com/Nuckinfutz/MM-random-video-player
  • Tado module?

    35
    0 Votes
    35 Posts
    26k Views
    W
    Hi all, I’ve created a Tado module. Check it out here: https://github.com/WouterEekhout/MMM-Tado/ . Let me know what you guys think!
  • save some information from a xml or json to a txt file

    25
    0 Votes
    25 Posts
    17k Views
    morozgrafixM
    @gismo2006 I know this thread is solved and a few months old. There is also another one liner solution with use of jq JSON parser from command line. Here is an example that would get result that you need (or at least get you close to it) curl -s "http://api.openweathermap.org/data/2.5/weather?id=2934486&lang=de&units=metric&mode=json&appid=YOUR_OWM_API_KEY" | jq -r '"Today is " + .weather[].description + " and " + (.main["temp"]|tostring) + " degrees."' > filename.txt would result in Today is überwiegend bewölkt and -6.12 degrees. put into filename.txt
  • NHL Module

    41
    0 Votes
    41 Posts
    35k Views
    J
    @strawberry-3.141 Working perfectly. Thanks!
  • Active Notification from external system?

    3
    0 Votes
    3 Posts
    4k Views
    D
    I used another method to display a notification, where the compliments are displayed. But the development stopped. At the moment, this notify module is not available: https://github.com/Dom1n1c/Smartmirror/blob/master/js/openhab/openhab.js
  • Garmin Portal

    1
    1 Votes
    1 Posts
    1k Views
    C
    Has anyone looked into this similar idea to Fitbit ?
  • Nissan connect

    1
    1 Votes
    1 Posts
    990 Views
    S
    It would be great to have a module that connects to Nissan Connect and displays the current battery and charging status of the Nissan Leaf.
  • Netflix Module

    6
    1 Votes
    6 Posts
    5k Views
    schlachtkreuzer6S
    @binderth the color problem,… yeah therefore i´m looking forward to integrate this little guy here: http://spyder.datacolor.com/display-calibration/ I allready own an old version of the spyder :) but anyway i don´t want to watch netflix for hours in the bathroom, just finish an episode or a film :D and for the sound, i will integrate some small stereo speaker :) so there is no excuse for not inventing a netflix module gg and btw. a tablet is way to simple!
  • Trello list to display like wunderlist module.

    4
    0 Votes
    4 Posts
    3k Views
    J
    Here is what my board looks like now https://drive.google.com/open?id=0B3SbmpAWeYfPYmp1QVlvTld6T2s
  • A learning opportunity for me - MM as a time keeper

    3
    0 Votes
    3 Posts
    2k Views
    O
    I would think building a website would be easier as well.
  • logitech media server (Squeezebox)

    5
    0 Votes
    5 Posts
    4k Views
    K
    The goal is to adjust volume, skip songs, play and stop the music… Since LMS gives an image for the currently playing song, I just use that to show the current song + artist&title by use of an iframe.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • I have the API Documentation - Not sure next steps

    1
    0 Votes
    1 Posts
    908 Views
    nbrennN
    Hi all, The E-Monitor API specification has a listing of the supported API methods (page 3), like authenticate, deauthenticate, getCurrentData and so on. I’m not really sure where to go from here, as far as developing a module based on the API specification. Below, I have some of the very basic structure of the module, but I feel like I am out of my league when trying to write my own module. Module.resgister (“MMM-Emonitor.js”, { }, getStyles: function() { }, start: function() { }, getDom: function() { }, // And then the EMonitor methods below: authenticate: function() { } deauthenticate: function() { } getCurrentData: function() { } //… and so on down the list of the supported API methods
  • MM-hide-all with PIR Sensor

    2
    0 Votes
    2 Posts
    2k Views
    P
    Ok, I asked a friend write some code to make this work and he did a great job! Here is a link to the forked GitHub repo. I will add it to the Showcase section as well.
  • MM photo Gallery

    Unsolved
    1
    0 Votes
    1 Posts
    1k Views
    A
    Hello everybody, They are looking for a module that displays the images in a directory located in a network hd. How can I do ? There is already a form that does this? Thank you, Alberto
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    21 Views
  • MBTA (Boston) routes

    2
    0 Votes
    2 Posts
    2k Views
    ooom416354O
    @ShpongledPanda I am looking to do the same with the MTA/LIRR. I did build some logic into MM1 but am not a JS developer at all and had a ton of help. This would be a nice addition if someone could help!
  • Fuel Monitor for Austria

    5
    0 Votes
    5 Posts
    3k Views
    schlachtkreuzer6S
    @yawns that would be great :) the main probleme is, there is no API key for austria :(