it’s not repo specific but attached to the user, see https://github.com/sdetweil
Read the statement by Michael Teeuw here.

Posts
-
RE: MagicMirror is safe...
-
RE: GIT and updates to Weather Module
2 more things:
- the new branch you are using should start on the mm-branch
develop
(notmaster
) - when creating the PR on github you have to manually change the base branch from
master
todevelop
These rules are specific to the mm-repo. Because of quarterly releases the
master
branch only changes 4 times in a year. The development between the releases is done ondevelop
. - the new branch you are using should start on the mm-branch
-
RE: MMM-CountDown anyone using
@swvalenti one problem is that this module uses
valid-url
without having this dependency in thepackage.json
.You can look at this FAQ, you have to replace
request
withvalid-url
and omit the docker stuff (linedocker exec ...
).But I don’t know if this is the only problem …
-
RE: Cursor shown in v2.16.0
@majorc said in Cursor shown in v2.16.0:
Or do I have to wait for version 17?
In v2.16.0 we have electron v11, in current develop branch (which will become v2.17.0 in October) we have upgraded to electron v13.
-
RE: Alexa implementations now more difficult, and some features will stop working
thats amazon …
had a docker image containing Alexa Voice Service but because of more and more limitations I gave up a few months ago.
-
RE: Automatic checking of all MagicMirror² modules
from the results:
.gitlab-ci.yml: Change file extention from .yml to .yaml: https://yaml.org/faq.html.
In this case the
.gitlab-ci.yml
is the default name of the gitlab pipeline definition file (users can change this but 99% will not) so if you really want to checkyml
vs.yaml
you need a whitelist … -
RE: MMM-RAIN-MAP (new: version 2.x)
@Jalibu v2 LGTM.
But you have still an error in the README:
You want beer but you’re getting only coffee ;)
-
RE: [RPI4][Buster] MM2 do not want to start
which raspberry pi os did you install?
It must be one with desktop
-
RE: Automatic checking of all MagicMirror² modules
it would be better to reveal the last update date or the number of unresolved issues
as most modules are hosted on github: You can get such info’s over their api.
As example you can look at https://api.github.com/repos/MichMich/MagicMirror