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

Subcategories

  • Any suggestions or wishes for the forum?

    103 Topics
    720 Posts
    S
    @OrangeMirror the current docker setup will only work for multiple instances IF you use the MM_CONFIG_FILE environment variable to run instances off different config files, or the MM_PORT env variable to override the port if using the same config.js all the files will come from the ONE folder tree ~/magicmirror so this means you would have to setup multiple entries in the compose.yaml to launch multiple instances (with the different config parms) You have to change the container name too this is because all the DATA used by the container is external (on docker host filesystem) and not IN the container an example NOT using docker, but same idea here https://docs.magicmirror.builders/configuration/introduction.html#advanced-configuration-and-frequently-asked-how-to-configure-examples
  • Web interface for customization?

    9
    0 Votes
    9 Posts
    8k Views
    KirAsh4K
    That’s a question for @MichMich. As he mentioned above, he has a module on his to-do list, but it takes time to develop something like that. We all have busy schedules too. Catch-22.
  • Access to file system

    5
    0 Votes
    5 Posts
    3k Views
    tatailleT
    @KirAsh4 ha ok, sorry I not familiar with architecture. I already did a lot of widget for AtlasBoard for my company but I did not need to access fs.
  • How to contribute ?

    2
    0 Votes
    2 Posts
    2k Views
    KirAsh4K
    Essentially you are using your own github account to do that. Write your code, commit it to github, and then share it with the rest of the world. Github has extensive help pages on their site. A good beginner’s guide is here: http://product.hubspot.com/blog/git-and-github-tutorial-for-beginners I would recommend you start there and when you get stuck (or if you get stuck), let us know where/how, and we can try to help resolve the issue then.
  • Alexa or Jasper?

    6
    0 Votes
    6 Posts
    6k Views
    MitchfarinoM
    @mochman Check this out too - https://forum.magicmirror.builders/topic/257/raspberrypi_ai
  • RaspberryPi_AI

    voice control raspberrypiai
    1
    0 Votes
    1 Posts
    2k Views
    MitchfarinoM
    Reddit user Comm4nd0 has just released his code for his AI. The link includes a video with a demonstration of its capabilities. Looks pretty impressive! https://www.reddit.com/r/raspberry_pi/comments/4ovcpm/raspberrypi_ai_code_as_requested/
  • Promotion video

    public relations
    3
    1 Votes
    3 Posts
    3k Views
    EoFE
    @MichMich Agreed! Definitely show some of the modules we’ve got around here, and other mirrors. What MichMich posted should be enough to make a pretty good video.
  • When you're writing code ...

    1
    6 Votes
    1 Posts
    1k Views
    KirAsh4K
    [image: 1466189678205-bugs.jpg]
  • 1 Votes
    3 Posts
    2k Views
    MichMichM
    @paviro Not sure! If so, I’ll make sure to post it here.
  • Making my own translation [solved]

    tips and tricks tutorial
    10
    0 Votes
    10 Posts
    7k Views
    Wilco89W
    After years of programming & translations I learned a lot. In my own language (frisian) we do use some of these a lot, and in the other language (Dutch) we don’t use them often. But for every starter it can Be a huge problem to solve this very Tiny issue. I Hope you did finish your translation and Made a PR.
  • Shopping / To Do List

    2
    0 Votes
    2 Posts
    4k Views
    KirAsh4K
    Personally I use Google Keep. The reason I like it is because I can use it to write notes, set alarm on notes, I can create shopping lists with it, and if I want to get creative, even to-do lists, although the latter is better done with Google Tasks. And, for me, best of all, it’s synced across all of my devices, computer, phone, tablet. The bad news is, Google Keep does not have an API, however Google Tasks does, it’s a REST API. I’ve thought about it quite a bit actually, but haven’t had time to actually start looking at what it would take.
  • I'm back!

    3
    2 Votes
    3 Posts
    2k Views
    KirAsh4K
    Oh no, he’s back. Quick lock up your mirrors, change your passwords. Lock the doors!
  • eGalax Touch Screen Panel Worked Out of the Box on Pi 3

    3
    0 Votes
    3 Posts
    2k Views
    paviroP
    Maybe it acts as some kind of USB mouse/touchpad?
  • Using MM1 on older Pi's

    9
    0 Votes
    9 Posts
    4k Views
    paviroP
    @KirAsh4 I pretty much have the same opinion. However you should still be able to install node and npm on the Pi 1. The create a config file error is probably related to some typo in your configuration file or you did some other mistake setting the the thing up. Seems like you did not install the dependencies by using npm install? This could also be a reason :)
  • Spotify

    4
    1
    0 Votes
    4 Posts
    9k Views
    paviroP
    I moved this into the general discussion category since it isn’t a real module (yet?).
  • A different day, a different mirror ...

    1
    0 Votes
    1 Posts
    1k Views
    KirAsh4K
    This just came across my radar. This appears to run entirely on an Android tablet. Android Motion Sensing Smart Mirror http://www.instructables.com/id/Android-Motion-Sensing-Smart-Mirror/
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
  • Old mirror code [solved]

    2
    0 Votes
    2 Posts
    3k Views
    paviroP
    Check the branches on GitHub!
  • Question about the mirror

    7
    0 Votes
    7 Posts
    4k Views
    KirAsh4K
    It’s a warning, sure. And perhaps their product is indeed easily scratched. Ask around, go a different place or vendor, see what kind of response you get.
  • Electron 1.0 released.

    2
    0 Votes
    2 Posts
    2k Views
    J
    @MichMich Yes it does, But I have tested on a iMac. Installing on a raspberry pi, is little bit annoying. 0_1462962894899_npm-debug.log
  • GitHub/Fork/Local Git/Getting Giddified ...

    7
    0 Votes
    7 Posts
    4k Views
    MichMichM
    @KirAsh4 Thats true indeed. I just admit. I work the same way as you: push every change! ;)