A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • How to make sure dependencies get installed?

    3
    0 Votes
    3 Posts
    2k Views
    andrewchumchalA
    @strawberry-3.141 said in Hey Guys.: create a package.json file with npm init fill out the fields, after that type npm install --save Thanks for the quick reply.
  • Schedule a function in a module.

    3
    0 Votes
    3 Posts
    2k Views
    V
    @yo-less I solved in a different way that it was planned before, but just for the fill the lack of knowledge, can you share your solution? tks!
  • Handle dependencies

    4
    0 Votes
    4 Posts
    2k Views
    strawberry 3.141S
    @alexyak e.g. [ card : alexyak/motiondetector ] without spaces
  • How to receive push notifications from another server?

    6
    0 Votes
    6 Posts
    5k Views
    paphkoP
    @strawberry-3.141 Awesome, thank you! That’s exactly what I was looking for :-)
  • Sound cards of different Pi models

    microphone sound card
    2
    0 Votes
    2 Posts
    2k Views
    J
    @strawberry-3.141 said in Sound cards of different Pi models: To optimise one of my modules, I would like to ask you guys to type cat /proc/asound/cards in your console and provide the output together with your raspberry pi module and what kind of microphone you’re using Raspberry Pi 3 / USB Microphone No modules running now, Jbl Go with Bluetooth on a pi3. 0 [ALSA ]: bcm2835 - bcm2835 ALSA bcm2835 ALSA
  • Get user input

    3
    0 Votes
    3 Posts
    2k Views
    V
    Great it worked!!! My mistake was that I was creating the app after a notification and not at the start of my module! Thanks a lot!
  • py/php question

    1
    0 Votes
    1 Posts
    1k Views
    cowboysdudeC
    Quick question… The module I’m trying to create [that I already have in php] … I know I can call it from a py script just have NO clue about py so any help here would be great!! Thank you!
  • Auto-disable module

    12
    0 Votes
    12 Posts
    8k Views
    yo-lessY
    @KirAsh4 - It’s amazing for me to see how helpful and how full of good advice people on this forum are. Thank your for that! I’ve got my module up and running now and will go through troubleshooting it. As soon as I feel that it’s working as it should, I will try to implement the feature to automatically disable it if necessary, I will study your code then as well. Thanks for pointing me in a good direction!
  • Access the default values in outside functions

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    G
    @MichMich Oh okay, thanks for the help!
  • Having issues loading library

    Solved
    5
    0 Votes
    5 Posts
    3k Views
    G
    @MichMich Thanks! I’ll fix my code accordingly so that I won’t modify vendor.js
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    11 Views
  • Fade-in/Fade-out with Electron

    6
    0 Votes
    6 Posts
    4k Views
    I
    and also take a look at https://github.com/MichMich/MagicMirror/blob/develop/modules/default/weatherforecast/weatherforecast.js#L142 - this is where the MMM-soccer fade functionality was derived from credits to @MichMich and the MM team :)
  • Instagram feed?

    4
    0 Votes
    4 Posts
    3k Views
    K
    Looking forward to see how you make it better! When I have some free time I’ll work on something else for it also…
  • Old Modules from MM1 transfer to MM2

    8
    0 Votes
    8 Posts
    4k Views
    ooom416354O
    I’m actually looking to do the reverse, take some MM2 modules and add them into my current MM1 (more for learning purposes). Any idea if this is possible?
  • Its may a problem with node_helper

    31
    1 Votes
    31 Posts
    19k Views
    P
    @schnep202 Still version 1 in the github yeah? Cheers again mate this is awesome
  • OpenCV problem

    Solved
    3
    0 Votes
    3 Posts
    3k Views
    P
    @piedaniel : Hello, I’ved tried to use the facetrainer tool from my raspberry pi 3 and pi camera but no luck. I’ve installed Opencv on my mac with the tutorial in your previous post (thank you for that) but how did you do the face training part ? with python capture.py ? Let me know Thanks
  • Node_helper and security key/certificate question

    1
    0 Votes
    1 Posts
    1k Views
    T
    I have gotten the AWS (Amazon Web Services) IOT mgtt client working on my raspberry pi 3. I would like to add this script to a custom module on my magic mirror to enable Echo voice control the Pi I/O’s and provide visual status of these I/O’s on the Magic Mirror. I think I almost understand how to set up my module’s node_helper file with the mqtt client, but I don’t understand how it will start correctly when I load up Magic Mirror. To start the mqtt client as currently installed outside the Magic Mirror app: you would use: npm start /example/sampleproject.js -f ~/certs/ The ~/certs/ folder contains the private key and CA certificate need for authentication with the Amazon services. I don"t understand how to do this within the Magic MIrror app. I have gone through all the scripts but don’t see/understand how to insure the npm cli args could be passed in when starting Magic Mirror. Would someone have the knowledge/experience to point me what I need to read/study/understand to enable this? Could it be as simple as hard-coding the path’s to these files in the script I will place in the node_helper folder? Point me in the direction I need to go and I will do my best to figure it out!
  • Calendar event dates enhancement

    14
    1 Votes
    14 Posts
    12k Views
    KirAsh4K
    Shouldn’t matter where it’s coming from. It was a guess on my part. So we’ll have to add an option to turn off the time display.
  • This topic is deleted!

    9
    0 Votes
    9 Posts
    103 Views
  • More Data

    1
    0 Votes
    1 Posts
    1k Views
    P
    delete…