A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Weather not working

    Unsolved
    26
    0 Votes
    26 Posts
    8k Views
    K
    @sdetweil Did fresh OS install anyway, and then ran your MM install script. Pasted my updated config file that we worked over into the new install and weather is working great. Now back to MMM-Flights. So, the final analysis for anyone reading this is to use the @sdetweil Magic Mirror install script, then edit the config.js The only config options for openweathermap that I used were: Location LocationID apiKey (used a free one from openweathermap.org) I did not have to use lat/lon or any other config options for it to work.
  • MMM-CTA black screen after installation

    Unsolved
    4
    2
    1 Votes
    4 Posts
    740 Views
    S
    @ht3 said in MMM-CTA black screen after installation: c/* MagicMirror² only need the first line. that nasty little c as the 1st character… please remove that
  • Vcgencmd display cron job not working

    Unsolved
    2
    0 Votes
    2 Posts
    681 Views
    T
    @Nneuland I assume you are now on Bullseye - see here https://forum.magicmirror.builders/topic/16865/mmm-remotecontrol-or-vcgencmd-issue and change the settings to use the fake KMS driver (fkms) instead of kms.
  • [nooob] right side of display is clipped/cut off

    Unsolved
    1
    0 Votes
    1 Posts
    152 Views
    E
    New to MagicMirror but loving it so far. My Raspian desktop fits normally on my screen, but when I run MM, the modules on the right side overshoot the display and get clipped. Thoughts on why or how I can diagnose this? Thanks! [image: 2022-11-26-110447_1920x1080_scrot_001.png?dl=1]
  • Camera via browser

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    A
    @bugsounet Hello, just following up on this and if you happened to have found the time?
  • MM Ver.2.21 Electron failed to install error

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    R
    @sdetweil Bingo. All systems go… Thanks once again. I am doing the backup restore thing now.
  • MMM-Live-Stream-TV Black Screen

    Unsolved
    7
    0 Votes
    7 Posts
    945 Views
    H
    @sdetweil There were 3 processes for Live Stream i@raspberrypi:~/MagicMirror $ ps -ef | grep “Live-Stream” pi 7037 7014 0 13:52 pts/1 00:00:00 /bin/sh -c ./modules/MMM-Live-Stream-TV/node_modules/@warren-bank/hls-proxy/hls-proxy/bin/hlsd.js --port “8181” pi 7038 7037 3 13:52 pts/1 00:00:01 node ./modules/MMM-Live-Stream-TV/node_modules/@warren-bank/hls-proxy/hls-proxy/bin/hlsd.js --port 8181 pi 7157 6922 0 13:53 pts/0 00:00:00 grep --color=auto Live-Stream I’ve killed them and then restarted Magi Mirror and again get 3 processes. I tired killing only 2 of the 3, no luck.
  • Keep having same error

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    S
    @svencarree said in Keep having same error: Could not load config file. Starting with default configuration. Error found: Error: Cannot find module ‘request’
  • Calendar event same start and enddate wrong (Google Calendar)

    Unsolved
    13
    0 Votes
    13 Posts
    4k Views
    S
    @RobertM very cool!!! you submitted a PR!!
  • Config editing

    Unsolved
    6
    1 Votes
    6 Posts
    3k Views
    M
    @ZeroCool Another thing to keep in mind is the type of the value. Text types must start and end with ", whilst boolean values (true/false) and numbers should not. A small example: { module: "weather", position: "top_right", config: { type: "current", updateInterval: 600000, useBeaufort: false } Maybe we should add a type-column to the default modules documentation.
  • Can someone explain me how to install fonts?

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    S
    @robiv8 see this https://forum.magicmirror.builders/topic/14862/help-with-a-couple-css-issues?_=1668635720813
  • Authorization Error on google photos

    Unsolved
    4
    0 Votes
    4 Posts
    718 Views
    J
    @delta-1 I get the same issue. Any joy fixing yours yet?
  • Calendar module: problem with moved Allday event (Google Calendar).

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    S
    @evroom keep those files around I opened this issue in node-ical https://github.com/jens-maus/node-ical/issues/234 haven’t in MM yet (will need 2, one for MM and one for the node-ical update)
  • disable X11 lightdm

    Unsolved
    8
    0 Votes
    8 Posts
    859 Views
    S
    @emadragon I don’t know… my scripts use the node process manager (pm2) so that its the same on every platform see https://github.com/sdetweil/MagicMirror_scripts the fixuppm2 script at the bottom of the page… then u would undo what the lxde setup was then its auto started on boot… but you can control it with the pm2 command pm2 status pm2 stop xx (or all) pm2 start xx (or all) pm2 restart xx output is captured to two logs pm2 logs --lines=nn (nn is some number, 15 by default) you can redirect that output to a file to view it if there issues during development and test, I don’t use pm2, I just cd ~/MagicMirror npm start >somefile.txt 2>&1 then it captures all the output to ~/MagicMirror/somefile.txt ctrl-q on the MM screen stops it ctrl-m minimizes once u have everything working , then reboot or pm2 start all
  • calendar

    Unsolved
    4
    1
    0 Votes
    4 Posts
    867 Views
    M
    @raf Center region has not full width.
  • Way to insert a HTML link in var

    Unsolved
    4
    0 Votes
    4 Posts
    611 Views
    thgmirrorT
    @Tom_LabHIdouille I’m not familiar with compliments, but can’t you create a locale html-file at the modules folder with the link to the picture you prefer and add the name of the html at all the compliments-module(s). The benefit would be only to change the locale file and all the compliments-modules should show your picture.
  • Hikvision DVR Image capture MMM-iFrame

    Unsolved
    8
    0 Votes
    8 Posts
    1k Views
    J
    @BKeyport Much appraciated, that works a treat! I owe you a Beer…
  • Problems running certain modules

    Unsolved
    8
    0 Votes
    8 Posts
    1k Views
    BKeyportB
    @marchvet One of the easiest things to screw up within the config.js is the lack of commas. If you cut and paste a lot of the modules config.js suggested entries, they omit the last comma. For example; { module: 'MMM-Multimonth', position: 'top_left' // can be any of the postions }, See that comma at the end? If you omit that, you’ll get the error screen if it’s not the last module in the list. Even though it’s not “normal” - I put a comma even if it’s the last on every item. This eliminates that error. As for the blank screens, the likely (but not always) module that’s missing is request. There’s documentation on how to install that elsewhere in the forum
  • Deleted appointments are still displayed...

    Unsolved
    2
    0 Votes
    2 Posts
    373 Views
    S
    @KamiSchami download and examine the ics file from terminal window do curl -sl calunder_url >somefile.ics then edit with some text editor. BEGIN :VEVENT start an entry
  • MMM_CoinMarketcap loading issue

    Unsolved
    1
    0 Votes
    1 Posts
    209 Views
    N
    Hi there, My MMM-Coinmarketcap won’t load for me on the mirror. For some reason it’s loading on MMM-remotecontrol on my phone, but not on the mirror itself. Is this a common occurrence? Anyone have suggestions on troubleshooting this? Thanks, N