A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Asterisk - Call log and active Call

    7
    1 Votes
    7 Posts
    6k Views
    R
    @luvien What kind of call log?, This is possible do it by AMI.
  • MMM-Forecast-IO add 'Feels like' temperature & wind speed

    1
    1 Votes
    1 Posts
    1k Views
    K
    Hello, Since the MMM-Forecast-IO (by @dmcinnes) retrieves it’s data from the Darksky API, it would be great to incorporate integrate the ‘Feels like temperature’ to the module as well. In addition, wind speed would be great as well. Cheers
  • MMM-Wunderground Add wind forecast

    Solved
    4
    0 Votes
    4 Posts
    3k Views
    SnilleS
    Looks great, I’m switching to this module now. Good work!
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    64 Views
  • Alexa to-do list module

    3
    1 Votes
    3 Posts
    3k Views
    O
    if you “switch” to wunderlist, it still keeps all of your data the same with the alexa app so you aren’t necessarily switching, just using it as a means of calling the data.
  • Adding a delayed "display off" to the PIR Sensor module.

    1
    0 Votes
    1 Posts
    1k Views
    K
    Hoping someone can assist. I’m finishing up my first MagicMirror project and need a bit of help with the PIR-Sensor module(https://forum.magicmirror.builders/topic/52/pir-sensor-put-your-mirror-to-sleep-if-not-used/6). I’d like to modify the code to have a delay on turning the display off so that it turns off 20 seconds after the last “USER_PRESENCE” is detected. Right now it turns off immediately. Thanks
  • Compliments text cycler without the randomizer

    Solved
    14
    0 Votes
    14 Posts
    9k Views
    C
    @yawns Yep works perfectly! Thank you!
  • Toothbrush integration

    34
    1 Votes
    34 Posts
    29k Views
    SvenSommerS
    @onetwankyfive, @dfuerst As this is not an request topic any more I made a new one in the developer section. You can find it here. Feel free to move over, if you want to assist the development of the module I’m creating right now.
  • Xiaomi Plant Sensor

    1
    0 Votes
    1 Posts
    1k Views
    S
    Hi, i bought some Xiaomi Plant Sensor with Bluetooth and app connectivity. Now i want to know if someone else has got such an Sensor and connectet it to the MM. Or someone who has fun in coding can help me to develop the extension for MM. Maybe someone can help me. Thanks Alex
  • Alexa Responses Displayed on Mirror

    7
    0 Votes
    7 Posts
    8k Views
    schlachtkreuzer6S
    @lucallmon thats awesome! i got an echo dot :) maybe i´ll give this a try :P
  • Embedded one drive documents

    1
    0 Votes
    1 Posts
    1k Views
    C
    I want to be able to cycle through multiple one drive documents on a time interval.
  • Amazon cloud drive photo album

    5
    0 Votes
    5 Posts
    3k Views
    schlachtkreuzer6S
    @schmucke oh thanks, would be great! :)
  • Animated gif File

    2
    0 Votes
    2 Posts
    2k Views
    brobergB
    @AAPS use the hello world module and just make it draw an regular tag
  • Google Fit?

    Moved Unsolved
    1
    0 Votes
    1 Posts
    1k Views
    lucallmonL
    Has anyone thought to create a module that shows Google Fit data? I think that would go far.
  • LocalTransport-Module and calendar

    10
    0 Votes
    10 Posts
    5k Views
    tidus5T
    Hey everybody, (sorry was in holiday) yes its that - i tried to use the calender broadcasts location in the module. but i dont understand how i can do that. Could you help me ? Have a nice day
  • Iframe Module for Webcam

    2
    0 Votes
    2 Posts
    3k Views
    S
    Ok , i have build my own now - i am not really a javescript programmer - pls dont laugh!!! i have the following code, how can i initiate the the startonload() function ist run. if i write this in dom, there will be run, but not shiow the wrapper… /* global Module */ /* Magic Mirror * Module: MMM-iFrame * * By Michael Teeuw http://michaelteeuw.nl * MIT Licensed. */ Module.register("MMM-iFrame",{ // Default module config. defaults: { animationSpeed: 1000, }, preload: function() { this.img.src='http://guest@192.168.188.65/tmpfs/auto.jpg?'+new Date; }, changesrc: function() { img1.src=img.src; this.preload(); setTimeout(changesrc,3500); }, update: function() { var imgObj = document.getElementById('img1'); imgObj.src = this.img.src; this.img.src = "http://guest@192.168.188.65/tmpfs/auto.jpg?" + (new Date()).getTime(); }, takeerror: function() { this.img.src = "http://guest@192.168.188.65/tmpfs/auto.jpg?" + (new Date()).getTime(); }, startonload: function() { this.img.src = "http://guest@192.168.188.65/tmpfs/auto.jpg?" + (new Date()).getTime(); this.img.onerror=this.takeerror(); this.img.onload=this.update(); }, load: function() { if (navigator.appName.indexOf("Microsoft IE Mobile") != -1) { this.preload(); this.changesrc(); return; } this.startonload(); }, start: function() { Log.info('Starting module: ' + this.name); var self = this; var imgObj = ""; var img = new Image(); this.img = new Image(); this.imgObj; setInterval(function() { self.updateDom(); }, this.config.animationSpeed); }, // Override dom generator. getDom: function() { var wrapper = document.createElement("div"); var imagewrapper = document.createElement("iFrame"); imagewrapper.style = "border:0" imagewrapper.width = 0; imagewrapper.height = 0; imagewrapper.src = "http://guest@192.168.188.65/tmpfs/auto.jpg"; wrapper.innerHTML = "<img class="center-ver3" src="http://guest@192.168.188.65/tmpfs/auto.jpg" />"; wrapper.appendChild(imagewrapper); return wrapper; } }); (The iFrame is not visible, it is just for open a Browser session with a user without a password) Can anyone help me by my probem? thx
  • ESP8266 + DHT22 + Thingspeak in magic mirror

    11
    0 Votes
    11 Posts
    12k Views
    schlachtkreuzer6S
    @tosti007 Why Thingspeak and not FHEM?
  • PICamera Gesture Recognition

    5
    0 Votes
    5 Posts
    3k Views
    M
    @tosti007 Haha yes i hope anyone could do this. Think this would be an smart and compact solution for Gesture, Motion and Facial-Recognition :)
  • Personalize Compliments

    6
    0 Votes
    6 Posts
    4k Views
    tosti007T
    @yawns Ohh yes ofcourse that would work aswell and is way easier! @reaper81 This would be the easiest solution
  • Telldus module

    2
    0 Votes
    2 Posts
    2k Views
    brobergB
    @YourhighnessLeender background image can be set within the custom.css, so unless you want random background images displayed thats the easiest road to take.