A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • English - Foreign Language Word Translation

    1
    0 Votes
    1 Posts
    926 Views
    A
    Second request. I’d like my mirror to display every day an English word, with its translation into my chosen foreign language. Thanks
  • HTML Templating System

    1
    2 Votes
    1 Posts
    1k Views
    J
    I’ve hacked away at pretty much every module in order to tailor my display to my liking. While there’s a lot you can do with CSS, you’re limited when everything is laid out with tables, so I’ve found I’ve needed to change the markup in most modules. It would be nice if the modules abstracted the HTML out into a separate template file so that whenever I update a module, I don’t need to do a whole lot of reverse engineering to recreate my changes. Even better would be if you could specify an alternative template file in the module’s config. Then any subsequent update would not overwrite your customizations. I understand this would be a significant upgrade to the current code base, but maybe something to think about for a v3 of MagicMirror. -Jeff
  • Wanted holiday module

    20
    0 Votes
    20 Posts
    11k Views
    W
    @cowboysdude That looks great :)
  • Quotation of the day

    27
    0 Votes
    27 Posts
    18k Views
    P
    Wow… :thumbsup_tone2: Thank you for that so far. I will test it tonight and report again.
  • Does an iPhone notifications module exist?

    5
    0 Votes
    5 Posts
    4k Views
    B
    or maybe you integrate “http://pushover.net/” this is independent from device or platform maybe this helps: https://github.com/SamDecrock/node-pushover
  • DD-wrt vpn status

    1
    0 Votes
    1 Posts
    937 Views
    F
    hi, i try to load my ddwrt vpn status on my MM i need help. thanks.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    289 Views
  • Uber wait time estimator

    6
    0 Votes
    6 Posts
    4k Views
    C
    @canadrian good call. Thanks!
  • turning monitor on by incoming call?

    pir sensor notifications monitor turn on module
    6
    1 Votes
    6 Posts
    4k Views
    Mykle1M
    @romain said in turning monitor on by incoming call?: Hopefully it was clear enough. I know it’s hard to understand that kind of stuff when you never did it before It was wonderfully clear. I can barrel my way through some simple coding without really understanding how or why it’s working (or not working). Thanks for helping me to understand a little better.
  • BME280 Temperature, Humidity and Air Pressure Module

    1
    0 Votes
    1 Posts
    1k Views
    O
    Hello, I’ve got a BME280 environment sensor running using the following node.js code: https://github.com/skylarstein/bme280-sensor I’ve been able to modify it to output to a webserver in JSON format. Would anyone be able to help with building a module to display output from this sensor on Magic Mirror? I’m reasonably proficient with Python but have next to no experience with node.js Thanks!
  • openHome renderer module

    3
    0 Votes
    3 Posts
    2k Views
    K
    Thanks for your suggestion. I realized that the openhome renderer creates a logfile. Now I’m reading that logfile and select the appropriate data to send to the MagicMirror.
  • Philips Hue

    3
    0 Votes
    3 Posts
    3k Views
    nogEN
    Sorry i am very late. thx, work good
  • simple web-radio

    4
    0 Votes
    4 Posts
    2k Views
    B
    Hello, I have a issue in the code, the Buttons will not work. How I can control the voiceradio with Buttons? Thanks Blackmirror
  • Multi line RSS with thumbnails

    6
    0 Votes
    6 Posts
    3k Views
    D
    @cowboysdude Man, I searched everywhere yesterday for something like this. I tried searching RSS, XML, Feed, you name it. Thanks! I’m happy for 1 at a time with a thumbnail!
  • Add function to control LED strips via 'MMM-Remote-Control'

    2
    0 Votes
    2 Posts
    2k Views
    brobergB
    this one exists : https://forum.magicmirror.builders/topic/674/mmm-pilights-control-a-lpd8806-led-strip-on-a-raspberry-pi Maybe not for you, but there is one :D
  • SpaceX launch schedule

    3
    0 Votes
    3 Posts
    2k Views
    brobergB
    @bobbob601 aren’t all requests personal? Why should that matter? Anyhow, found this https://launchlibrary.net, they offer a API, but it’s for all kind of launches not just spacex.
  • upload pic on twitter

    1
    0 Votes
    1 Posts
    976 Views
    S
    hi, a module in which a image clicked by picamera and upload on twitter. something like this(https://www.raspberrypi.org/learning/tweeting-babbage/) or is there a way in which i can run magic mirror along with tweeting babbage script together?
  • London Bus status

    27
    0 Votes
    27 Posts
    20k Views
    nwoottonN
    @soqueen TBH I rolled the master branch back to an earlier version that worked and branched the version with the bus stop name as the header. Once I get the last couple of issues in that branch version sorted I’ll role it back into the master. If you want to try it and give me feedback, the branch is called HeadersIssue.
  • Moto-GP

    1
    0 Votes
    1 Posts
    927 Views
    nogEN
    Is it possible to make a Moto GP module like MMM-SoccerLiveScore. best regards nogE
  • Tell maps to from A to B

    2
    0 Votes
    2 Posts
    2k Views
    A
    As far as I know, there is no such module yet. Actually, I see this as two different things: A module that shows a route on a map and accepts notifications to change the route. For this, you could use the existing MMM-googlemaps module. Support of notifications has to be implemented, though. A voice-control module sending the notification to the module described in 1. It has to be able to detect not only keywords but truely recognize speech, so that you can input origin A and destination B. I guess this is already done in one of the several voice-control modules (probably in the pocketsphinx one)?!