A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-MyCommute Module Working But Hidden??

    5
    1 Votes
    5 Posts
    1k Views
    S
    It worked after using the original repo
  • MMM-PlexSlideshow won't randomize

    3
    0 Votes
    3 Posts
    726 Views
    eprostkoE
    This is the result of git remote -v origin https://github.com/PJTewkesbury/MMM-PlexSlideshow.git (fetch) origin https://github.com/PJTewkesbury/MMM-PlexSlideshow.git (push) Maybe the option to randomize isn’t there. I’m sure when I built the MM in the first placein Dec 2019, it randomized. My urgency is gone now because I have worked around this problem. My Plex server was a separate RPi. I removed Plex from that one and made it a Samba file server. Now I’m using MMM-ImageSlideshow on my MM RPi and pulling them via a shared folder. That’s working fine for me and randomizes.
  • 0 Votes
    3 Posts
    613 Views
    K
    Thank you for your help. It works :-)
  • Modifying my MM Display

    1
    1
    0 Votes
    1 Posts
    342 Views
    K
    Hello, I have another question about my new MM. On the screenshot you can see my MM. However, I would like to have the display modified. Between the first line and the next modules I would like to have two or three more empty lines. But I do not know how to get that. The top line I just just wrote in the header text. And then I would like to have more space between the compliment and the newsfeed module. It would be great if you could help me there. Thanks a lot. Many greetings Lars[image: 1599401432581-2020-09-06-15_57_41-clipboard.png]
  • Failed to install dependencies, while trying to install MM2

    10
    0 Votes
    10 Posts
    712 Views
    S
    @MaikH1 make sure u didn’t get the 64 bit version. should be the 1st entry here https://www.raspberrypi.org/downloads/raspberry-pi-os/
  • 0 Votes
    2 Posts
    437 Views
    S
    @kayakbabe look thru the recent posts it’s not far back
  • Calendar entries wich repeated annually

    6
    0 Votes
    6 Posts
    1k Views
    S
    @thiske see the post at the top of the troubleshooting section for the temp fix til next release.
  • 0 Votes
    23 Posts
    7k Views
    G
    @Bugsounet Here is the custom.css file I use: /** * custom clock location */ .clock { position: absolute !important; left: 200px; top: 20px; }
  • 2 bugs since the last MM update

    7
    0 Votes
    7 Posts
    1k Views
    thymonT
    @sdetweil Yeah ! It works. Thank a lot :)
  • MMM-soccer : black screen, problem of config.js

    24
    0 Votes
    24 Posts
    4k Views
    R
    so cool, it’s good thank you so much
  • Read only config.js

    9
    0 Votes
    9 Posts
    2k Views
    P
    @sdetweil Here is mine and it looks like it is read write enabled. pi@pi:~/MagicMirror/css $ ls -laF total 36 drwxr-xr-x 2 pi pi 4096 Sep 1 19:13 ./ drwxr-xr-x 17 pi pi 4096 Aug 25 15:48 …/ -rw-r–r-- 1 pi pi 12232 Sep 1 19:13 custom.css -rw-r–r-- 1 pi pi 9032 Jul 14 01:01 custom.css.save -rw-r–r-- 1 pi pi 2957 Jul 13 11:53 main.css pi@pi:~/MagicMirror/css $ cd … pi@pi:~/MagicMirror $ cd config pi@pi:~/MagicMirror/config $ ls -laF total 32 drwxr-xr-x 2 pi pi 4096 Sep 1 19:14 ./ drwxr-xr-x 17 pi pi 4096 Aug 25 15:48 …/ -rw-r–r-- 1 pi pi 8196 Sep 1 15:57 config.js -rw-r–r-- 1 pi pi 3258 Jul 13 11:53 config.js.sample -rw-r–r-- 1 pi pi 3305 Jun 15 16:17 configOriginal.js -rw-r–r-- 1 pi pi 20 Jun 15 16:17 .gitignore pi@pi:~/MagicMirror/config $
  • RPI changes are saving in sudo nano, but revert back on reboot?

    1
    0 Votes
    1 Posts
    233 Views
    P
    My config.js and custom.css are reverting back to before I made changes to them upon a reboot. Can someone tell me how to fix this? Had to turn off the reboot in cronjob.
  • MMM-Google Assistant & MMM-MMM-Assistant2Display

    14
    1
    0 Votes
    14 Posts
    4k Views
    R
    Super , merci . ça me convient comme ça sinon je vais tout dérégler…Merci !
  • Weather forecast and calendar don't work completely

    8
    0 Votes
    8 Posts
    1k Views
    W
    @sdetweil It fixed it, it loaded twice in a row and loaded much faster than before. Thank you Sam
  • Raspberry pi 4 no hdmi output after a while

    3
    0 Votes
    3 Posts
    2k Views
    ?
    try to tunning /boot/config.txt in sudo mode. you can boost HDMI signal and force it at boot some command in terminal for RPI: vcgencmd display_power results: display_power=0 -> screen off display_power=1 -> screen on vcgencmd display_power 1 -> force screen on vcgencmd display_power 0 -> force screen off
  • Dev mode elements only showing fullscreen

    4
    0 Votes
    4 Posts
    777 Views
    S
    @monkeyboy126 ok, ne ver used those icons before… they act like toggles on my machine… either select via the web page or select by navigating the element tree, I have always used the elements tree… it highights as you move over the tree…
  • change color

    1
    0 Votes
    1 Posts
    219 Views
    R
    hi all how can i change the color from the default clock and current weather ?
  • My Raspberry won’t boot up

    8
    1
    0 Votes
    8 Posts
    2k Views
    R
    @sdetweil Thanks Sam
  • Run MM² on W10 to test modules - 404 and X-Content-Type-Options: nosniff

    4
    0 Votes
    4 Posts
    712 Views
    S
    @poutr u did not open it as an issue, so cannot close it. update doc. No, the project is only supported on pi 3 and 4.
  • Coding Error I cant get around

    2
    1
    0 Votes
    2 Posts
    245 Views
    S
    @alexrm u are missing the } for the config section of the module above the } u have highlighted. all the {} and [] must be matched