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

    4
    1 Votes
    4 Posts
    2k Views
    Mykle1M
    @strawberry-3.141 said in Tutorial: https://github.com/MichMich/MagicMirror/tree/master/modules Even better! :thumbsup:
  • Facial Recognition

    Moved
    1
    1 Votes
    1 Posts
    1k Views
    E
    I have started playing with the face recognition module and if I can get it to actually train I think it would be awesome… but I live with just my fiancé and was thinking, wouldn’t it be awesome if it recognized all our Facebook friends when they came over with out having to train them. Anyone have experience with fb apps and know of they would be easily integrated as a module
  • Schedule update?

    1
    0 Votes
    1 Posts
    1k Views
    W
    I have created a module that would display Estimated Time of Arrival (ETA) in Hong Kong. The tough thing would be there are multiple route will stop at one bus stop, and I need to find the URL for each route. So my program will have several parts. At load time, it will generate URL for each route It will load all the routes that will go through that bus stop Then for each route I need to find the corresponding URL for each route For each route it will find out the corresponding ETA URL For each ETA URL, it will poll every minute and update the info in Magic Mirror But there are few problems here. I would like to update the ETA URL “Every 5am”, how the schedule can be done? Currently my work only support one bus stop but I would like to include multiple bus stops, how could I change the structure in node_helper.js to accommodate that? Thanks in advance
  • Events (onHide, onShow)

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    A
    Ooops, my bad. Sorry for the silly question. Was so focused on the event-derived names onX() :D Topic can be deleted if desired.
  • Voice Control using IBM's Watson

    15
    0 Votes
    15 Posts
    8k Views
    P
    @makssie Definitely free. Check out IBM’s Watson TJBot. It also has really great documentation and step by step tutorials.
  • Multiple API Requests

    3
    0 Votes
    3 Posts
    2k Views
    W
    Thanks for the reply. I think my major question is, how can I make multiple asynchronous API calls (for obtaining the Stop info as well as obtaining the ETA for each route). Any example would be a great (pipe requests). Thanks for the help.
  • Get URL from Newsfeed (full article)

    4
    0 Votes
    4 Posts
    2k Views
    S
    Ok. I’ve solved the problem. There wasn’t a url decleration in my fetcher.js. I put it in to the fetcher.js an it works very well now. Thanks for your help. Great forum. Greetings from Thuringia/Germany
  • Encoding issues with RSS feed on Newsfeed module

    Solved
    5
    0 Votes
    5 Posts
    3k Views
    M
    @strawberry-3.141 That works for me as well now, looks like I didn’t run across ISO-8859 while I was researching. Thanks for the help!
  • Lesson Learned: Updating HTML canvas module

    2
    0 Votes
    2 Posts
    1k Views
    strawberry 3.141S
    @hoyski you’re not the first who came across this issue, but using id for timestamps isn’t that nice. I would use a different attribute for it. Imagine more modules would do this depends on what youre using for the timestamp a user could end up with two modules trying to use the same id for different modules
  • What happened to the develop branch?

    5
    0 Votes
    5 Posts
    3k Views
    strawberry 3.141S
    @Cato Ok just found the discussion on github
  • http request

    53
    0 Votes
    53 Posts
    49k Views
    foxF
    Could someone please post a sample xml file that works? I dont know how to generate my xml file correctly.
  • Font Awesome Update...

    4
    0 Votes
    4 Posts
    3k Views
    R
    I propused the idea mentioned before https://github.com/MichMich/MagicMirror/pull/775
  • Module Switcher?

    2
    0 Votes
    2 Posts
    1k Views
    brobergB
    @james-k-7 https://forum.magicmirror.builders/topic/1402/mmm-profileswitcher-a-profile-user-layout-switching-module
  • Using localhost

    1
    0 Votes
    1 Posts
    1k Views
    J
    Hello, is there any tutorial for how to use php files in magicmirror? i want to know if its possible to just use the php files via ajax without the need of the modules
  • php/python apis

    2
    0 Votes
    2 Posts
    1k Views
    R
    @jujz You can call by node_helper to localhost and use your API
  • dealing with applications via the mirror..

    7
    0 Votes
    7 Posts
    3k Views
    J
    @yawns thankyou so much for your useful reply… i actually only want two apps. one for the lifx lights and the other for the wemo app… i just want to know how exactly would i deal with an api that uses php without placing the magicmirror folder else where… im lost
  • Run time Movement of Modules across Page

    1
    0 Votes
    1 Posts
    939 Views
    E
    Hi All, I have seen module hide/show is available but just wanted to do a quick check Is it possible to change the position of modules at run time? Lets say, based on config file Module A is on top, Module B on Bottom. I wanted to exchange their position at runtime Thanks
  • Include from /modules/node_modules/

    7
    1
    0 Votes
    7 Posts
    4k Views
    strawberry 3.141S
    @mortenbirkelund that happens only in the node_helper
  • MMM-PIR - off delay

    11
    0 Votes
    11 Posts
    10k Views
    troelsbuggeT
    Thank you for sharing @JamesMM - it works perfectly!
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    47 Views