A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Window size and position / Configuration with arrays in general

    1
    0 Votes
    1 Posts
    2k Views
    berlincountB
    Hi! I’m the one who filed https://github.com/MichMich/MagicMirror/pull/484, which added single configuration options like window_x, window_y, window_height, etc … MichMich’s recommendation was to use an array like window: { width: 1920, height: 1080, x: 0, y: 0 } … which as such would be fine, but horrible to override. As the config-loading code uses Object.assign(defaults, config) to override defaults from the config, the whole Array would have to be given - even if only one option would be needed. As it would be awesome to just take the whole Array passed to the BrowserWindow call, a generic way of overriding individual defaults Array entries (including unsetting some) from the config would be nice. I’m currently having trouble wrapping my head around this, so I’m reaching out :) Ideas? count
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • This topic is deleted!

    4
    0 Votes
    4 Posts
    106 Views
  • Add module reference to alerts

    alert
    7
    1 Votes
    7 Posts
    5k Views
    paviroP
    Well feel free to change things in the alert module since it should be rewritten at some point anyway… :D
  • Standard module: Clock

    3
    0 Votes
    3 Posts
    4k Views
    andrewchumchalA
    @Plati The Config has been push to GitHub. You can look at the module page here and It has a new option for showDate. But remember update the magic mirror first by doing Git Pull
  • Automatic Location Refreshed Daily

    6
    0 Votes
    6 Posts
    3k Views
    cowboysdudeC
    Unless you install a GPS module to show location… which is possible…
  • microsoft magic mirror with face detection

    3
    0 Votes
    3 Posts
    3k Views
    cowboysdudeC
    Yes this is already possible here… it may not be as good to some but you know what? It’s NOT Microsoft… ;)
  • Microsoft Outlook

    7
    0 Votes
    7 Posts
    7k Views
    cowboysdudeC
    No doubt having an email info window would be awesome Microsoft isn’t developer friendly… Why not just a module you can enter your info into and see your email that way? I know there’s one here…
  • different ports

    4
    0 Votes
    4 Posts
    2k Views
    S
    ok i just found something new (for me) you could do this “port-thing” if you put this: this.expressApp.listen(3000) I allready read a lot in this forum, but found that this page i another great source of information: https://github.com/MichMich/MagicMirror/issues?page=2&q=is%3Aissue+is%3Aclosed It’s a little bit of Topic. I know and I’m sorry… :)
  • Suspend hidden modules [done]

    4
    0 Votes
    4 Posts
    3k Views
    paviroP
    Great thanks!