@Jopyth Your PR is already merged. Thanks!.
Read the statement by Michael Teeuw here.
Posts
-
RE: This forum is temporarily unavailable due to excessive load.
@MichMich I’m not have “and has a proven track record!” but I’ve a lot experiency and deep knowledges in Linux systems, services and many things related.
I can help you guys if you need it.
-
RE: This forum is temporarily unavailable due to excessive load.
Yea, the forum is increased every days. I created some graphs with the publics information
-
Module template
I wrote a module to help developers to build your own modules.
This code include some examples and can be a quickstart. Included tasks to check code like is used in core by MagicMirror.
[card:roramirez/MagicMirror-Module-Template]
Let me know any suggestion.
-
RE: Request template to create new MM module
Maybe this can be useful for you
https://github.com/roramirez/MagicMirror-Module-Template -
RE: Defining a module configuration schema standard
I just publish a first release functional of
https://github.com/roramirez/MagicMirror-Module-TemplateIf there suggest about include JSON Schema of something else, come on!, let me know
-
RE: A little help with my own module
You can use the simple console.log for will check where is passing the code.
I working on a test module to help a new modules developers. You can see in
https://github.com/roramirez/MagicMirror-Module-TemplateMaybe some pieces of code there can help you.
-
RE: Defining a module configuration schema standard
@strawberry-3.141 Ok. For this case is need it uses a library to validate this case .
On Python I’m using
http://python-jsonschema.readthedocs.io/en/latest/
http://validictory.readthedocs.io/en/latest/I think for this is need two thing.
-
First define a name in module for configuration schema, like this
config.schema -
After that is required by the core to check if the file exists inside the module and validate configuration, if ok loads the module. But this I think is @MichMich should tell what he think about this.
The second part is possible do it inside the module too.
-
-
RE: Update question
It’s only a warning. This is fixed in develop branch. You can find more information in https://github.com/MichMich/MagicMirror/issues/567
-
RE: Defining a module configuration schema standard
I been working a little pice of work for that. You can check
https://github.com/roramirez/MagicMirror-Module-Template