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?

    103 Topics
    720 Posts
    S
    @OrangeMirror the current docker setup will only work for multiple instances IF you use the MM_CONFIG_FILE environment variable to run instances off different config files, or the MM_PORT env variable to override the port if using the same config.js all the files will come from the ONE folder tree ~/magicmirror so this means you would have to setup multiple entries in the compose.yaml to launch multiple instances (with the different config parms) You have to change the container name too this is because all the DATA used by the container is external (on docker host filesystem) and not IN the container an example NOT using docker, but same idea here https://docs.magicmirror.builders/configuration/introduction.html#advanced-configuration-and-frequently-asked-how-to-configure-examples
  • 0 Votes
    3 Posts
    2k Views
    qu1queQ
    Para ese objetivo está creado este foro. El grupo de Telegram servirá como otra herramienta más, pensando por ejemplo, en la gente que no entienda inglés. For this purpose this forum is created. The Telegram group will serve as another tool, thinking, for example, of people who do not understand English.
  • Who speaks Spanish? / Quien habla español?

    Moved
    11
    0 Votes
    11 Posts
    16k Views
    qu1queQ
    Pues me acabas de dar una idea, acabo de crear un grupo de Telegram para Smart Mirror en castellano. Este es el enlace: https://t.me/smartmirrorRPI Well, you just gave me an idea, I just created a Telegram group for Smart Mirror in Spanish. This is the link: https://t.me/smartmirrorRPI
  • This topic is deleted!

    3
    0 Votes
    3 Posts
    559 Views
  • Keyboard input.

    1
    0 Votes
    1 Posts
    793 Views
    I
    Hi all. I’m just getting started with my MagicMirror/Notification center. I’m planning to use a touchscreen and am wondering if it is possible to add input (such as to Wunderlist) with a keyboard/virtual keyboard? Or would this require coding in both the MagicMirror software as well as each module that is being used? (Sorry, I searched the forums and Google, but came up empty). Thanks for any help.
  • Looking for a module to show and hide different modules

    4
    2
    0 Votes
    4 Posts
    1k Views
    S
    the question was, how do you KNOW that music is playing? what code tells u? I would expect the spotify playing module to do a sendNotification(“spotify_Playing”,something); so that other modules might know… it does not do that (looking at the code)… you could fork the existing code and add the 2 lines (one playing, one not) of code and submit an enhancement (pull) request to the module owner…
  • Any free API for face recognition?

    3
    0 Votes
    3 Posts
    2k Views
    C
    @alfred Microsoft cognitive sense api
  • Quick Question regarding Magic Mirror cache

    8
    1 Votes
    8 Posts
    4k Views
    C
    @e3v3a Sure I can share it! There is a bit of a setup to get things rolling, but in the end, the security camera/alexa/Cognitive neural network is quite on point. The best part is that if the neural network does get confused, the image is sent to the magic mirror anyway. So, Alexa will apologize for not being able to gather image information but will remind you to look at the magic mirror alert. However, in both instances, the security camera image is posted on the mirror.
  • 0 Votes
    2 Posts
    4k Views
    paviroP
    Font Awesome is already part of the package. No need to load it externally. Checkout this file.
  • Google API credit changes

    1
    1 Votes
    1 Posts
    864 Views
    J
    Google API changes. This appears to effect mostly Maps users but will it stop there? Thoughts? https://cloud.google.com/maps-platform/user-guide/
  • Azure Connection with MagicMirror

    1
    1 Votes
    1 Posts
    715 Views
    N
    hello everyone anyone knows about how to use azure cognitive services in magic mirror in raspbian OS
  • Autobrightness 7" Touchscreen based on Ambient Light

    3
    0 Votes
    3 Posts
    1k Views
    H
    @hengy Well it seems to be working. What was missing from the cut and paste I did of the code was #! / Usr / local / bin / python Seems /usr/local/bin/python doesn’t exist on my pi. I changed it to usr/bin/python. Also okunan means read in Turkish. I changed it back to read. I ran this in a terminal and it seems to work. Nice, I now have a screen which changes to ambient light.
  • node clientonly shows blank page

    2
    0 Votes
    2 Posts
    1k Views
    R
    Yes, I am facing the same issue… logs say “There something wrong. The clientonly is not running code 1”
  • Docker setup verse Server only on Raspberry pi

    1
    0 Votes
    1 Posts
    995 Views
    P
    I have been playing with magic mirror for the last couple weeks. To start I loaded the docker to get a general feel for things. I decided I want to move forward and setup a raspberry pi to host magicmirror. My problem is that the Docker version displayed fine in my LG TV browser, its great with the PIP in the mornings. The rpi version just shows a black screen. What are the difference between the two versions? Could it be something in the html? Thanks,
  • Get pictures from synology NAS - "Rediscover This Day"

    9
    1 Votes
    9 Posts
    6k Views
    G
    would LOVE to do this!!
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    829 Views
  • Use MM as a screensaver (split topic)

    4
    0 Votes
    4 Posts
    2k Views
    yawnsY
    just tried the web-page-screensaver and I have to admit it fails displaying the MagicMirror site. I’m looking for another solution
  • Touch screen options

    touch screen
    5
    0 Votes
    5 Posts
    2k Views
    M
    Ok. Thank you.
  • MMM-Globe acting up

    1
    0 Votes
    1 Posts
    847 Views
    R
    MMM-Globe is acting up. Globe is disfiguring itself. Any clue as to why?![0_1523633251364_IMG_1931.jpg](Uploading 4%)
  • How to display a pop-up locked pdf from the web?

    1
    1
    0 Votes
    1 Posts
    892 Views
    D
    Hi, I built a Magic Mirror for a school project. It should display the representation plan of the school, which is available on their website as a table (PDF). But the PDF is secured by a pop-up window (pic below). I just want to display one column of the table. Is it possible to do that? Any idea how this could work? Thanks, Dustin [image: 1523547315753-login.jpg]
  • Moving github issues like a boss!

    1
    1 Votes
    1 Posts
    901 Views
    E
    Here is your CLI tool to migrate or move all (or some) github issues from one repo to another! Unlike some others, it also copies all the labels and all the tags properties (name, color, description). [card:E3V3A/gh-missue] This is very useful when your repo is full of crap and you wanna start from afresh but keep your issues. PS. Require Ruby installed