A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Screen cannot rotate after upgrade to 2.4.0

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    S
    Read and Read and found the solution regarding cannot upgrade to 2.4.0 git reset --hard; git clean -df;
  • Newbie to everything - Error in module and cant work out why!

    Unsolved
    12
    1
    0 Votes
    12 Posts
    6k Views
    S
    @erycken said in Newbie to everything - Error in module and cant work out why!: loader.js:182 Load script: modules/MMM-MyTraktSeries//MMM-MyTraktSeries.js module.js:477 Module registered: MMM-MyTraktSeries loader.js:152 Bootstrapping module: MMM-MyTraktSeries loader.js:237 File already loaded: moment.js loader.js:157 Scripts loaded for: MMM-MyTraktSeries loader.js:197 Load stylesheet: modules/MMM-MyTraktSeries/MMM-MyTraktSeries.css loader.js:159 Styles loaded for: MMM-MyTraktSeries translator.js:170 MMM-MyTraktSeries - Load translation fallback: translations/en.json loader.js:161 Translations loaded for: MMM-MyTraktSeries … MMM-MyTraktSeries.js:22 Starting module: MMM-MyTraktSeries main.js:422 All modules started! … module.js:156 MMM-MyTraktSeries received a system notification: ALL_MODULES_STARTED … module.js:154 calendar received a module notification: CURRENTWEATHER_DATA from sender: currentweather so, from the log, your module is loaded and running… so, what do you do to present info? how does your module respond to the getDom() method call? that is how it provides data to be displayed…
  • Weather forecast only displays 'invalid date'

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

    2
    0 Votes
    2 Posts
    881 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
    9k 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
  • 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
  • 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
    679 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
    693 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
    706 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]