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.

  • How to Backup MagicMirror on Laptop with unbutu

    6
    0 Votes
    6 Posts
    999 Views
    MondfischM

    @Stoffbeuteluwe :

    Thank you! :-)

  • Working Google-Assistant on Raspbian Buster and 4b

    19
    0 Votes
    19 Posts
    3k Views
    M

    It works really well now. Mirror and assistant/addons turns on when the pir detects motion. Awesome combo of AssistantMk2 and Addons.

  • MMM-Whereis

    3
    0 Votes
    3 Posts
    833 Views
    ?

    @JohnBachini
    So where are you stuck? What log says?

  • My test post

    1
    0 Votes
    1 Posts
    160 Views
    A

    Hi,
    I’m testing my posts after akismet had me flagged for spam. They’ve made some changes at akismet and hopefully I can now post!

  • MM on NanopiM4 using Lubuntu...

    21
    0 Votes
    21 Posts
    2k Views
    S

    @banbutcher I have updated the run-start.sh script… if you would like the latest copy do

    cd ~/MagicMirror curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/run-start.sh > run-start.sh
  • Can't upload pictures to site..

    18
    0 Votes
    18 Posts
    2k Views
    lavolp3L

    @BKeyport Thanks!
    And theres the solution.

    Anjin 7. Dez. 2018, 19:37
    I had this problem as well, also impacted image uploading in messages.

    First updated to the newest nodebb release (1.11.0) and Node.js stable @ (11.2).

    Tried to downgrade Node.js back to (10.12) with no love.

    Returned to Node.js stable (11.2), and fixed by simply building sharp locally.

    npm install --build-from-source sharp
    Cheers
    Anjin

    Now we just need someone with forum server access! @paviro @roramirez @MichMich

  • Shared UI Components Library?

    2
    0 Votes
    2 Posts
    431 Views
    K

    First, remember how HTML and CSS normally work.

  • Rechtliches Betreffend Verkauf von Magic Mirrors

    7
    0 Votes
    7 Posts
    911 Views
    M

    :money-mouth_face: i make a donation.
    This is A fantastic project

  • Noob tutorials

    3
    0 Votes
    3 Posts
    460 Views
    M

    ok ty

    initially intimidating but also looks liek quite easy

    ill have to learn

    thanks

  • installation, help me ??

    4
    0 Votes
    4 Posts
    505 Views
    S

    @lacazet2k u have to run in graphics mode, full desktop, right?

    I would move up to latest Raspian, Buster

  • MagicMirror2 & smart infoboard multiple layouts

    Moved
    4
    0 Votes
    4 Posts
    722 Views
    doctorwhenD

    Pretty cool. I was able to get something working fairly quickly but then it took me a while to modify the maybe Romanian phrases like “no snow” and “no rain” and others so there is still some language localization work to be done. Also, I am unable as yet to get my Google calendar ics to work. Is there any log anywhere to debug a “Loading” module? Anyway, nice work!

    https://archive.ronrecord.com/smartboard/ipad.html

  • Basic software on which your MagicMirror software plays

    6
    0 Votes
    6 Posts
    975 Views
    S

    @Kasey00 raspian and mac are just special (hardware based) flavors of linux…

    they are not windows…

  • Just starting my build! Questions

    5
    0 Votes
    5 Posts
    803 Views
    J

    this just made me laugh, I found that on google

  • Smart Mirror in Vancouver

    6
    0 Votes
    6 Posts
    1k Views
    J

    you got that? if not then let me know I have something that can really helpfull for you that Free shipping codes at verifiedcouponcode. I bought a smart mirror few days back from here while I was working for my Final year project at cheap price.

  • Module for static display of class list, quotes, and weather

    2
    0 Votes
    2 Posts
    274 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
    539 Views
    StoffbeuteluweS

    @bhepler thanks will try tonight…

  • RPI3 running out of memory

    18
    0 Votes
    18 Posts
    3k 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
    2k 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
    511 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
    809 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