A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • static text to MM2

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    K
    Hi @yawns , thanks a lot. This works fine after I copied your code into my file. Just typing the rest of the missing code does´nt worked. I had to copy the code. I assume a missing ; or ,. Anyway I fixed with your help. Thanks a lot!
  • Trying to change header colors

    1
    0 Votes
    1 Posts
    685 Views
    S
    I’m not sure what I’m doing wrong here, the others seem to be working… .weatherforecast .header { color: #09F; } .calendarweekly .header { color: #09F; }
  • localhost:8080 shows MagicMirror, but Electron just shows a blank screen

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    R
    DOH! I deleted the local MagicMirror directory and ran the install script.
  • Npm stopped working, npm install dont work

    Unsolved
    1
    0 Votes
    1 Posts
    700 Views
    M
    Hi, my npm has stopped working. I reinstalled node and deleted node_modules folder and tried to run “npm install” command and it says ERROR “sha512-YZotALyZD1xJixB8pNOKqBpmxV/NrOpMHQ3l7/CMB1hn5U7KRSviaeyv8/1MT7/rTgEFPOW85mdaFKFr2EfeAw== integrity checksum failed when using sha512: wanted sha512-YZotALyZD1xJixB8pNOKqBpmxV/NrOpMHQ3l7/CMB1hn5U7KRSviaeyv8/1MT7/rTgEFPOW85mdaFKFr2EfeAw== but got sha512-qOBOtp4vM2cf7NdCiUjnvLp7thkR43HUzrIO1HwknT6fj8D8Nc6IjtTqUS1WAYq8n6axCVB8GFGMptaY6ic/kw==. (178754 bytes)”. Complete log: https://www.scribd.com/document/383017992/2018-07-02T07-22-59-541Z-debug
  • Google Routes modules just showing white square! Send Help!

    1
    1 Votes
    1 Posts
    726 Views
    S
    Hi MM Peeps, I’m trying to load the google routes module, I’ve entered the api key and the city ids but all that shows up is a white square? Any help will be greatly appreciated
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    9 Views
  • Reboot black screen

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    J
    @justjim1220 , here is my calendar config. Hopefully this helps. { module: "calendar", header: "Family", position: "top_left", config: { calendars: [ { url: 'https://xxxxxxx:port/caldav/xxxxxxxx/eopscxu/', symbol: 'calendar', auth: { user: 'username', pass: 'password', method: 'basic' } }, ] } },
  • Magic mirror startup question...

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    A
    I use crontab and added @reboot tvservice -o to deactivate hdmi output on start. You can activate it on demand (as I do) or maybe after 60 seconds
  • how to remove a forked repo...

    7
    0 Votes
    7 Posts
    4k Views
    justjim1220J
    @mykle1 BWAHAHAHAHAHAHA!!! You’re so funny… NOT!!! THUG LIFE!!! [image: 1530047286900-rockymugsy.jpg] [image: 1530047296166-016d1c3aba3d791a120e48cf1054c546-rabbit-duck-tweety.jpg]
  • MMM-ASSISTANT error

    Unsolved
    3
    3
    0 Votes
    3 Posts
    932 Views
    justjim1220J
    @wireshark did you choose a ‘wake word’ different from /smart mirror’ or ‘snowboy’?
  • MMM-Pir-Sensor - Hue lights control

    Unsolved
    5
    1 Votes
    5 Posts
    3k Views
    G
    I found it to slow running it through the mm, maybe cause I’m running it from a pi0. So I run the PIR python script (it also does the led strips) as a background task outside of mm enabled at boot via crontab. It’s more responsive and seems to use less resources.
  • Needing testers and feedback... and possibly an answer or 2!

    Unsolved
    8
    0 Votes
    8 Posts
    3k Views
    justjim1220J
    @mykle1 Yeah, it is still working, but there are times when I refresh or reload after making a change to the mirror, that it doesn’t work. it’s really weird!!!
  • Web cam problem please help me T.T

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    S
    @pkj what did you do to fix the problem?
  • solved - MM works, but can see it via browser

    3
    0 Votes
    3 Posts
    1k Views
    zdenekZ
    @sdetweil good point, thanks. The Address parametr was not in config at all. I’ve added it with 0.0.0.0 value and I’ve got an error of not allowed device (weird), so I’ve solved it (at least for now) by ipWhitelist: [] thanks a lot Zdeněk
  • How to change spacing between lines

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    cowboysdudeC
    A couple different things you can do here… One put the data in a table… or Two… You could just either use CSS to do this OR create your element like this: var foo= document.createElement("p"); foo.classList.add("whatever "); CSS OR foo.setAttribute('style', 'line-height: 20%;'); No CSS```
  • MMM-WunderGround Temperature stop working

    Unsolved
    9
    1
    0 Votes
    9 Posts
    3k Views
    cowboysdudeC
    FREE Wunderground is dead… no more free api’s and the one you have will quit working at some point… that is why I changed NOAA to another provider.
  • 0 Votes
    7 Posts
    6k Views
    N
    @idoodlerI followed the tutorial exactly. It may be that I have the wrong version of node.js installed. I read that the last supported version is 7.5.0. I just do not get it installed.
  • Probleme beim Anzeigen des iFrame Moduls

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    B
    maybe a stupid question, but you installed the modules you trying to show correctly? git clone MMM-blabla in the modules folder… and after cloning most of the moduels need some dependencies you need a npm install within the modules folder. Just follow the readme instructions. Most of them are very cleraly described. Maybe you should try to show the iframe module with a simple page like google.de? Do you get errros that the mirror does not show anything at all, or just the new module is not shown?
  • MagicMirror stays black, but loading from another browser (Windows, Android) works

    Unsolved
    16
    0 Votes
    16 Posts
    8k Views
    A
    well something strange I noticed… (don’t know if that’s related) My Desktop used to be PIXEL I think (this nice road wallpaper and menu bars at the top. Now it looks like it is running Openbox. I don’t know how this happened, but it was not intended by me. Was that changed in the newest version because of my upgrades?
  • intermittent "white screen" problem

    Unsolved
    2
    0 Votes
    2 Posts
    913 Views
    C
    I just found some references to cranking up gpu_mem, just set it to 192 crossing fingers.