A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 0 Votes
    9 Posts
    4k Views
    S
    @Mykle1 said in Module to show a list from a text file on dropbox or the Alexa Shopping/Todo lists: todoist Thanks, all sorted now I have a list. Just need to separate a Shopping list and Todo list if its possible.
  • MMM-Snow enhancements

    5
    0 Votes
    5 Posts
    2k Views
    B
    Great idea! I’ll give it a shot and report back. Thanks!
  • digital photo frame

    34
    0 Votes
    34 Posts
    37k Views
    N
    @Mykle1 Thank so much
  • Yet Another Voice Module -- I want my MM to speak now!

    2
    1 Votes
    2 Posts
    1k Views
    M
    I Really like The functionality that comes with Alexa … However I Really hate To give out My Data to a company So My Current Attempt Is a offline Voice recognition Called snips that Works pretty well for me (I use a 4mic Array And it can recognise what I say from a distance of 5m with background Music without any problems) in Basic in snips You can create own assistants pretty easily (for me one of The Main reasons to use it Is that The Automated Speech recognition Is Not only avaible in English but for example in German Aswell) after recognising a intents it sends it via mqtt which You can acces with Most IOT devices or for MM2 there Is already a MQTT module Well Thats My current Attempt While I Really like that it I can “easily” use it for everything in My house And have German As language The big disadvantage Is obviously that it Is a Second software And so definetly Not Really a one Click installation Thats Really easy To use for every User that just wants The Thing To work without any hazzle
  • Outfit Selection

    5
    2 Votes
    5 Posts
    3k Views
    M
    Hey there, I wanted to let you know that I’ve built a service that does everything you require… except for the actual smart mirror bit… I’ve just posted in the General Discussion part of the forum so there’s more info there but in short, the service is called Able Style and it’s a virtual personal stylist service. It’s already availble as a voice service on Alexa and Google Assistant so it may already work with the smart mirror using those services as a conduit. Would love to know what you think. Thanks, Martin
  • Unable to display weather description

    9
    0 Votes
    9 Posts
    3k Views
    mochmanM
    Glad to hear it.
  • would be great. i failed myselve to made one

    2
    0 Votes
    2 Posts
    1k Views
    Mykle1M
    @apm1007 https://github.com/AdamMoses-GitHub/MMM-ImageSlideshow
  • 0 Votes
    2 Posts
    1k Views
    S
    up ! I’m interested too. If this doen’t exist I’ll try to make it.
  • Random quotes (with API)

    2
    0 Votes
    2 Posts
    2k Views
    S
    I haven’t found anything that fit what I had in mind so I made it. Here is the link to the module if you want to try it: https://github.com/Sispheor/MMM-quote-of-the-day Features: show a random quote on the screen configure update interval translation on the fly of the quote in the language of your choice renew the quote from your module, the api or kalliope assistant Result (in english here) [image: 1521320217045-quote-of-the-day_english_example.png] Renew the quote via Kalliope demo: https://www.youtube.com/watch?v=eWxtJsHDU2o&feature=youtu.be
  • Schedule Module with XML/Feed source

    5
    0 Votes
    5 Posts
    3k Views
    N
    Hi @shakir, I suggest you switch to using a JSON (vs XML) response. You just need to add &format=json to your query URL, according to the API documentation from CTA. Then you can look at any of the transit modules for MM, most of which handle a JSON response. It might even be easier to modify one of those than MMM-WeeklySchedule. Personally, I did something similar with MMM-json-feed customizing the output to show what I wanted from the json feed for my nearest bus stop.
  • Module for bus depatures in Trencin, Slovakia

    1
    0 Votes
    1 Posts
    653 Views
    P
    Hello, I would like to have module to show departures from my near bus stop in Trencin, Slovakia. Website for show bus departures is here: http://imhd.sk/tn/schedule-timetable/linka/1/smer/Kubra-namestie/zastavka/Legionarska/734003335178 Is there possibility to modify existing module or is here anybody who could make such module? Many thanks.
  • Xiaomi Mi Scale (and Mi Band?)

    5
    2 Votes
    5 Posts
    4k Views
    F
    @ManavA PLEASE do! I have been wanting that for the Nokia (withings). There is guy that started already but his Module is not working :(
  • 0 Votes
    2 Posts
    1k Views
    N
    @j.e.f.f Not that I’m aware. What about injecting JavaScript with a timer, such that "if Module 2 has an offsetHeight of greater than x, hide Module 1; else, show Module 1? Otherwise, I can imagine using the module notification system to advise Module 2 has content and to have Module 1 hide itself, and vice-versa.
  • Displaying two Nest thermostats in visual mode

    nest thermostat
    1
    0 Votes
    1 Posts
    764 Views
    C
    I’ve been trying to get my two nest thermostats to display in visual mode but just can’t seem to get it to work. They both show up in the list mode. Ideally I’d like to be able to have both displayed in visual mode, side by side in the same region and a bonus would be to be able to have it display the thermostat name either above or below them. Any ideas/suggestions?
  • Get weather at a calendar event location

    3
    0 Votes
    3 Posts
    1k Views
    AlbinolanA
    @ninjabreadman Does the weather module support dynamic locations? how would I get the weather location id for open weather. also, I was planning on using it not so much as determining the whole day weather, but warning the user about rain in the area or heat. Considering where I live it can vary a lot between the suburbs and the CBD.
  • HTML or IFrame Scraping Help

    iframe scraping parsing
    4
    0 Votes
    4 Posts
    2k Views
    strawberry 3.141S
    @brycedewitt In this part of my module I’m scraping a website of a parcel carrier, so it’s possible https://github.com/fewieden/MMM-ShipmentTracking/blob/master/carriers/DHL.js
  • Melissa Climate module

    Unsolved melissa ac module
    1
    0 Votes
    1 Posts
    867 Views
    H
    Hi, As a owner of Melissa module I wonder to integrade it somehow with MM. http://seemelissa.com/en/melissa/meet-melissa I’ve found this: https://github.com/kennedyshead/py-melissa-climate So I think interface to device is ready. Unfortunately I don’t know how to integrate it with module template. Can anyone help me (and other users of Melissa :)?
  • Now playing on kodi

    kodi playing now
    2
    0 Votes
    2 Posts
    2k Views
    D
    @blazkom Have a look at this… it may help you? https://m.youtube.com/watch?v=x9lKLGTfQFU
  • How to display a local static html file...

    4
    0 Votes
    4 Posts
    4k Views
    D
    @Deplorable I found the solution I was looking for: https://github.com/eouia/MMM-HTMLBox. For whatever reason it isn’t listed on the “3rd Party Module” page although it should be… Works fine. Thanks for the solutions offered re: iFrame…
  • Module for emoncms.org temperature und humidity readings

    1
    0 Votes
    1 Posts
    829 Views
    J
    I’d love to see a Module similar to the Netatmo and FHEM-Modules but for emoncms. I could provide an example json-file and other information if needed.