A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 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
    899 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
    4k 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
    30k 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
    9k 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.
  • Wireless Tags

    2
    0 Votes
    2 Posts
    2k Views
    CatoC
    Sure, send me one and I’ll do it! 😉
  • Online web Radio

    2
    1 Votes
    2 Posts
    2k Views
    J
    Any updates on this? Also looking for it…
  • IoT Bed Sensor

    1
    0 Votes
    1 Posts
    936 Views
    T
    I have a Telehealth Sensor Adaptive Bed Sensor which I want to display data from the device to the mirror’s screen. Normally, the bed sensor would connect to a phone app via bluetooth and record “sessions” for when a patient is occupying and not occupying the bed. When you start a session the app displays a graph with real time data of the sensor recording the pressure applied. While the app is recording the data, it will trigger alerts to the phone about whether the bed is occupied or not. After you stop the recording for that session it saves a log of the data and gives you the option to upload that data. I want to be able to display the real time session and also display the alerts for when the bed is occupied or unoccupied. Below I have provided all of the links that I have for the sensor, the app it normally connects to, and any other documentation that might be helpful. I also have BTLE Profile document for the device, but this forum post won’t let me upload it. It says I don’t have permissions to do so. http://www.telehealthsensors.com/products/adaptive-bed-sensor/ https://play.google.com/store/apps/details?id=com.cgtekinc.mytelehealthsensors
  • Dweet

    2
    0 Votes
    2 Posts
    1k Views
    yawnsY
    They already have an official node.js framework. Before anyone jumps in … what would you like to do with the module? Would you want to interact on the mirror? Or just send messages to the mirror without being able to respond?
  • Simple random video player?

    1
    0 Votes
    1 Posts
    1k Views
    N
    Looking to play a random video based on user logged in. This is for a true Disney type of magic mirror for a little girl. All the code examples I seem to find are way to complicated. There will be 10 videos and I would like them to play randomly when she looks in the mirror.
  • Jawbone Up

    1
    0 Votes
    1 Posts
    980 Views
    M
    can anybody help me to program a module for Jawbone Up 3?
  • Earth globe

    18
    1 Votes
    18 Posts
    14k Views
    B
    @alexyak Very nice job! it’s exactly what I had in mind when I open this topic. Sad that can’t be run on RPI…
  • Temperature probe for living room

    5
    0 Votes
    5 Posts
    4k Views
    F
    Super, thank you, I had not seen these modules. Difficult to understand everything with the translator, In all that, thanks again for your work and explanation, all this really helps me a lot.
  • Apple Health

    5
    0 Votes
    5 Posts
    3k Views
    F
    Well I gave it a try, but the Fitbit MMM isn’t working any more for install…
  • Hurricane status?

    2
    0 Votes
    2 Posts
    2k Views
    yawnsY
    Hm, wunderground provides hurricane data. That should not be too complicated on first sight.
  • London tube status

    13
    1 Votes
    13 Posts
    7k Views
    S
    @nigel-daniels You are SO right! That works perfectly! Thank you!