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

    3
    0 Votes
    3 Posts
    3k Views
    in_a_daysI
    I have a multi-page website I’m displaying in iFrame. Is there a simple way to scroll the page down after some amount of time passes, or as prompted by a socket notification?
  • Weather Radar for certain location

    4
    1 Votes
    4 Posts
    5k Views
    strawberry 3.141S
    @kevsfastz @Mitch1138 has the same problem, maybe you want to solve this task together
  • Marine Weather Forecast

    2
    0 Votes
    2 Posts
    2k Views
    strawberry 3.141S
    @kevsfastz a good starting point would be to take one of the weather modules, and try to understand how it works internally and try to adapt it to your needs
  • Module about module updates

    10
    0 Votes
    10 Posts
    6k Views
    tosti007T
    @yawns no problem at all :) if you wouldn’t have said something I also wouldn’t have seen the other problem
  • Simple GPIO status read

    4
    0 Votes
    4 Posts
    3k Views
    ?
    Hi there, after some trial and errors I have achived… nothing. And what we are asking for must be a very simple thing to do, just display an image if certain gpio port is high and display another if that gpio port is low. No luck so far, so if anyone could just write it it would be nice. Thanks
  • Show slideshow of pictures or play short video

    2
    0 Votes
    2 Posts
    3k Views
    in_a_daysI
    @corbins11 These are both excellent and easy-install modules. Probably a good place to start. You can always create a private IG account or Flickr stream if it’s mostly for family photos. https://github.com/kapsolas/MMM-Flickr https://github.com/kapsolas/MMM-Instagram
  • Deutsche Bahn: list of connections with delays

    5
    0 Votes
    5 Posts
    4k Views
    J
    I would appreciate as well a transport module using the Deutsche Bahn-API. Unfortunately i don’t have a clue how to implement that.
  • Analog + Digital Clock module

    Solved
    38
    0 Votes
    38 Posts
    48k Views
    MichMichM
    Should be fixed in the develop branch now: https://github.com/MichMich/MagicMirror/issues/611#issuecomment-272714388
  • News Feed

    3
    0 Votes
    3 Posts
    3k Views
    C
    Indeed, this would be fkin awesome. My own level of knowledge is not enough to accomplish this, unfortunately. A “simple” line in the config something along this: “number of entries” (with standard 1) would be exactly what I need. Although I realize to some it perhaps would become to cluttery. Day 2 EDIT: On second thought, considering how the newsfeed currently beautifully switches between posts, just adding more posts would make it very messy. I suppose what would be needed is a static list mode or a new module presenting news that way. As mentioned before I myself am on such noob levels that I could probably never build it (though I will try).
  • MM to periodically run a python or JS script?

    4
    0 Votes
    4 Posts
    3k Views
    tosti007T
    @zichao92 ah nice, that’s way easier aswell. Thanks for letting me know, might come in handy once!
  • JakDojade - public transport in Poland

    2
    0 Votes
    2 Posts
    2k Views
    morozgrafixM
    @Flagun it looks like the only way to get an API key is by emailing them, otherwise they only provide sample data. I think first thing to do would be for someone speaking Polish to find out what it takes to get an API key. Most of the modules that exist today require each individual to get their own API key, which may be a problem if Jakdojade dosn’t allow API keys to be generated through the site. Dostęp do API wymaga przesłania zgłoszenia na adres kontaktjakdojade.pl. ... ... ... Zapytania nieautoryzowane (bez sekcji związanej z autoryzacją) zwracają tylko przykładowe dane testowe. Zapytania takie powinny być wykorzystywane na potrzeby testowe.
  • Runkeeper Module

    6
    0 Votes
    6 Posts
    3k Views
    A
    @morozgrafix Absolutely, I’ll be happy to help with any and all testing.
  • Twitter Alert

    1
    0 Votes
    1 Posts
    1k 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
    5k Views
    N
    https://github.com/Nuckinfutz/MM-random-video-player
  • Tado module?

    35
    0 Votes
    35 Posts
    30k 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
    20k 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
    40k 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 ?