A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Module ignoring node_helper.js?

    3
    0 Votes
    3 Posts
    3k Views
    M
    Wow, thanks @mochman! Now that you mention it that makes perfect sense because node_helper.js isn’t executed on the client-end (right?).
  • Developing USGS Earthquake Map (2MB Gif Warning)

    8
    1 Votes
    8 Posts
    6k Views
    C
    Stop our conversations! I have to make a new thread: https://forum.magicmirror.builders/topic/1254/developing-usgs-earthquake-map-2mb-gif-warning-topic-2
  • Video Feed - Sports Highlights - ESPN

    2
    0 Votes
    2 Posts
    2k Views
    cowboysdudeC
    Always possible but seems no one wants to ‘tackle’ that … video is a tougher nut to crack.
  • Development MMM-OEBB Austrian Railway Info

    2
    0 Votes
    2 Posts
    2k Views
    D
    hi i am using the “localtransport” 3rd party module, if you enter the correct station name (zB xxxxx Hbf, xxxxx Hst,…) it works like a charm for austrian train connections. just to be honest, i have never checked if any railway delay is shown via this module, so there is a little bit of uncertainity about what you want and you ll get! But it definitively shows you your OEBB departures !
  • Diego Vieria Random-Photo read image from PI ?

    13
    0 Votes
    13 Posts
    9k Views
    A
    I did not specify what I did just because I removed and reinstalled in the form and everything worked immediately all. For the fact that change size and position of the image I was trying to change the form css but if you tell me that there is not enough to put your hand means that this change but the issue is more complex then await the development of your work. Congratulations for your job Thank you, Alberto
  • Making text etc clickable

    14
    0 Votes
    14 Posts
    11k Views
    brobergB
    Next up, adding a timer to the description that doesn’t mess with the news items that is next in line, Tried one version, but it couldn’t handle multiple start/stop clicks.
  • This topic is deleted!

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

    10
    0 Votes
    10 Posts
    8k 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
    15k 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
    5k 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
    2k 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
    2k 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
    22k 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.