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.

  • Noobie here

    2
    0 Votes
    2 Posts
    518 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
    827 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
    321 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
    614 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
    4k 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
    995 Views
    S

    @iorifly thanks… fixed already

  • Does touch control work?

    3
    0 Votes
    3 Posts
    525 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
    722 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
    3k Views
    C

    will do! thank you so much for the help guys!

  • MMM-homeassistant-sensors erro

    1
    0 Votes
    1 Posts
    445 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
    366 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
    289 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
    513 Views
    J

    Got voice and mic working, now to start on the MagicMirror and modules 😁

  • Better mirrors?

    1
    0 Votes
    1 Posts
    292 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
    237 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

  • Is there such a thing as a flat HDMI cable?

    3
    0 Votes
    3 Posts
    480 Views
    R

    Perfect, thank you. “Right angle HDMI” term is exactly what I was looking for.

  • Come cambiare il colore dell'orologio Calendario meteo e compliments

    5
    0 Votes
    5 Posts
    780 Views
    S

    @Alex2020 said in Come cambiare il colore dell'orologio Calendario meteo e compliments:

    Grazie Sam per avermi risposto ma il codice .calendar . classname { color: blue;} dove lo devo inserire? nel Main Css oppure nel modulo Calendar.js

    tutte le impostazioni CSS vanno nel file
    ~/MagicMirror/css/custom.css

  • Any ideas for mounting RPi onto the back of the monitor?

    5
    0 Votes
    5 Posts
    932 Views
    R

    @BKeyport Yeah, ended up with just tape. Not elegant, but seems to work.

  • V2.10.0 - Impressive...

    18
    0 Votes
    18 Posts
    2k Views
    S

    @chassain-0 it says you must have done the git pull before doing the upgrade-script…
    (already at 2.10.0 when script started)

    test doesn’t change any files, but apply runs were aborted as the installed version was already at 2.10.0, so no npm install was done by script