A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Post method - gpio steering (relais)

    2
    0 Votes
    2 Posts
    2k Views
    K
    Hi, I’m using a home automation system which can provide a POST command to perform some actions within my house. Is there a way to communicate with the MagicMirror system? My mirror will be placed in our bathroom. Since there is already a presence sensor placed in our bathroom we would like to use this sensor to perform an action to the gpio pin of the raspberry pi. What would be the best method to perform this action?
  • Header for module "hello world"

    4
    0 Votes
    4 Posts
    3k Views
    K
    Sorry, now that I see my post again: I did not insert the header tag in the correct module. (Shame shame)
  • Multiple layouts/configs

    12
    0 Votes
    12 Posts
    15k Views
    K
    What about the raspberry pi skywriter (pimoroni)?
  • Switchable CSS & entirely different layouts.

    2
    0 Votes
    2 Posts
    2k Views
    cowboysdudeC
    Well in theory you could create other positions with css … so you’re not limited to just the standard layout. As the mirrors get bigger the screen area can be defined more. For example ‘top_right’ could be ‘top_right_middle’ etc…
  • 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
    6k Views
    P
    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
    A
    @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
    4k 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
    8k 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
    3k 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
    P
    Great thanks!