A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Calling a general function

    3
    0 Votes
    3 Posts
    1k Views
    ?
    @rsellmer I’m not sure, but you seem to use jQuery. but jQuery is not included by default. You should include jQuery into your module.
  • Solved - Several module instances with one node_helper

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    yawnsY
    Thanks for taking your time providing the solution you found. Very much appreciated
  • Assistant with screen

    8
    3 Votes
    8 Posts
    4k Views
    ?
    [image: 0.jpg] RPI & Kiosk mode is tested. and I added some tiny features for touchscreen. If you want to run this module on the Kiosk mode, you should rebuild some module for matching electron version. See Installation.
  • 0 Votes
    2 Posts
    945 Views
    V
    After trying out the method of importing the config, it works well and seems to be stable. If anyone has any reason why not to require the config.js in a node_helper file, I would appreciate an explanation.
  • Feedback on first module

    1
    0 Votes
    1 Posts
    629 Views
    L
    I’m kinda new to node JS and I just created my first module. I would love some feedback on how to do things better or smarter so I could improve the module and do it better in the future. [card:Luukvdm/MMM-ClashRoyaleProfile]
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    53 Views
  • 0 Votes
    8 Posts
    4k Views
    T
    For a first quick demo: https://streamable.com/5s6bn
  • Module suspend not being called

    3
    0 Votes
    3 Posts
    1k Views
    S
    this fix is now added to the develop branch, and will be merged to master at some time. Thanks Mitch
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    27 Views
  • what can i do in a module, porting from another mirror project

    13
    0 Votes
    13 Posts
    4k Views
    idoodlerI
    @sdetweil Glad I could help you!
  • Module Position

    34
    0 Votes
    34 Posts
    19k Views
    M
    @strawberry-3-141 yes but I will probably use the voice control in a different way than I hought I would. Thats why I am not sure how I will change the code. Makes not much sence to waste your time on correcting the faults when I change pretty much every part of the program again right afterwards (and have to get used to git since I did not use it yet)
  • ReferenceError: Module is not defined...

    7
    1
    0 Votes
    7 Posts
    4k Views
    justjim1220J
    @strawberry-3-141 Thanks for answering… My calendar link is there, but my password is not. It does say private, but it actually is public, so anyone can see it, nothing too personal ever gets put on there anyway. :smirking_face: I can get a YT player to work on the MM, I’m just trying to figure out how to shuffle the list so it doesn’t start from the first song every time i gets loaded. And, if it’s just the video it has problems with, it gives a different error and will go to the next video. So, I know its not that either.
  • Modules again.....

    module modules smart mirror smart mirror coding code quotes
    11
    0 Votes
    11 Posts
    6k Views
    idoodlerI
    @sdetweil Actualy JSON requires quotation of the key and of the value (if the value is a string) Example of a JSON file: { "string": "This is a string", "bool": true, "int", 1, "float": 3.14, "arrayOfStrings": [ "string1", "string2" ], "arrayOfInts": [ 1, 2 ] } The same can be used in a Javascript file, but as an object. You can also throw away the quotation of the keys.
  • programming model

    11
    0 Votes
    11 Posts
    7k Views
    S
    thanks… the image is not shown in the dom, it is shown in a separate ‘browserwindow’, floating over the dom. i just loadUrl the image into the window, after creating and positioning it. the mirror code doesn’t know the images are there pictorial calendar reminders. I have tested that the helper needs to do all this window mgmt The scheduler module does scheduling (compare db data to calendar entries), start/stop viewer(s), and provide indirect services to load images depending on their source (file, dropbox, google drive, one drive). The viewer module just walks thru a list of urls (getNext()) and opens a window hidden, loads image, hides old window, shows new window, deletes old window. (avoid dead window during load and, minimize screen flash)
  • Help QuickBooks module for MM

    2
    0 Votes
    2 Posts
    2k Views
    E
    I don’t think this is a good idea. A MagicMirror is by definition an IoT device, and IoT devices are notoriously known for their insecure practices. In fact, the default NOOBS install for the RPi from a security standpoint is a big no-no. Unless you have hardened your Pi to have sufficient security practices AND made sure that your network is secure, I would highly recommend against having an IoT device have access to your personal/business financial data. Plus, there are a few QB platforms e.g. online and desktop. Setting up access to a desktop QB file would likely require a computer to act as a QB server 24/7. And Quickbooks isn’t free, and module developers won’t be buying a subscription just to develop on it.
  • 0 Votes
    7 Posts
    3k Views
    M
    a slack module sounds great
  • Navigation inside MagicMirror with Buttons / Rotary Encoder on GPIO

    Moved
    11
    1
    0 Votes
    11 Posts
    9k Views
    A
    Hi to all, i finished the first version of my module, detail see: MMM-Navigate AxLED
  • 0 Votes
    3 Posts
    2k Views
    E
    @hsukup1 Download their Android app and extract the APK file. then search for their URL (and API key if any).
  • How to pipe a stream to module

    2
    0 Votes
    2 Posts
    1k Views
    asimhsiddA
    I guess the only way is to pipe the stream to a web socket which is turn piped to jsmpeg element… Any thoughts?
  • Stuck in development

    4
    0 Votes
    4 Posts
    2k Views
    B
    @patex said in Stuck in development: populate the standings object yourself If i would send the entire teams data how would i go about doing that? thx btw for the answer