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?

    102 Topics
    704 Posts
    S
    @mumblebaj so much fun! everybody is sliding into paywalls.
  • Module for static display of class list, quotes, and weather

    2
    0 Votes
    2 Posts
    319 Views
    Mykle1M
    @Merix I was wondering if there is an editable module that allows for quotes, class list, pics, and weather with wind data? All in one module? I don’t think so but there are plenty of modules for quotes, pics and weather with wind data. I’m not really sure what you mean by “class list”
  • Hi is there a module showing network speed or System stats

    3
    0 Votes
    3 Posts
    680 Views
    StoffbeuteluweS
    @bhepler thanks will try tonight…
  • RPI3 running out of memory

    18
    0 Votes
    18 Posts
    5k Views
    V
    @johntech no worries! “Memory” is often confused in this context. Hope you learned something 😁
  • How to connect IR Touch Frame?

    Moved
    2
    0 Votes
    2 Posts
    3k Views
    J
    Yes, the normal interface is just a USB connection. You can think of it like turning your screen into a tablet: you can tap on an icon, you can drag your finger(s) like you are drawing, etc… Depending on the orientation you want your monitor to be in you may need to rotate the controls via config file.
  • Noobie here

    2
    0 Votes
    2 Posts
    550 Views
    lavolp3L
    @RHAN68 Hello Rhan, you need to tackle your questions one by one because the whole system is complex and not intuitive. You should have some javascript and css knowledge or at least the interest to develop some. To your questions: the clock displays the time including seconds with am /pm. I do not want to see the seconds There’s a new documentation wiht all the basic info you need here https://docs.magicmirror.builders/ It’s well worth to spend some time with this documentation. You’ll find descriptions of the default modules and 3rd party modules. You’ll also find this exact option in the clock module. It is described here: https://docs.magicmirror.builders/modules/clock.html , and I want to adjust the font of the am/pm That would need some css. You can create a custom.css in the css folder. There you can define styles that overwrite the usual ones. CSS knowledge needed! For any of your questions, I’m sure you will find something on this forum.
  • client/server architecture

    4
    1 Votes
    4 Posts
    1k Views
    S
    oh, and the sendSocketNotification from the node_helper back to the modulename.js sends to ALL clients at once… so the client must check if the message is intended for them by checking the identifier supplied by the node_helper
  • MagicMirror home automation using open jarvis

    1
    0 Votes
    1 Posts
    405 Views
    A
    I am making my final assignment on magicmirror home automation with voice comand, is there anyone willing to make a detailed tutorial on making magicmirror home automation with open jarvis, if it pleases me to be very helpful, if I am willing to pay it doesn’t matter, the tutorial can be video or full writing, please help me, thanks.
  • Magic Mirror Photobooth

    3
    0 Votes
    3 Posts
    806 Views
    C
    Depends if you are doing a full length mirror, you would want your camera to reflect that
  • Does magicmirror need minimal X11 to run?

    26
    0 Votes
    26 Posts
    7k Views
    S
    @lpt2007 now, if you go back to the 1st docker image, and then open a browser on the host connecting to http://docker_container_ip:exposed_port you will get the same results…
  • I can't update my MM version

    10
    0 Votes
    10 Posts
    1k Views
    S
    @iorifly thanks… fixed already
  • Does touch control work?

    3
    0 Votes
    3 Posts
    562 Views
    ?
    MMM-Spotify has touchable(clickable) control buttons.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
  • Minimum Board Requirement for Software?

    3
    0 Votes
    3 Posts
    852 Views
    J
    I bought a 3b and it uses about a third of the resources of it so that leaves enough room to add some cron jobs or host a small web server or something.
  • MMM Remote Control Error

    11
    0 Votes
    11 Posts
    4k Views
    C
    will do! thank you so much for the help guys!
  • MMM-homeassistant-sensors erro

    1
    0 Votes
    1 Posts
    487 Views
    I
    Dear, I am trying to configure this module. My MM loads, but no other module loads, everyone gets msg loading … In the shell I have the following error: pi@raspberrypi:~/MagicMirror $ npm start > magicmirror@2.10.0 start /home/pi/MagicMirror > ./run-start.sh [19:57:53.065] [LOG] Starting MagicMirror: v2.10.0 [19:57:53.107] [LOG] Loading config ... [19:57:53.130] [LOG] Loading module helpers ... [19:57:53.141] [LOG] No helper found for module: alert. [19:57:53.416] [LOG] Initializing new module helper ... [19:57:53.421] [LOG] Module helper loaded: updatenotification [19:57:53.424] [LOG] No helper found for module: clock. [19:57:55.473] [LOG] Initializing new module helper ... [19:57:55.478] [LOG] Module helper loaded: MMM-Screencast [19:57:57.717] [LOG] Initializing new module helper ... [19:57:57.720] [LOG] Module helper loaded: calendar [19:57:57.723] [LOG] No helper found for module: compliments. [19:57:59.531] [LOG] Initializing new module helper ... [19:57:59.535] [LOG] Module helper loaded: MMM-DarkSkyForecast [19:57:59.742] [LOG] Initializing new module helper ... [19:57:59.747] [LOG] Module helper loaded: newsfeed [19:57:59.761] [LOG] Initializing new module helper ... [19:57:59.765] [LOG] Module helper loaded: MMM-homeassistant-sensors [19:57:59.770] [LOG] All module helpers loaded. [19:57:59.777] [LOG] Starting server on port 8080 ... [19:58:00.071] [LOG] Server started ... [19:58:00.079] [LOG] Connecting socket for: updatenotification [19:58:00.089] [LOG] Connecting socket for: MMM-Screencast [19:58:00.095] [LOG] Connecting socket for: calendar [19:58:00.102] [LOG] Starting node helper for: calendar [19:58:00.109] [LOG] Connecting socket for: MMM-DarkSkyForecast [19:58:00.116] [LOG] ====================== Starting node_helper for module [MMM-DarkSkyForecast] [19:58:00.123] [LOG] Connecting socket for: newsfeed [19:58:00.130] [LOG] Starting module: newsfeed [19:58:00.138] [LOG] Connecting socket for: MMM-homeassistant-sensors [19:58:00.147] [LOG] Sockets connected & modules started ... [19:58:00.153] [LOG] Ready to go! Please point your browser to: http://localhost:8080 Starting chromium browser now, have patience, it takes a minute --disable-quic --enable-tcp-fast-open --ppapi-flash-path=/usr/lib/chromium-browser/libpepflashplayer.so --ppapi-flash-args=enable_stagevideo_auto=0 --ppapi-flash-version= Abrindo em uma sessão de navegador existente. pi@raspberrypi:~/MagicMirror $ events.js:174 throw er; // Unhandled 'error' event ^ Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed at doWrite (_stream_writable.js:411:19) at writeOrBuffer (_stream_writable.js:399:5) at Socket.Writable.write (_stream_writable.js:299:11) at Console.con.(anonymous function) [as log] (/home/pi/MagicMirror/node_modules/console-stamp/main.js:150:46) at process.<anonymous> (/home/pi/MagicMirror/js/app.js:40:10) at process.emit (events.js:198:13) at process._fatalException (internal/bootstrap/node.js:497:27) ^C pi@raspberrypi:~/MagicMirror $ What do I do?
  • Module for alexapi?

    2
    0 Votes
    2 Posts
    457 Views
    S
    see the 3rd party module list https://github.com/MichMich/MagicMirror/wiki/3rd-party-modules, Voice Control heading
  • Two way mirror film Belgium

    Moved
    1
    0 Votes
    1 Posts
    315 Views
    P
    Hello everyone, I’m currently in the process of making my own Magic Mirror. I have already all the parts besides the two way mirror film. I bought 4mm glass that was cut to my exact measurements but I still need to find the best two way mirror film that I can apply on this (which can be delivered to Belgium). Can anyone help me with this, I quite scared that I order a complete wrong film. I think I can’t find two way mirror film that ships to Belgium, would privacy film also be good? Would this for example be good = https://www.amazon.com/WochiTV-Interiors-Decorative-Residential-Black-Silver/dp/B07M5W5C69/ref=sr_1_2?keywords=two%2Bway%2Bmirror%2Bfilm%2B80%25&qid=1578415681&sr=8-2&th=1 Thanks a lot!
  • been a while

    3
    0 Votes
    3 Posts
    695 Views
    J
    Got voice and mic working, now to start on the MagicMirror and modules 😁
  • Better mirrors?

    1
    0 Votes
    1 Posts
    321 Views
    R
    I built my MM with this acrylic mirror. And it works well enough. However, I’d never confuse it with a real mirror. Even when MM is off. It distorts just a slight bit. Are there better mirrors out there. That look more like a mirror.
  • Is there anyway to put MagicMirror and/or RPi to sleep on schedule?

    1
    0 Votes
    1 Posts
    275 Views
    R
    I’d rather not have my MagicMirror on during the night or between work hours when no one is at home. Is there a way to turn it on based on a schedule. For instance: 6am - 9am 6pm - 11pm