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

Automatic checking of all MagicMirror² modules

Scheduled Pinned Locked Moved Development
83 Posts 9 Posters 71.3k Views 10 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.
  • K Offline
    KristjanESPERANTO Module Developer @sdetweil
    last edited by Feb 25, 2024, 1:30 PM

    @sdetweil said:

    show how to resolve the integrity problem, without constant intervention

    With “integrity problem” you are talking about how to add new modules to the list?

    I’m also fine with your order of tasks :slightly_smiling_face:

    is it you that becomes the maintainer?

    A maintainer of this project, yes. But as I understand it, we can assign different teams with different roles for each project. So I don’t automatically have to become a maintainer of the core.

    S 1 Reply Last reply Feb 25, 2024, 2:06 PM Reply Quote 0
    • S Offline
      sdetweil @KristjanESPERANTO
      last edited by Feb 25, 2024, 2:06 PM

      @KristjanESPERANTO integrity.

      you said user error or vandal mess up the data

      currently we don’t have different roles.

      but that wasn’t my point.

      I have enough on my plate and wouldn’t be able to maintain this

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • B Offline
        BKeyport Module Developer @mumblebaj
        last edited by Feb 25, 2024, 9:17 PM

        @mumblebaj Old page may be outdated, but at least it’s sorted much better, and compact. New and flashy does not make a successful page sometimes.

        We need to keep the compactness of the old way, somehow, and not bury good modules under bad ones - this is the main problem I see with this site.

        I can’t hit my browser’s text search and look for calendar for example. I get MMM-CX2 and MMM-CX before I even come close to the current MMM-CX3, and totally miss my mini calendar module.

        The "E" in "Javascript" stands for "Easy"

        M 1 Reply Last reply Feb 26, 2024, 3:06 PM Reply Quote 0
        • M Offline
          mumblebaj Module Developer @BKeyport
          last edited by Feb 26, 2024, 3:06 PM

          @BKeyport As an IT person I would say we need to move with the times. Being stuck in the old is never good. Have you tagged your modules as per the stats gathered on it?

          Check out my modules at: https://github.com/mumblebaj?tab=repositories

          B 1 Reply Last reply Feb 26, 2024, 7:19 PM Reply Quote 1
          • B Offline
            BKeyport Module Developer @mumblebaj
            last edited by Feb 26, 2024, 7:19 PM

            @mumblebaj 90% of the modules in the system are outdated and would never be tagged, so…

            The "E" in "Javascript" stands for "Easy"

            M 1 Reply Last reply Feb 27, 2024, 6:01 PM Reply Quote 0
            • M Offline
              mumblebaj Module Developer @BKeyport
              last edited by Feb 27, 2024, 6:01 PM

              @BKeyport Gives users an indication that they are outdated and may not be supported. My point is being stuck in the past is never a good idea unless you want your project to “die”

              Check out my modules at: https://github.com/mumblebaj?tab=repositories

              S 1 Reply Last reply Feb 27, 2024, 6:43 PM Reply Quote 1
              • S Offline
                sdetweil @mumblebaj
                last edited by Feb 27, 2024, 6:43 PM

                @mumblebaj lots of useful modules haven’t been updated. pages for example…

                so old is not bad necessarily

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • M Offline
                  MMRIZE
                  last edited by MMRIZE Feb 27, 2024, 7:48 PM Feb 27, 2024, 7:45 PM

                  I don’t care if it is not updated or not as long as it works.
                  However, we can call some unmaintained-anymore modules legacy. Maybe a tag legacy to some old modules be a good way to distinguish. By contrast, the other side might be modern.

                  If possible, I wish for more features/rules for common "modern" modules. These could help automate the management of modules.

                  • Installer command/script/instruction
                    Some modules may need additional manual pre-requisition or dependency jobs (e.g. getting auth), but most of the modules would be possible to prepare simple scripts for installation. (in package.json and specific installer folder). If so, we can provide an auto-install/update feature to MM.

                  • Basic default configuration example file.
                    If possible, a default config example would be a help for the newbie, and with that content, auto-configuration would be possible in the installation stage.
                    Of course, there might be private-information or API-Key issues…

                  • Using .env to store private/secure information. (Or private.json something…)
                    To separate normal configuration from sophisticated private data (e.g., API Key, Account, password, etc.) , using .env may be the option. It could be composed through an installation script if needed.

                  I wish we could have something like a plugins market or bundle store of other applications.

                  B 1 Reply Last reply Feb 29, 2024, 7:38 PM Reply Quote 2
                  • B Offline
                    BKeyport Module Developer @MMRIZE
                    last edited by Feb 29, 2024, 7:38 PM

                    @MMRIZE I’d love to see a plugin store and/or marketplace of sorts. Some other projects uses NPM with a fancy front end web to do so, much like some modules use(d) a web interface to set up the initial config or adjust configs (Sam’s config module, MMM-RTSP, etc)

                    This would be an ideal marketplace (Simple, to the point, shows everything a user needs) :
                    2504511b-339e-4a29-91af-aefbed281f37-image.png

                    Then when the user wants to config:
                    d0937da4-c231-4935-acb3-6d616b2dfefd-image.png

                    Homebridge is one of the better ways of doing things, IMO.

                    The "E" in "Javascript" stands for "Easy"

                    B 1 Reply Last reply Feb 29, 2024, 7:42 PM Reply Quote 2
                    • B Offline
                      BKeyport Module Developer @BKeyport
                      last edited by Feb 29, 2024, 7:42 PM

                      By the way, the verify system for them is to verify the module is stable, etc, once you get verified, you can advertise for donations within the system, this is why I have a red heart on mine. (all of my modules/plugins/etc I do I have a donation link for a charity I like)

                      The "E" in "Javascript" stands for "Easy"

                      B 1 Reply Last reply Mar 1, 2024, 7:31 PM Reply Quote 0
                      • 1
                      • 2
                      • 5
                      • 6
                      • 7
                      • 8
                      • 9
                      • 8 / 9
                      8 / 9
                      • First post
                        72/83
                        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