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

    Unsolved
    9
    0 Votes
    9 Posts
    4k Views
    R
    Investigating the issue more, it seems that only newsfeed has this problem, not the whole MM. I have tried changing the encoding of the rss feeds, installing all roboto fonts, etc… Nothing helped yet. Anyone who can help with this? Thanks!
  • A couple of hopefully easy "how to's"

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    M
    @bhepler Thanks. Will do. I don’t know if she will have a mouse/keyboard but Im sure I can find one at goodwill for a few bucks.
  • lock a module size

    Unsolved
    1
    0 Votes
    1 Posts
    553 Views
    C
    How can we lock a module’s size?My issue is that i use MMM-AssistantMk2 at top_left,above my calendar that is at top_left position too.When i use assistant it changes size depending to my question and it makes calendar change width too.How can i lock calendar’s size?
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • MMM-NetworkScanner help needed

    21
    0 Votes
    21 Posts
    16k Views
    E
    In my case, all the devices on LAN and 2.4 networks are found, while 5ghz network is not seen even through sudo arp-scan -l -q
  • Sometimes random modules gets hidden

    Solved
    14
    0 Votes
    14 Posts
    6k Views
    C
    @sdetweil cant do that mate,its not my thread and i am not a mod :)
  • Using the MMM-Remote-Control API

    Unsolved
    1
    0 Votes
    1 Posts
    792 Views
    L
    Hi, I am building a magic mirror and i want to control it with my own webapp. For this i wanted to use the API calls from the remote control module. When i execute them in postman it works but suddenly the requests didn’t work anymore. I always get the “Cannot GET /api/test” for exemple back. Does anyone had the same problem? Kind regards Lorenz
  • Should I update?

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    Mykle1M
    @keyun21 Ahhh, I see now. Your npm needs to be updated. Simply open a new terminal and type npm i -g npm and press your Enter key.
  • Screen Flashes/glitches after ~10 min of operation

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    Mykle1M
    @jynx13 Glad you got it sorted out. :thumbsup:
  • Adjust the brightness of the MagicMirror

    Unsolved
    7
    0 Votes
    7 Posts
    3k Views
    CyruS1337C
    Ok, I will do it. Many Thanks
  • Magic Mirror Not starting

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    B
    It looks like pm2 isn’t completely configured. Did you run the pm2 startup command and did you run the command it spits out at the end?
  • I could not install MM2 in a new Raspberry pi 3+

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    S
    Thank you ! Finally solved using this detailed guide : https://forum.magicmirror.builders/topic/9356/the-latest-install-guide-mm-w-google-assistant
  • MMM-cryptocurrency - ticker only returns top 100 currencies

    Unsolved
    1
    0 Votes
    1 Posts
    644 Views
    kwyjibo089K
    Looks like the ticker only returns 100 currencies, the limit parameter seems useless. Anybody experienced this? Would like to have a currency outside the top 100 on my mirror. Any workaround? Or would it be best to open an issue on the module’s github site?
  • I'm tired with Magic Mirror 6 update

    Solved
    8
    0 Votes
    8 Posts
    3k Views
    S
    @sdetweil said in I'm tired with Magic Mirror 6 update: ypically you also must npm install in each module folder if they have a package.json file so that their components are at the same level I would start with each module over the defaults and comment them out, and back in one by one Ok, i’ll try
  • Installation of USB Microphone for using Google Assistant (MMM-AssistantMk2)

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    S
    @Fabian ok, I don’t know anything about that module, sorry
  • MMM-ISS and Daily XKCD - Can't get these modules working

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    Mykle1M
    @Swashbucklin Glad you got it working! :thumbsup:
  • Strange line in the middle of the monitor

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    ejay-ibmE
    @Vauxdvihl then I would simply raise a git issue to the dev. I don’t know this module, but I would say at first it come from the css, I might be worng. Other user of the module can probably help better , but I think the dev can figure this out quickly Ejay
  • Can't get pm2 to auto launch after reboot

    Unsolved
    4
    0 Votes
    4 Posts
    3k Views
    wishmaster270W
    Hi, i had the same problem the last weeks. It looks like pm2 creates the startup script for systemd with wrong parameters. You should check if there exists a file “/etc/systemd/systemd/pm2-pi.service” In my case the file existed but contained the following lines: USER=root which should be USER=pi Environment=PM2_HOME=/root/.pm2 which should be Environment=PM2_HOME=/home/pi/.pm2 PIDFile=/root/.pm2/pm2.pid which should be PIDFile=/home/pi/.pm2/pm2.pid If the file does not exist you can create it with: sudo pm2 startup systemd -u pi But you need to check the values again after creating it. In the end you can enable the script with: sudo systemd enable pm2-pi.service The parts in described by @Chris are needed as well
  • Error after latest MM Update

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    V
    Thanks a lot Fixed the prob
  • Optimize position in "bottom right"

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    Mykle1M
    @chris1971 Please try in your custom.css file and adjust accordingly .MMM-TextClock { margin-bottom: -50px; }