A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Trello list to display like wunderlist module.

    4
    0 Votes
    4 Posts
    3k Views
    J
    Here is what my board looks like now https://drive.google.com/open?id=0B3SbmpAWeYfPYmp1QVlvTld6T2s
  • A learning opportunity for me - MM as a time keeper

    3
    0 Votes
    3 Posts
    2k Views
    O
    I would think building a website would be easier as well.
  • logitech media server (Squeezebox)

    5
    0 Votes
    5 Posts
    4k Views
    K
    The goal is to adjust volume, skip songs, play and stop the music… Since LMS gives an image for the currently playing song, I just use that to show the current song + artist&title by use of an iframe.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • I have the API Documentation - Not sure next steps

    1
    0 Votes
    1 Posts
    872 Views
    nbrennN
    Hi all, The E-Monitor API specification has a listing of the supported API methods (page 3), like authenticate, deauthenticate, getCurrentData and so on. I’m not really sure where to go from here, as far as developing a module based on the API specification. Below, I have some of the very basic structure of the module, but I feel like I am out of my league when trying to write my own module. Module.resgister (“MMM-Emonitor.js”, { }, getStyles: function() { }, start: function() { }, getDom: function() { }, // And then the EMonitor methods below: authenticate: function() { } deauthenticate: function() { } getCurrentData: function() { } //… and so on down the list of the supported API methods
  • MM-hide-all with PIR Sensor

    2
    0 Votes
    2 Posts
    2k Views
    P
    Ok, I asked a friend write some code to make this work and he did a great job! Here is a link to the forked GitHub repo. I will add it to the Showcase section as well.
  • MM photo Gallery

    Unsolved
    1
    0 Votes
    1 Posts
    1k Views
    A
    Hello everybody, They are looking for a module that displays the images in a directory located in a network hd. How can I do ? There is already a form that does this? Thank you, Alberto
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    21 Views
  • MBTA (Boston) routes

    2
    0 Votes
    2 Posts
    1k Views
    ooom416354O
    @ShpongledPanda I am looking to do the same with the MTA/LIRR. I did build some logic into MM1 but am not a JS developer at all and had a ton of help. This would be a nice addition if someone could help!
  • Fuel Monitor for Austria

    5
    0 Votes
    5 Posts
    3k Views
    schlachtkreuzer6S
    @yawns that would be great :) the main probleme is, there is no API key for austria :(
  • News Ticker

    Unsolved
    19
    0 Votes
    19 Posts
    14k Views
    C
    In this video someone did it with stocks: https://www.youtube.com/watch?v=1L9yofDD-Ic&feature=youtu.be
  • 0 Votes
    2 Posts
    2k Views
    C
    Maybe this is a solution by getting the data to your own server ;) https://torque-bhp.com at the bottom: Upload live OBD2 data to your webserver or the torque web viewer in realtime
  • Wind Forecast from wind-ups.com

    1
    0 Votes
    1 Posts
    887 Views
    K
    Hello all, I would like to display the wind forecast from http://www.winds-up.com… Need only to display the graph like below : [image: 1481393773665-capture-d-e-cran-2016-12-10-a-19.12.59-resized.png] If someone could create the module …My Xmas wish :) Many thanks !
  • Samsung multiroom module

    1
    0 Votes
    1 Posts
    1k Views
    tidus5T
    Hey :-) im looking for someone who have clue about samsung multiroom (like sonos) do you know a module or something to controle the system ? im using spotify with the multiroom thanks
  • Hiding and Showing iFrame Module

    5
    0 Votes
    5 Posts
    3k Views
    C
    Take a look at my NavigationBar Module: https://github.com/chr1syy/MM-navbar There’s a code-block like: “On click, toggle hide/show”. With the VoiceModule from alexyak u just have to change the onClick to socketNotificationReceived. Take a look at the dev instrucionts for MM: https://github.com/MichMich/MagicMirror/tree/master/modules#socketnotificationreceived-functionnotification-payload So i would say: First install the voice modul and configure it. Go on the Page and get some voice models and put in on your Mirror like it’s said in the voice module instruction. Then u can open the Mirror in Chrome or Firefox and open the console. Now just try the voice commands. In ur console should appear the voice commands. Then the next step is to execute something on the incoming the notification. That’s the part, where i could help u to program ist.
  • Image Galery

    34
    3 Votes
    34 Posts
    27k Views
    yawnsY
    @fragator said in Image Galery: [image: 1480979678238-thumbnail_img_0109.jpg] @yawns Works perfectly, thanks for the info. I also just want to enlarge the image, what and the code for that. Looks really cool. I did not anticipate that.
  • Google Sheets Module

    2
    0 Votes
    2 Posts
    1k Views
    C
    Maybe this could be portable as a module https://github.com/benjamind/google-sheets
  • Web-Radio

    12
    0 Votes
    12 Posts
    8k Views
    D
    @reidbarber said in Web-Radio: If you use Alexa in the background, you can use iheartradio. Not sure if iheartradio has the stations you want but you can check. This is exactly what I’ve been doing for the past few months. Plus you can use tunein for all your live radios.
  • Video Player

    1
    0 Votes
    1 Posts
    1k Views
    E
    Hi so i wanted to play music videos that are saved on rpi. Like the simple player thats out there. Was wondering if there is anything like that out there. Also looking to use voice control to switch videos.
  • Touchscreen Buttons

    3
    0 Votes
    3 Posts
    2k Views
    C
    @broberg I think the easiest way according to the Module dev md and the Code i’ve Seen in other modules is getModule -> onclick -> hide/Show. Also, i dont want to change anything in the modules directly. Let me call it sth like a navbar on web pages. Just Made with: when this is clicked show me that. But as i said im useless in js programming. But a snippet of the function should be enough, so ist could do the Rest.