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

Subcategories

  • Update notification not working

    7
    0 Votes
    7 Posts
    4k Views
    tosti007T
    @nobita MMM-Mobile is for his app he is making
  • Calendar reccuring events not showing up. Just the first instance.

    2
    0 Votes
    2 Posts
    2k Views
    V
    @jcbriones Did you modify the event? Maybe something to do with this? link
  • MagicMirror fails to be started via SSH console

    6
    0 Votes
    6 Posts
    5k Views
    J
    @wewa00 Have you tried enable auto login? Can be configured with raspi-config.
  • Calendar will not load, not even the example

    2
    0 Votes
    2 Posts
    2k Views
    ?
    Turns out when it updated, the bottom line got deleted for some reason. you know, the one preceded by “/*************** DO NOT EDIT THE LINE BELOW ***************/”… So i aded the lines again and it works. :-)
  • Update checker Git dependency?

    1
    0 Votes
    1 Posts
    1k Views
    A
    As I wrote about some here, it seems that the update checker has a Git dependency. (I haven’t looked at the code that carefully, please forgive me if that assumption is wrong.) Normally this would not be a problem if you follow the install directions directly as they specify running a git clone command so naturally you must have Git. But I did it using the GitHub Desktop option, and someone could certainly use the Download As ZIP option from GitHub.com too. I don’t really care too much since they program still runs and I have figured out how to get rid of the exception that it causes. But I thought I might pose two questions: Should there be a note in the manual install instructions that Git on your path is a requirement? Should there be a Git dependency in the first place for checking for updates?
  • ipWhitelist doesn't work for me

    8
    0 Votes
    8 Posts
    5k Views
    mochmanM
    @DazDavid Yeah, I messed up with the CIDR notation for IPv6. The reason why “/24” works is because that gives you practically every IP (especially every IP4 address). If you want to just have 192.168.X.0 - 192.168.X.255 whitelisted, you should use "::ffff:192.168.X.1/120". I added a HOWTO guide here to help out everyone.
  • 0 Votes
    1 Posts
    1k Views
    T
    Re: ipWhitelist doesn't work for me
  • calendar: maximumNumberOfDays is ignored

    Solved
    3
    0 Votes
    3 Posts
    3k Views
    binderthB
    @broberg said in calendar: maximumNumberOfDays is ignored: it should be outside the calendar array thanks, that did the trick. I got the “README.md” wrong! ;)
  • cannot stat '/config/config.js.sample' : No such file or directory

    4
    0 Votes
    4 Posts
    4k Views
    F
    @fabrang looks like it is looking for the config folder in the root folder - not /home/pi/MagicMirror. What exactly is the command you are running when you get this error?
  • 0 Votes
    1 Posts
    1k Views
    M
    well… The title says it all, I guess. Settings: language: ‘de’ (vor zwei Tagen) and ‘en’ (two days ago) timeFormat: 24 units: ‘metric’
  • Alert module display_time

    4
    0 Votes
    4 Posts
    3k Views
    MichMichM
    Fixed: https://github.com/MichMich/MagicMirror/blob/develop/modules/default/alert/README.md
  • Think I managed to break "helloworld"

    1
    0 Votes
    1 Posts
    1k Views
    A
    Found this when sending messages: If I use this in config.js: // HELLOWORLD - use to ALERT user; { module: 'helloworld', position: 'middle_center', config: { text: 'when is "The Last Gold"' } // closes config }, // closes module helloworld (NOTE: no space btween double-quote and single-quote, I get a totally black screen. (Even when I look at it from a remote webbrowser) However, // HELLOWORLD - use to ALERT user; { module: 'helloworld', position: 'middle_center', config: { text: 'when is "The Last Gold" showing?' } // closes config }, // closes module helloworld works just fine. Other modules I am using: alert clock MMM-Wunderlist (twice) MMM-WunderGround calendar (7 different ones) newsfeed I was able to reproduce this using pm2 reboot - I have NOT hard rebooted.
  • Null displayed using Microsoft EDGE browser

    6
    0 Votes
    6 Posts
    4k Views
    B
    @MichMich Done
  • Calendar Overflow Issue [solved]

    12
    0 Votes
    12 Posts
    8k Views
    MichMichM
    Thanks. I’ve closed the issue.