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?

    105 Topics
    727 Posts
    J
    @sdetweil Thanks, I made the changes ad it works perfectly. Thank you for your prompt response.
  • Module programming preview, jsfiddle?

    11
    0 Votes
    11 Posts
    9k Views
    morozgrafixM
    @washichi Interesting idea for the module. And glancing at your code you seem to be on the right track. I may be not understanding what you trying Sublime Text to do. It’s just a text editor with ability to add various packages on top of it. It’s not a full blown IDE. I don’t believe that you can compile or preview the JavaScript module directly in Sublime. My general workflow for module creation is something like this: Create MMM-mymodule directory inside MagicMirror/modules Open MagicMirror directory in sublime Add barebones config for the module to modules array in config.js, for example: { module: "MMM-mymodule", position: "bottom_right", config : { } }, Start node serveronly and point my Chrome with dev tools open to the http://localhost:8080 Create/edit MagicMirror/modules/MMM-mymodule/MMM-mymodule.js, save it. (or other files that you need for the module) Refresh the browser to pickup my changes, debug etc. Repeat steps 5-6 as I go along. If adding/editing node_helper.js repeat steps 4-6 since node needs to pickup that file. Some of restarts/refreshes can be automated on file save with different tools, but I’m not going to get into that right now.
  • Another mirror project

    5
    1 Votes
    5 Posts
    3k Views
    S
    @lolobyte yeah but all that apps and programs,… it´s more like a info screen than a mirror ;)
  • Camera intigration in your Mirror

    23
    0 Votes
    23 Posts
    21k Views
    R
    Ok, sounds interesting. Can the Face-Recognitiontool and the MMAL-Motion share the camera? If I try to use the Camera with “raspistill” while the Face-Recog-Module is enable, I get an Error.
  • electronic forum???

    4
    0 Votes
    4 Posts
    3k Views
    cowboysdudeC
    @fersev Not even sure what that is :) A dimmer switch?
  • MagicMirror featured in MagPi 54

    8
    7 Votes
    8 Posts
    5k Views
    morozgrafixM
    Nice write up and cover story. Saw it over the weekend. Congrats!
  • Approach to show message in MM once an RF signal was detected

    1
    0 Votes
    1 Posts
    952 Views
    M
    Hi there, I’m looking for an approach to accomplish the following: I have some (remote) radio controlled power outlets (on 433 MHz signals). Currently I have 4 of these outlets, so 8 different codes (on /off). I would like to display a message on my MagicMirror once a particular power outlet has been switched on. The message should disappear if the particular power outlet has been switched off again. I have a wireless receiver for my Pi up and running and also found a RFSniffer (https://github.com/ninjablocks/433Utils/tree/master/RPi_utils) written in C++ which works fine so far. I can see all codes for each outlet if I switch it on/off by the remote control. Now I’m struggling with the implementation in my module for MM. I understand that I have to use the node_helper.js somehow to receive notifications. But I only found a way to get results of Python scripts back to the node_helper. I don’t find a RFSniffer tool written in Python. Question 1: Is there any Python RFSniffer available? Question 2: How can I get the result from the C++ Sniffer to the node_helper.js to evaluate it in my module? Is there a way without having a Python script inbetween? If not, is there any tutorial or similar code available that I can use as template to solve my requirement? Thanks in advance! MAF1981
  • Splitting zone...

    1
    0 Votes
    1 Posts
    1k Views
    SnilleS
    Hi all, I’m trying to save space on my mirror to be. I’m thinking if it would be possible to make a module where you can “split” a zone. Or rather arrange other modules in another way in a zone. As it is now you can basically only decide what module is on top and the order the modules are added under each other in config. I would like to be able to put modules beside each other as well. Here is an example: This is my current left top corner: [image: 1485642704444-current.png] This is how I would like it to be: [image: 1485642723039-tobe.png] So, I want to move the “moon” to beside the clock, but still be in the top_left. Is this possible? Thank you all for this great project! :)
  • 0 Votes
    2 Posts
    2k Views
    O
    the mmm-todoist should do the trick https://github.com/cbrooker/MMM-Todoist they can edit the content via webpage or app also you can have alexa built in / external to edit the doc. https://blog.todoist.com/2016/10/13/todoist-alexa-integration/
  • RSS News Feeds (Viewing Content)

    7
    2 Votes
    7 Posts
    5k Views
    B
    @cowboysdude I’ve made a clickable newsfeed that gives you the description of the headline when touched, it’s not the entire article, but it’s a little more info on the headline.
  • Interchange multiple modules at runtime

    3
    0 Votes
    3 Posts
    2k Views
    PatexP
    Thank you very much. Way easier than expected :)
  • Compatibility with MXQ PRo 4K (Android 5.1)

    1
    0 Votes
    1 Posts
    1k Views
    C
    Hy, I am novice, I would like to know if this application “Magic Mirror” can be compatible with a TV module like MXQ pro 4K (Android 5.1). If yes how to make it work? Is there a tutorial? I am French and I want to build my mirror connected to matetiel. I thank the whole community for your help. I like the Magic Mirror project, I find it really well built and finished … I hope to soon be part of this community with my project and to bring my help in my turn … thank you in advance Aurélien.
  • MM2 launch without internet

    11
    0 Votes
    11 Posts
    8k Views
    A
    @cianoo45 That is actually one of the use case i am covering with my app and BLE module: https://forum.magicmirror.builders/topic/1497/magicmirrorapp/2 One of the features is, that you can connect a MagicMirror to a wifi network over bluetooth. Only downside is, that there is currently only an app for Android and not for IOS or Windows Phone (i currently have neither, so can’t develop one in the near future).
  • Anyone experience an issue with white walls and the mirror reflection?

    1
    0 Votes
    1 Posts
    941 Views
    N
    Hi all, So I’m towards the end of my mirror build, I have all the modules setup how i want them on my pi which was super quick because I’d been using a ubuntu vm for testing and then just SCP the config.js over. Im at the point where I can put a tablet screen with a teamviewer session behind my Two-way acrylic to see how it looks size-wise and I’ve noticed that however bright i make the screen it’s not very clear because my walls are WHITE! So unless I’m standing directly in the front of the module i want to look at all i see is faint text amidst a reflection of a white wall LOL. I’ve tried changing the colour of the text to stand out more but it doesnt seem to do all that much. Has anyone else had to work around apartment decor and what helped you if anything?
  • How do you stay up-to-date on the MM forum?

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    T
    @PindaPower if I have a break I often check if there is some new notification. Other than that I mostly use the unread section aswell
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    2 Views
  • How To Add IFRAME Code to Calendar

    8
    0 Votes
    8 Posts
    4k Views
    A
    That’s cool. I also found a website where I can just get the .ics file, so I’ll play around with it, and see what works.
  • Display more than one news article?

    5
    0 Votes
    5 Posts
    3k Views
    Y
    @wrumble If you need help from other developers feel free to post your code or a link to your github repository for technical troubleshooting.
  • Artificial Intelligence MMM Video

    10
    0 Votes
    10 Posts
    7k Views
    B
    @alexyak Hi, looking at your reply, that sounds a lot like what I’m doing in my blog : [https://smartmirrorprojectblog.wordpress.com](link url) I’m connecting the alexa java client to the MM on a RPI. Anywhere near that? If so, got any resources for me, like Alexa skill code or something? Much appreciated
  • Scheduled Sleep and Wake

    3
    0 Votes
    3 Posts
    3k Views
    P
    I use the following cron jobs for sleep at 11pm and wake at 6am. 0 23 * * * /opt/vc/bin/tvservice -o 0 6 * * * /opt/vc/bin/tvservice -p
  • Can Pi3 run MM2 and OpenHab effectively?

    1
    0 Votes
    1 Posts
    2k Views
    M
    Right now I’m running everything separately (MM2 and OpenHab) on 2 separate RP3s. I’m just wondering if I can run OpenHab (running most of the things in my house) and Magic Mirror 2 on the same RPi3 without any performance issues? I would require this to be pretty stable and the family uses OpenHab and not being techy wouldnt be very impressed if it suddenly went down lol. Not sure my wife would know where to start fixing things. I figure the MM is always on (using a PIR sensor for the screen) and if it has extra bandwidth to run OpenHab might as well do them on the same board that way I can free up the other Pi. I also just got a new Pi Zero specifically for running the MM but then I can also use this for something else. I’ve been looking around but havent found much on the topic and I can’t say that I’m an expert on Linux resourcing etc…