A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Subcategories

  • Any suggestions or wishes for the forum?

    95 Topics
    656 Posts
    KristjanESPERANTOK

    @toxeek Just to let you know, I am not part of the core MagicMirror team and my answer is based on my personal interpretation of the situation.

    I wish you every success! 🚀 I would find it interesting if you could tell us about your project later.

  • M.Sc project- Fitness mirror

    3
    -1 Votes
    3 Posts
    512 Views
    L

    @amirco said in M.Sc project- Fitness mirror:

    Hii All,
    My name is Amir Lorch I am a Masters’s student in Data Science.

    My Research vision is to create a smart mirror to encourage people to exercise more often, so the mirror prototype will present training data and display by demand a workout video. This is added to random food and training habits recommendations (using the basic “compliments” module).

    I’m having trouble with the MMM-googlefit and MMM-Withings. Im looking for collaborators and any cool idea that you can offer me.

    what is the problem with modules??

  • IR control of presentations?

    11
    0 Votes
    11 Posts
    1k Views
    kayakbabeK

    @DrFalken said in IR control of presentations?:

    Hey everyone - i’m looking to run https://revealjs.com/demo/ on MM, in a web browser module. I have a basic MM setup but otherwise a newbie :)

    The idea would be to able to able navigate through the slides with an IR remote (either mimicking keystrokes, or issuing api calls to the revealjs server.

    Does this seem realistic to do? Any pointers on implementation would be very helpful!

    As others have explained, MagicMirror won’t do what you want.

    To solve your need,
    There are presentation wireless “mice” which look like tv remotes which can do what you want, if you are using a computer to display your website on a screen.
    OR
    you could turn each slide of your presentation into a graphic image and load them on a usb stick. Most “smart” tv’s have the ability to display images from a usb stick and will allow you to adjust the settings so you can change pages by clicking on your tv’s remote control.

  • Unable To Install The Application!

    2
    0 Votes
    2 Posts
    624 Views
    S

    @Josephshoemake we don’t support the base os here, only MagicMirror.

    that command is Windows as well.

  • Newbie walk through

    3
    0 Votes
    3 Posts
    365 Views
    S

    @sdetweil thanks. I’ll have a crack at it this weekend. Much appreciated.

  • Possible to show Month View in lower corner?

    14
    0 Votes
    14 Posts
    2k Views
    BKeyportB

    @kayakbabe wasn’t a ‘idea’ so much as a passive aggressive point.

    I’ve previously asked to add middle to the left and right to make it a true 3x3 grid for top/middle/bottom and left/center/right.

  • Vanity mirror for corded electric shavers

    3
    0 Votes
    3 Posts
    329 Views
    bheplerB

    @donaldbathe - The short answer is: You cannot. The power socket for your electric shaver is not a mirror issue. I suggest you look for a local home electrician who can install a properly grounded outlet below your bathroom mirror. Rates vary, so be sure to shop around.

  • Does MMM SleepWake block webcam?

    4
    0 Votes
    4 Posts
    420 Views
    S

    @sdetweil Hi Sam, many thanks for responding here. I think it might work yes. I will give it a try when I have a chance.

  • Globle Module

    3
    0 Votes
    3 Posts
    348 Views
    S

    @sdetweil i already did , but i didn’t found that one

  • Screen turning off

    16
    0 Votes
    16 Posts
    2k Views
    N6NGN

    @sdetweil Thanks Sam… I’ll give it a try…

  • How many modules I can add at once

    3
    0 Votes
    3 Posts
    324 Views
    plainbrokeP

    So far 35 using Carousel to run through them 45 seconds a screen takes about a half hour to run through and get back to the beginning. Add until you can’t find room on the screen anymore.

  • GooglePhotos

    4
    0 Votes
    4 Posts
    482 Views
    S

    @pat59 no, it’s the Google developers console credentials setup. nothing changes on the pi, except the new downloaded credentials file

  • learning Python fubared my javascript

    2
    1 Votes
    2 Posts
    242 Views
    S

    @kayakbabe lol easy to fall into the ditch!..

  • Install bulk of modules.

    4
    0 Votes
    4 Posts
    319 Views
    S

    @Joris_Bogaerts sure. see my backup/restore repo

    it creates a file of the urls to the modules on github

    and on restore loads them all…

    so just make the file.

    https://github.com/sdetweil/MagicMirror-backup-restore

  • Making a dashboard for a company

    8
    0 Votes
    8 Posts
    1k Views
    B

    Hi, I have code an magic TV with MagicMirror app (v2. 13, never update it!) for my company.
    It display some information (read directly from database,) and slide show photos, internal document.
    It’s just an rpi3B+ used in local (for technician hall) with an 27’ screen computer and remotely (server mode for hall of the company) with a 100’ smart tv
    Works fine since ~2y now

  • thinking about an inky touchscreen hat for mirror gestures

    1
    0 Votes
    1 Posts
    146 Views
    kayakbabeK

    I was at microcenter and bought a pimoroni inky touchscreen just to play with.

    I’ve been fighting with teh MMM-flick-gesture module trying to add the airwheel gestures and learned I need to learn a lot more…

    Since the pisupply Flick would be hanging below the mirror anyway… I’m thinking the inky display might be a better thing to use instead. And… it could display some things when the mirror is blacked out, and when the mirror is displaying, it could show instructions on how to use it to control the mirror pages and module.

    I think I might be going down a rabbit hole.

    I’m wondering if anyone has setup an inky display magic mirror. Have you?

  • Webcam feed as background?

    1
    0 Votes
    1 Posts
    274 Views
    B

    I would like to use a live webcam feed from a tropical island as my background. Is this possible? Seems like it would be fairly easy but still outside of my capabilities…

  • RPi uSD card copying guidance needed

    4
    0 Votes
    4 Posts
    408 Views
    AssassinsA

    @earnestrichards
    I do this and it make backup to a .img file.
    https://github.com/The-Exterminator/PiShrink-to-Crontab

  • MM logs

    3
    0 Votes
    3 Posts
    2k Views
    mumblebajM

    @mayfield There are a few places to check the logs. If you start your mirror using pm2 then you can just run pm2 logs --lines 50 and see if there are any errors. You can change the line numbers to get more lines. You can also check the developers window (shift + ctrl + i) and see if there are any errors there.

    If you start your mirror using npm then you can check the terminal where you started the mirror from for any errors.

    For modules that are not working the issue is problem deprecated dependencies. See below post on how to fix these.

    https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later?page=1

  • MMM-Screencast not working?

    2
    0 Votes
    2 Posts
    282 Views
    S

    @Stoffbeuteluwe AND you looked in the two places we always look for errors

    the dev window and the console output…

  • Any thoughts for mounting RPi onto the rear of the screen?

    4
    0 Votes
    4 Posts
    539 Views
    T

    Amazon has plenty, not expensive. Do a search for Vesa mount for raspberry pi.