• 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.

Something I'm working on ...

Scheduled Pinned Locked Moved Announcements
39 Posts 12 Posters 33.9k Views 12 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.
  • M Offline
    MichMich Admin
    last edited by Nov 25, 2016, 8:49 PM

    Because the number of modules you guys created grew FAR above what I expected when I started this project, I think it couldn’t hurt to improve the discoverability of the modules. Because of this, I’m working on a new and improved website which includes a module search …

    In the future, I’ll add:

    • Module suggestions based on the modules you like.
    • Similar modules on a module page.
    • Modules per user (“Other modules by this developer”)

    If you have any suggestions, feel free to let me know, although I won’t promise anything…

    It’s far beyond finished, but if you’re curious, feel free to check out the very early beta version:

    http://beta.magicmirror.builders/modules

    If you login with your github account, you should be able to add your modules. As a test I added some random modules.

    Please note that I might need to reset the database in the future. So don’t spent too much time on adding your modules. (Although a filled database would be helpful in the development.)

    B 1 Reply Last reply Jan 15, 2017, 11:21 PM Reply Quote 8
    • C Offline
      Cato Module Developer
      last edited by Nov 26, 2016, 6:06 AM

      Great idea! Super easy to add modules!

      Will you make the library browsable/searchable?

      1 Reply Last reply Reply Quote 0
      • C Offline
        Cato Module Developer
        last edited by Cato Nov 26, 2016, 6:13 AM Nov 26, 2016, 6:13 AM

        I noticed that when looking at a single module the URL isn’t 100% friendly. It has a “8” in there.

        Maybe category? Will it stay constant?

        I would rather link to my modules in my signature to this page instead of to a forum post or GitHub repository. But then I have to trust the links to be permanent.

        1 Reply Last reply Reply Quote 0
        • M Offline
          MichMich Admin
          last edited by Nov 26, 2016, 8:10 AM

          Yes it will be searchable. You can already click on a tag or category to filter.

          The number you see in the link is the ID of the module in the database. This will anger change. Even if you change the name of your module, the link will remain working.

          If you have multiple modules, you can also link to an overview of all your modules: click on your name in the top right, and choose “my modules”.

          1 Reply Last reply Reply Quote 0
          • S Offline
            strawberry 3.141 Project Sponsor Module Developer
            last edited by Nov 26, 2016, 8:16 AM

            Are you fine with using your api endpoint http://beta.magicmirror.builders/api/module for mobile app or remote control?

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

            1 Reply Last reply Reply Quote 0
            • M Offline
              MichMich Admin
              last edited by Nov 26, 2016, 8:21 AM

              @strawberry-3-141 Feel free to use it, BUT …

              • Keep in mind the URL will change in the future.
              • I can’t promise it will stay the same.
              • Keep in mind that it will only give you a subset of the modules. (user query paramaters limit and offset to get more)

              If it turns out external API usage will be too heavy, I might limit the access using API keys.

              1 Reply Last reply Reply Quote 2
              • R Offline
                roramirez Core Contributors
                last edited by Nov 27, 2016, 4:47 PM

                Its great. With this, I was thinking is possible create a installer system, its somethings i was thinking from time ago.

                Using the API and the parameters of configuration per every module its possible create the section of module for add into the config.js

                Easy module development with MagicMirror Module Template

                J 1 Reply Last reply Nov 28, 2016, 9:07 AM Reply Quote 1
                • M Offline
                  MichMich Admin
                  last edited by Nov 27, 2016, 10:10 PM

                  By the way, this project is in a horrible raw early alpha stage … buttt, if someone is interested to contribute, the source code is available here: https://github.com/MichMich/MagicMirror-Website/tree/develop

                  Be advised: the code needs a lot of refactoring and misses a lot of commenting.

                  The frontend is a SPA based on Vue.js and a bit of Vuex. The Backend/Api is based on Laravel.

                  If you clone the repo, take the following steps to get it up and running:

                  • Run: composer install
                  • Run npm install
                  • Create an environment configuration: cp .env.example .env
                  • Run php artisan key:generate`
                  • Modify the database and github settings in the .env file. (You need to create a github app for testing.)
                  • Run php artisan migrate --seed to setup the database.

                  If you make any changes to /resources/assets/js or /resources/assets/sass, make sure to run gulp to compile.

                  1 Reply Last reply Reply Quote 0
                  • J Offline
                    Jopyth Moderator @roramirez
                    last edited by Nov 28, 2016, 9:07 AM

                    @roramirez Installer system is a great idea, however this is something that @strawberry-3-141 will implement as a mobile app, from what I hear plus I am building something like this into my remote control (a website - currently on the develop branch). So maybe have a look at it, before you start something completely new. Although, if there is a good reason for building this again or in a different way, count me in.

                    Helpful sticky: How to troubleshoot

                    1 Reply Last reply Reply Quote 1
                    • Y Offline
                      yawns Moderator
                      last edited by Nov 28, 2016, 10:00 AM

                      Very nice, MichMich. I like the integration with github pulling almost all data and as such removing the need to enter description and all that over and over again. I added my modules

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 1 / 4
                      1 / 4
                      • First post
                        5/39
                        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