A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 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
    48k 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
    916 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
  • 0 Votes
    9 Posts
    5k Views
    P
    @Brice Thanks! ok for the format, will do that. I am uneasy about removing the number from the name : It comes as it from the JCDecaux server. Any parsing from my part would be under risk from future modifications. The number is the ID, it feels more precise than a ‘name’. I would need more users’ feedback for this point but with a grand total of one user ‘me’, I think I will let it like this, don’t you agree? cheers
  • Request template to create new MM module

    4
    0 Votes
    4 Posts
    3k Views
    R
    Maybe this can be useful for you https://github.com/roramirez/MagicMirror-Module-Template
  • Defining a module configuration schema standard

    9
    2 Votes
    9 Posts
    5k Views
    R
    I just publish a first release functional of https://github.com/roramirez/MagicMirror-Module-Template If there suggest about include JSON Schema of something else, come on!, let me know
  • A little help with my own module

    7
    0 Votes
    7 Posts
    3k Views
    K
    @tosti007 I will have to try again, but what I did was similar to what you suggested.Atleast I believe it was. The thing that’s mainly bothering me is the fact, that the same code executed on its own and not automated within the node_helper is working fine.