A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 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
    4k 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
    11k 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.
  • 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
    3k 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
    46k Views
    MichMichM
    Should be fixed in the develop branch now: https://github.com/MichMich/MagicMirror/issues/611#issuecomment-272714388