A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Weather forecast only displays 'invalid date'

    Solved
    21
    0 Votes
    21 Posts
    93k Views
    B
    Awesome, v2.4.1 fixed it Thanks @MichMich :)
  • Help! Problem updating to v2.3.1

    2
    0 Votes
    2 Posts
    963 Views
    MichMichM
    @kullboys https://forum.magicmirror.builders/topic/7581/can-t-update/4
  • Can't Update

    4
    0 Votes
    4 Posts
    3k Views
    D
    @michmich Thasnks MitchMitch. That did it.
  • Downgrade Magic Mirror?

    14
    0 Votes
    14 Posts
    11k Views
    Mykle1M
    @kastore https://github.com/MichMich/MagicMirror/releases
  • Which version of raspbian? Jessie? Stretch?

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    MichMichM
    You can use the latest version, but make sure you use the full version. Not the lite version.
  • MMM-Assistant Jarvis.umdl set up

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    M
    @plachu I’m using 2.4.1 It recognizes the jarvis hotword with file: ‘resources/u-models/jarvis.umdl’, sensitivity: ‘0.8,0.80’, hotwords: [‘jarvis’,‘jarvis’] but the microphone turns red right after recognizing the hotword and doesn’t do anything afterwards.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    40 Views
    No one has replied
  • MMM-MyWeather doesn't show up

    3
    0 Votes
    3 Posts
    2k Views
    S
    @axled I think it’s because I don’t have the WU API i was trying to use one from OpenWeather
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • 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
    725 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
    736 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
    785 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: 0_1530047284825_Rockymugsy.jpg] [image: 0_1530047294655_016d1c3aba3d791a120e48cf1054c546--rabbit-duck-tweety.jpg]
  • MMM-ASSISTANT error

    Unsolved
    3
    0 Votes
    3 Posts
    1k 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.