Read the statement by Michael Teeuw here.
Automatic checking of all MagicMirror² modules
-
@karsten13 said in Automatic checking of all MagicMirror² modules:
You can get such info’s over their api.
Unfortunately the API blocks me when I make queries for almost 1000 modules in a short time 🤪
I now take the tags from keywords in the
package.json
. -
from your todo list
Is there also a GitLab API?
yes, as example you can look at MMM-RepoStats
Another thing is what the source of the list should be, still the wiki (which is very error prone since anyone can edit things).
Alternatively, you could store a list in your repo and we need something for users to add to their repo (e.g. as a PR in the repo or with website functionality).
But maybe there are even better ideas.
-
hmm… if this is the cornerstone for a proper MagicMirror Appstore, then I should consider renaming all my modules to start with the letter “A” to attract more attention on the landing page :-D
-
@Jalibu Didn’t do that yet? :D
-
@Jalibu AAA-Module instead of MMM? 🤣🤣🤣🤣
-
@BKeyport or MMM-a-fancy-weather-module, MMM-a-powerful-stock-ticker, MMM-a-bosch-smart-home-dashboard, etc…
-
@Jalibu said in Automatic checking of all MagicMirror² modules:
hmm… if this is the cornerstone for a proper MagicMirror Appstore, then I should consider renaming all my modules to start with the letter “A” to attract more attention on the landing page :-D
Yeah, I’m already have some ideas about the default sort order (like a combination of stars, issues and activity), this will prevent that :beaming_face_with_smiling_eyes:
-
In the last few days I have worked on some details on the site. So if you’re interested, take a look: https://kristjanesperanto.github.io/MagicMirror-3rd-Party-Modules/.
And there is now a little statistics table on the results page: https://github.com/KristjanESPERANTO/MagicMirror-3rd-Party-Modules/blob/main/result.md#statistics
I have also created a few PRs based on the list for some modules. Most of them have already been accepted :-)
-
@KristjanESPERANTO Looks good. Just out of interest, which image does it select as the thumbnail? Just noticed 2 of the modules of mines does not have the correct images. Both Growatt modules are the ones I am referring to.
-
@KristjanESPERANTO Stats were great, fixed most of the issues identified in my modules. Majority package.json issues.
Great work @KristjanESPERANTO