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

    1
    0 Votes
    1 Posts
    870 Views
    S
    I have so far run a toe todo list in my local nextcloud. Can I somehow put these in the magicmirror? I have not found anything yet. I do not want to take a provider like wunderlist or todoist. Since we organize everything so far for years in the nextcloud which runs locally aufm homserver. many thanks for your help
  • Apple Music Now Playing

    3
    0 Votes
    3 Posts
    3k Views
    T
    Thank you for replying. I’ll be playing the music on my IPhone 7
  • PIR Sensor for MMM-ProfileSwitcher

    2
    0 Votes
    2 Posts
    1k Views
    A
    I know this is an old topic but in case anyone has had this question, I was able to use a PIR sensor with the MMM-ProfileSwitcher module. I simply added modified this section of MMM-ProfileSwitcher.js with the lines in bold: // Override the default NotificationRecieved function notificationReceived: function (notification, payload, sender) { if (notification === "DOM_OBJECTS_CREATED") { Log.log("Hiding all non default modules."); this.set_profile(this.config.includeEveryoneToDefault); this.sendNotification("CHANGED_PROFILE", {to: this.config.defaultClass}); } else if (notification === "CURRENT_PROFILE") { this.change_profile(payload); } <strong>else if (notification == 'USER_PRESENCE') { this.change_profile("Profile2")</strong> } }, To explain, the MMM-PIR-Sensor module sends a notification to all modules when it detects movement. The notification is “USER_PRESENCE”. You simply check for it within your MMM-ProfileSwitcher module and tell it to change the profile. Hope this helps
  • Acurite Weather and Monitoring

    2
    0 Votes
    2 Posts
    1k Views
    Krato5K
    @pugsly said in Acurite Weather and Monitoring: one for a web interface in your MM you can use IFrame or MMM-iFrame module just see which one fit and work 4 ya , https://github.com/alberttwong/MMM-iFrame this one is recently updated you can try out !
  • Request a Twitterfeed

    6
    0 Votes
    6 Posts
    3k Views
    mediathreatM
    I rewrote a new twitterfeed module, right now based on a RSS Feed… I’ll post it soon!
  • Nokia Body Cardio Scales integration (Previously call Withings)

    7
    1 Votes
    7 Posts
    3k Views
    F
    @SilverLinings I was getting an error when changing the random number. I got so frustrated that I decided to give me a break from it for a couple of days. But it does sounds like you know way more than me … so it might be easier to see if I can help you with anything, even beta testing the app, just let me know and thank you for putting the time to make this module it will be extremely useful here at my house!
  • Pinterest Module?

    2
    0 Votes
    2 Posts
    986 Views
    S
    If it helps, this link to Pinterest widget builder: https://developers.pinterest.com/tools/widget-builder/?type=board&boardHeight=240&boardWidth=400&imageWidth=80&template=square
  • 3D Content

    3
    0 Votes
    3 Posts
    1k Views
    brobergB
    As a side note, And I haven’t tested this myself, but If you are running MM2 on a raspberry, then this will not work well (or at all).
  • 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
    39k 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
    669 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 :(