A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • Building an Image Module.

    10
    0 Votes
    10 Posts
    6k Views
    LukeCodewalkerL
    @shadymaple ok now i got the problem. can you please update the module. To do that just type git pullin the module directory (…/modules/MMM-Globe/). And in your config file you have to change your path to https://github.com/ddzurko/Mirror/blob/master/Gear.png?raw=true. Then it should work.
  • 1 Votes
    18 Posts
    11k Views
    Mr.MeeseeksM
    @rvdgeer do you have pm2 installed and configured? Oh looked above, you do. Well I have noticed even though logs show command error, it still works, I think it’s because node doesn’t surround commands in quotes.
  • skywriter - python to javascript

    18
    0 Votes
    18 Posts
    14k Views
    K
    This helps indeed for the error, thanks. But how to use it like I want? I mean, how can you do calculations within following up socketnotifications? It looks like with every gesture the this.config;gesture_up starts with the value 0.
  • ISS HD Earth Feed Module

    2
    0 Votes
    2 Posts
    2k Views
    ?
    http://ellsworth.github.io/ISSTracker/ https://github.com/owntheweb/alexa-iss
  • Module Creation Understading with Known APIs

    1
    0 Votes
    1 Posts
    1k Views
    R
    It has been an interesting two weeks playing around with my new MagicMirror for work purposes. I recently have had success in loading in the recent logs from a google spreadsheet using the quickstart.js file located here I would want to display that information onto the magicmirror in a corner somewhere. The issue I am having is trying to understand the module format with node.js and where things need to go if I want to create the quickstart.js as a module. I have been using this to better understand module creation but I am having trouble wrapping my mind on how I would make something like the quickstart.js in a module. Where would I put that code in the module and so forth. It is really neat that we can create and customize modules for our mirrors. I tried to look at other module codes to see how they are structured but it is also hard for me to learn the creators style of coding. For example, understanding what getDom() does and when I need it or what wrappers are and why I would need that. I do have coding experience but not with node.js. I am basically asking for layman’s terms on where to put code if you want it to do this and why it has to go there. Thank you for taking the time to read this message.
  • Passing Variables Around

    Solved
    7
    0 Votes
    7 Posts
    4k Views
    J
    Basically yes, that’s what I’m trying to do. Would that work, assuming I set it up as a new module according to the guidelines you sent earlier? (thank you by the way, that helped a lot). Essentially I’m just trying to be able to pull data from my MongoDB (I will probably roll this into its own module – right now I’ve committed the sin of modifying app.js directly until I get my bearings). Then use the Mongo data to populate data in other modules (think Hello World, Compliments, etc.). It sounds like I will need to create a second module that essentially takes my Mongo data and sends it in the form of a JSON object variable to other modules using sendNotification() and then have them update the DOM to reflect the change. I know there are some nuances, but for the sake of brevity, am I generalizing/thinking about it correctly?
  • Beginner. Trying to make a simple module

    3
    0 Votes
    3 Posts
    2k Views
    T
    Cool, thank you!
  • Tips for a module showing graphs from HTML scraping

    2
    0 Votes
    2 Posts
    1k Views
    LukeCodewalkerL
    @jhillairet Hey, i would recomend you to do all in javascript. I love python, but what you’ve planed is perfectly doable in javascript. See chart.js for example. As long as it’s possible to write a project in one language, i would never combine more languages.
  • Activate and deactivate modules from other module

    2
    0 Votes
    2 Posts
    1k Views
    J
    @DevilRev I think this is currently not possible within the core application. I also wanted this for my remote control, however I concluded that for now it is sufficient, to add the module to the config, and restart the application in this case. However this might be worth being added to the core.
  • Device detection - personalised message

    5
    0 Votes
    5 Posts
    3k Views
    tidus5T
    :-p thanks :-)
  • Load,format,display a json file

    5
    0 Votes
    5 Posts
    3k Views
    J
    @strawberry-3.141 , the json will be on the server, check the link below. It will be very similar. The number 83139 refers to a bus stop and will query the bus arrival timings. The module will need to be able to reload the content every minute to get the updates arrival timings. Ability to query multiple bus stops will be great! https://arrivelah.herokuapp.com/?id=83139
  • Calendar module - var location

    3
    0 Votes
    3 Posts
    3k Views
    tidus5T
    @strawberry-3.141 thanks :-) yes was a bit lost in the code to found the broadcast
  • Alexa Goes Handsfree!

    23
    1 Votes
    23 Posts
    20k Views
    C
    I’m really interested in adding voice control, especially a solution provided by amazon or google with good recognition. I can see in the video above alexa can answer all sorts of questions but how can this be incorporated into magic mirror to do thing like restart, show and hide modules, etc? Also, how would alexa get information about things like the current location to give travel times etc? I guess the end goal would be to have other modules controlling things like lighting (phillips hue?) and using the voice control to turn it on/off & change colour as an example.
  • Offering completely free translations

    translate translation free service contribution
    1
    1 Votes
    1 Posts
    1k Views
    S
    Hi guys. I can’t explain how much I love to see this community, just the story about how MagicMirror came to be. This is truly remarkable. I’ve decided to make a mirror of my own and I’m already begun to purchase the main parts. Before my mirror can be fully functional I’ll have to develop some modules for it - but, first things first. When you’re using open source and have the opportunity to contribute, you’re in my opinion obliged to do so. Therefore I’m offering to translate your modules from English to Danish. No matter if it’s a small module with 1 string, or a big one with 1.000+ strings. My only demand is that the module is open source and free to use for others MagicMirror users. Just post a GitHub repository link for your MagicMirror module in this thread, and I will fork it, translate it and create a pull request :-)
  • Hello World modul

    5
    0 Votes
    5 Posts
    4k Views
    G
    Oh OK sorry I I haven’t understand you right. It was my mistake. I will try your post tonight. Thank you again Greets gismo
  • Smartphone App for configuring MagicMirror

    10
    2 Votes
    10 Posts
    14k Views
    P
    @strawberry-3.141 hope you will get an awesome topic :) Good luck. I ve just finished my bachelor thesis 😄
  • more newsfeed's

    3
    0 Votes
    3 Posts
    3k Views
    strawberry 3.141S
    @geeflaxx on top of the suggestion of @bhepler you can also make chnges to your cumstom.css to limit the width of the newsfeed
  • My first module

    10
    0 Votes
    10 Posts
    6k Views
    strawberry 3.141S
    @gismo2006 no worries, if you come up with more questions don’t hesitate to ask
  • 0 Votes
    2 Posts
    2k Views
    strawberry 3.141S
    @gismo2006 look out for the else if statement http://www.w3schools.com/js/js_if_else.asp