Read the statement by Michael Teeuw here.
Automatic checking of all MagicMirror² modules
-
@karsten13 said in Automatic checking of all MagicMirror² modules:
as most modules are hosted on github: You can get such info’s over their api.
Wow. That’s really nice! There are certainly some things that can be put to good use.
After you showed me the examples, I tinkered a bit with a simple frontend (without dependencies): check it out. I just have to fill it with real data.
-
@KristjanESPERANTO said in Automatic checking of all MagicMirror² modules:
After you showed me the examples, I tinkered a bit with a simple frontend (without dependencies): check it out. I just have to fill it with real data.
cool, exactly what I thougth of …
looking at your example json
{ "name": "MMM-PublicTransportHafas", "image": "https://raw.githubusercontent.com/KristjanESPERANTO/MMM-PublicTransportHafas/main/img/Goerdelerring_all.png", "maintainer": "KristjanESPERANTO", "link": "https://github.com/KristjanESPERANTO/MMM-PublicTransportHafas", "category": "Traffic", "tags": ["Schedule", "Public Transport", "Traffic", "HAFAS"], "text": "This module displays real-time departure times for public transportation.", "description": "Stay informed about the upcoming departures from your local public transit stations." },
there are only a few things which are not available via github api (
image
,category
).category
andtags
are similar, do we still need acategory
?tags
are similar to apitopics
(may without magicmirror key words) -
One of the most popular modules
MMM-Remote-Control
uses similar JSON as a module-list.
AndMMM-Remote-Control-Repository
are serving that JSON file forMMM-Remote-Control
.
However, if it is possible to serve a similar JSON URI, it could be a good replacement. -
@karsten13 said in Automatic checking of all MagicMirror² modules:
category and tags are similar, do we still need a category?
Good point! The mass of tags will certainly become a bit confusing. We could replace the category links in the menu by a few selected tags or we highlight certain tags so that they are more noticeable. I think I’ll try it in this direction.
@MMRIZE said in Automatic checking of all MagicMirror² modules:
MMM-Remote-Control uses similar JSON as a module-list.
You’re right, it would be cool to get compatibility with
MMM-Remote-Control
. Thanks for the hint! -
I made some progress: https://kristjanesperanto.github.io/MagicMirror-3rd-Party-Modules/
There’s still a lot on the to-do list and some things aren’t working quite smoothly yet. But the website is now filled with data from all modules from the wiki.
When changes are made in the wiki, it doesn’t take much effort to update the data in this project - I just have to run a few scripts. Furthermore, no manual work is necessary.
-
@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? 🤣🤣🤣🤣