• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

How to start?

Scheduled Pinned Locked Moved Tutorials
9 Posts 3 Posters 5.7k Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    antonia
    last edited by Apr 5, 2017, 7:18 AM

    Greetings everyone!
    I’m a student and I want to develop the software for a smart mirror on my own for a project. I have looked through different open source projects, but I like the architecture of this one the most - it’s amazing, really! :slight_smile:
    I’ve read so many tutorials about the different libraries that are used and I tried to write the code, but I always mess it up. I don’t understand how to start the whole project - what should I do first? Then, how do I continue? What is the best approach?
    Thank you in advance! :smiley_cat:

    S 1 Reply Last reply Apr 5, 2017, 8:40 AM Reply Quote 0
    • S Offline
      strawberry 3.141 Project Sponsor Module Developer @antonia
      last edited by Apr 5, 2017, 8:40 AM

      @antonia It depends on what you want to achieve. So first of all knowledge about javascript is a huge benefit, as the core and modules are developed with this language.

      If you want to develop some modules you should check out the development guide here https://github.com/fewieden/MagicMirror/tree/master/modules

      Please create a github issue if you need help, so I can keep track

      A 1 Reply Last reply Apr 5, 2017, 8:54 PM Reply Quote 0
      • H Offline
        hartattack
        last edited by Apr 5, 2017, 6:46 PM

        I would get the basic MM software up and running, then configure it to what you want to see, then maybe create your own module.

        1 Reply Last reply Reply Quote 1
        • A Offline
          antonia @strawberry 3.141
          last edited by Apr 5, 2017, 8:54 PM

          @strawberry-3.141 I was thinking more of creating everything from scratch - like express server and all… I’ve taken javascript courses, I’m not pro but I know how it works and I understand how to develop the modules.
          However, creating the whole system from 0 seems difficult :/

          S 1 Reply Last reply Apr 5, 2017, 9:01 PM Reply Quote 0
          • S Offline
            strawberry 3.141 Project Sponsor Module Developer @antonia
            last edited by Apr 5, 2017, 9:01 PM

            @antonia If you want it to work similar to MagicMirror then you will build a web page.

            There you will render the modules.

            To update the modules you can ask the server for updates (ajax, long-polling) or you use websockets to get updates on the fly.

            On the server you need to get the data for the modules which can be rendered on the webpage.

            Please create a github issue if you need help, so I can keep track

            A 1 Reply Last reply Apr 5, 2017, 9:06 PM Reply Quote 1
            • A Offline
              antonia @strawberry 3.141
              last edited by Apr 5, 2017, 9:06 PM

              @strawberry-3.141 thanks! I will follow the steps you suggested. I will try to do it with a simple hello world module and then build up.

              S 1 Reply Last reply Apr 5, 2017, 9:07 PM Reply Quote 0
              • S Offline
                strawberry 3.141 Project Sponsor Module Developer @antonia
                last edited by Apr 5, 2017, 9:07 PM

                @antonia would be interesting to see your progress, will you publish it to github?

                Please create a github issue if you need help, so I can keep track

                A 1 Reply Last reply Apr 5, 2017, 9:15 PM Reply Quote 0
                • A Offline
                  antonia @strawberry 3.141
                  last edited by Apr 5, 2017, 9:15 PM

                  @strawberry-3.141 I guess, depends on my progress :D I will keep you posted! :slight_smile:

                  S 1 Reply Last reply Apr 5, 2017, 9:20 PM Reply Quote 0
                  • S Offline
                    strawberry 3.141 Project Sponsor Module Developer @antonia
                    last edited by Apr 5, 2017, 9:20 PM

                    @antonia thats what git is for a version control system for all changes

                    Please create a github issue if you need help, so I can keep track

                    1 Reply Last reply Reply Quote 0
                    • 1 / 1
                    1 / 1
                    • First post
                      2/9
                      Last post
                    Enjoying MagicMirror? Please consider a donation!
                    MagicMirror created by Michael Teeuw.
                    Forum managed by Sam, technical setup by Karsten.
                    This forum is using NodeBB as its core | Contributors
                    Contact | Privacy Policy