@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 -
RE: compliments module with currentweather doesn't work
@strawberry-3.141 said in compliments module with currentweather doesn’t work:
@joelpfeiffer it’s not well documented, you have to define morning afternoon and evening as well.
otherwise you will get an error in console saying
compliments.js:114 Uncaught TypeError: Cannot read property 'push' of undefinedSo, there a bug here. I can review and see a fix that if no other people is interested.
-
RE: Test suite for MagicMirror²
@qistoph Sorry, Spanish acronymous. I mean Operating System.
On the another hand. The same commit is passed in Travis on my personal forked but in the main Mich’s repository failed.
https://travis-ci.org/roramirez/MagicMirror/builds/200750569 (Pass)
https://travis-ci.org/MichMich/MagicMirror/builds/200750793 (Fail)It’s so weird.
-
RE: Test suite for MagicMirror²
@qistoph I’ll test in other instance.
What S.O are you using?
-
RE: Test suite for MagicMirror²
Hi Guys,
Today I’ve playing with test suite I something going me crazy
I create the follow test
https://github.com/roramirez/MagicMirror/commit/88f1f6bbd4fe6d7f3b9391993d207c7b9ebfb2e9Two check on same test case. On my enviroment ever but ever give me fail
smirror :: ~/MagicMirror ‹without-modules-test*› » ./node_modules/mocha/bin/mocha tests/e2e/without_modules.js Check configuration without modules ✓ Show the message create file config (83ms) 1) Show the message create file config 2 1 passing (6s) 1 failing 1) Check configuration without modules Show the message create file config 2: Error: An element could not be located on the page using the given search parameters ("#module_2_helloworld .module-content"). at elements("#module_2_helloworld .module-content") - getText.js:18:17 at execute(, "isLoading", , "require") - api.js:350:19I pushed a sample for shared with you and these are passing on Travis
https://travis-ci.org/roramirez/MagicMirror/jobs/200521954Anybody can give me some light?
-
RE: digital photo frame
@Labzz the /MMM-ImagesPhotos/photos is a backend endpoint for get content from upload directory used by module. You can synchronize the your DropBox folder in upload directory.
-
RE: MMM-ImagesPhotos - Show images from a directory
@balthaz For your need I think is better using
https://github.com/TheBogueRat/MMM-iFrameReload -
RE: MMM-ImagesPhotos - Show images from a directory
@balthaz Yes is the cache of Electron app, because the name is same for image url.
I create a little hack for this but I think this can be overhead the cache of app. Can you try and tell me?
https://github.com/roramirez/MMM-ImagesPhotos/tree/test-force-cache (branch)
https://github.com/roramirez/MMM-ImagesPhotos/commit/b8ead890b701ed6264a417c9c4f4a92b135f8816 (patch)Other way is create a new name and delete previous file in your script
wget -O $(date +%s).jpg http://192.168.0.160/tmpfs/auto.jpg