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

    3
    0 Votes
    3 Posts
    2k Views
    M
    Got this sorted - found there is another url that holds the information so added another request. The request I was having issues with was a post request, whereas the one I am using is a get.
  • photobooth module...2 screens?

    1
    0 Votes
    1 Posts
    1k Views
    D
    looking to have a 7" touch screen as secondary input, with a virtual keyboard like a console. Driving a magic mirror display, interactive, with a few questions/animations before picture and confirmation/email. kind of like this…https://github.com/wyolum/TouchSelfie Is it even possible? Maybe 2 Pis? One logged in as terminal? Anything like this already?
  • Alert' system as a call display

    6
    2
    2 Votes
    6 Posts
    3k Views
    C
    Added a more stable version to Github. I’m looking to build a .netcore version so it will run on a debian plateform.
  • Exporting a file from Google Drive with specific mimeType

    5
    0 Votes
    5 Posts
    5k Views
    L
    Anyone interested… here is the code which worked for me: https://github.com/google/google-api-nodejs-client/issues/1098
  • Displaying data from MySQL database

    9
    0 Votes
    9 Posts
    5k Views
    cruunnerrC
    Don’t know if it helps and i am trying to keep it short… I build an Oiltank measurement system with another raspberry pi. The results will be written to a mysql database and to a JSON file, which will be uploaded to my NAS. On the NAS i run the database and a web server. To Display the results on a webpage i used this php script: https://github.com/cruunnerr/OilTank-Graph-WebPage To display the results on my MM i got some very much help from our user @doubleT He wrote this module for me: https://github.com/cruunnerr/MMM-Oiltank The module grabs the data from a JSON file and shows it on the MM. Maybe this could help :/ MagicMirror: [image: 1522492361599-bildschirmfoto-2018-03-31-um-12.30.56.png] Web Page: [image: 1522492361991-bildschirmfoto-2018-03-31-um-12.30.12-resized.png]
  • Header not showing

    4
    0 Votes
    4 Posts
    2k Views
    Mykle1M
    @fabbr Welcome! :-)
  • Improve updatenotification module (to be module selective)

    5
    0 Votes
    5 Posts
    2k Views
    E
    Ah Yeah. That actually sound like a much better solution! Not sure when I’m gonna have time to implement it though. Kinda low on my priority list, right now. We’ll see…
  • MMM-Assistant (Dev Updates)

    10
    2 Votes
    10 Posts
    5k Views
    H
    @E3V3A i back up the module folder before i do any updates just in case i do run in to that issue lol
  • Spotify

    13
    1 Votes
    13 Posts
    9k Views
    P
    Realy good i thing i add it to my mirror. Thanks
  • access filesystem

    4
    0 Votes
    4 Posts
    2k Views
    L
    As it turns out, I didn’t read enough: I had to use the node_helper to access the filesystem. Sorry for digging out the thread.
  • Is it possible to run a module stand-alone without the MM framework?

    3
    0 Votes
    3 Posts
    1k Views
    E
    @j.e.f.f Thank you. Yeah, that seem to be the best dev solution so far.
  • helo every one

    2
    0 Votes
    2 Posts
    1k Views
    N
    @jonhcenami Have a look at MMM-pages. You can then also install MMM-Remote-Control. It’s a very useful module, but will also install a listener to send notifications to MM, as referenced in this (and other) posts. You can then use that listener to send notifications to your mirror, including to switch to the various pages you’ve configured.
  • Long running tasks - json parsing from url

    3
    0 Votes
    3 Posts
    2k Views
    C
    Thank you for the direction. It would seem that after a full day of mucking about, I have finally got it. Horray! Emby Media Server now has a place on my mirror. I’ll have to go tell the guys over there about. I have a feeling this Magic Mirror might catch on over there, especially now that there will be an official Emby plugin for it. Thank you again @E3V3A for taking the time to show some direction. Chef
  • Reverse Lookup MMM-FRITZ-Box-Callmonitor - help needed

    16
    1
    0 Votes
    16 Posts
    7k Views
    A
    Hi pinsdorf, thanks for your reply, here are some answers to your questions: putting the lookup in a own module. => Feel free, you just have to tell me, how i can grant write permissions to you (maybe via PN) i closed my own pull request, as i didnt find any other option Maybe you can also help in fixing this issue: https://github.com/paviro/MMM-FRITZ-Box-Callmonitor/issues/30 Regards AxLED
  • Custom module to run python script

    4
    1 Votes
    4 Posts
    4k Views
    strawberry 3.141S
    @Sputnik the facerecognition moduel of @paviro makes also heavy use of python scripts, take a look here https://github.com/paviro/MMM-Facial-Recognition/blob/master/node_helper.js
  • What other factors are affecting the updateInterval?

    8
    0 Votes
    8 Posts
    3k Views
    E
    @strawberry-3.141 Thanks a lot! PR merged.
  • MMM-Domoticz : update time ?

    11
    0 Votes
    11 Posts
    10k Views
    Y
    After 6 days, It works perfectly. Thanks you guys ! To summarize you have to : Change line 56 from this.scheduleUpdate(this.config.initialLoadDelay); to this.scheduleUpdate(this.config.updateInterval) Change line 169 from setTimeout(function() { to setInterval(function() { Optionnal, you can adjust timers at lines 13, 14 and 19 Have fun :-)
  • Why are people doing this: var self = this?

    5
    0 Votes
    5 Posts
    3k Views
    E
    @ninjabreadman Great Find! Exactly what I needed. That it seem a great lesson on this. In the reference… To fix the problem with using this inside the anonymous function passed to the "forEach" method, we use a common practice in JavaScript and set the this value to another variable before we enter the "forEach" method.
  • 0 Votes
    13 Posts
    6k Views
    E
    The module is now working and alive!! Thank you all for all your patience!!
  • module develop help!

    11
    2
    0 Votes
    11 Posts
    6k Views
    E
    Did you ever get your module to work?