MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. jcleary05
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    J
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 7
    • Groups 0

    jcleary05

    @jcleary05

    0
    Reputation
    68
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    jcleary05 Unfollow Follow

    Latest posts made by jcleary05

    • RE: Touch input examples for MM Module

      @sdetweil
      Thanks for all your help so far!
      I am currently trying to build a step by step form, which the user will interact with to answer a number of questions.
      Would it be possible to run each element of this form as separate functions called by the getDom function?

      Also, to make things easier, would it be possible to call in a piece of html into the js file to work with, instead of having to build the entire form using the createElement functions?

      The example I am currently trying to build is similar to this:
      https://www.w3schools.com/howto/howto_js_form_steps.asp

      posted in Development
      J
      jcleary05
    • RE: Touch input examples for MM Module

      Also guys, when creating the initial content of the module, will it have to be built using the document objet model or will I be able to bring in a HTML page and edit it using the DOM? Unsure of where to kick of from

      you can use the element.innerHTML value to inject a raw html text block into that element

      posted in Development
      J
      jcleary05
    • RE: Touch input examples for MM Module

      @lavolp3

      Just reviewing your modules, they look great! in particular I may have a use case for the keyboard, do you have an estimation when it will be ready to use?

      posted in Development
      J
      jcleary05
    • RE: Touch input examples for MM Module

      @lavolp3 Sorry man just seeing your message now,
      Thank you! this will be extremely helpful!

      posted in Development
      J
      jcleary05
    • RE: Touch input examples for MM Module

      @sdetweil
      Thanks again for getting back to me!

      Do you believe it will be possible for me to submit an entry to a database using the nodehelper.js file?

      I am currently trying to find an example but I am unsure of any which are available?

      posted in Development
      J
      jcleary05
    • RE: Touch input examples for MM Module

      @sdetweil Thanks for getting back to me!

      The database will most likely be based of mySQL using phpMyAdmin (The university provides this)

      Im unsure how I would actually gain access to this database and submit to it using the current setup of modules. Could this potentially be done using node js?

      posted in Development
      J
      jcleary05
    • Touch input examples for MM Module

      Hi Guys

      I am currently in the process of building a module for my dissertation project in university. The module which I will be building will require touch input to complete a questionaire and push the answers of the questionaire to a database.

      Could anyone point me towards some modules which utilise touch input and/or push information to a database?

      Thanks

      posted in Development
      J
      jcleary05