MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. roramirez
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    R
    Offline
    • Profile
    • Following 0
    • Followers 5
    • Topics 5
    • Posts 194
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: Module template

      @Jopyth Your PR is already merged. Thanks!.

      posted in Education
      R
      roramirez
    • 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.

      posted in Forum
      R
      roramirez
    • 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

      https://docs.google.com/spreadsheets/d/1gsCvAS-OBrkQhiAFIWeAGIRTTFiL_f5Ohq-dWC1UGag/edit#gid=665590002

      posted in Forum
      R
      roramirez
    • 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.

      posted in Education
      R
      roramirez
    • RE: Request template to create new MM module

      Maybe this can be useful for you
      https://github.com/roramirez/MagicMirror-Module-Template

      posted in Development
      R
      roramirez
    • RE: Defining a module configuration schema standard

      I just publish a first release functional of
      https://github.com/roramirez/MagicMirror-Module-Template

      If there suggest about include JSON Schema of something else, come on!, let me know

      posted in Development
      R
      roramirez
    • 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-Template

      Maybe some pieces of code there can help you.

      posted in Development
      R
      roramirez
    • 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.

      posted in Development
      R
      roramirez
    • 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

      posted in Troubleshooting
      R
      roramirez
    • 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

      posted in Development
      R
      roramirez
    • 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 undefined

      So, there a bug here. I can review and see a fix that if no other people is interested.

      posted in Troubleshooting
      R
      roramirez
    • RE: Test suite for MagicMirror²

      @qistoph it’s pushed https://github.com/MichMich/MagicMirror/pull/716

      posted in Upcoming Features
      R
      roramirez
    • 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.

      posted in Upcoming Features
      R
      roramirez
    • RE: Test suite for MagicMirror²

      @qistoph I’ll test in other instance.

      What S.O are you using?

      posted in Upcoming Features
      R
      roramirez
    • 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/88f1f6bbd4fe6d7f3b9391993d207c7b9ebfb2e9

      Two 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:19
      

      I pushed a sample for shared with you and these are passing on Travis
      https://travis-ci.org/roramirez/MagicMirror/jobs/200521954

      Anybody can give me some light?

      posted in Upcoming Features
      R
      roramirez
    • 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.

      posted in Requests
      R
      roramirez
    • RE: MMM-ImagesPhotos - Show images from a directory

      @balthaz For your need I think is better using
      https://github.com/TheBogueRat/MMM-iFrameReload

      posted in Utilities
      R
      roramirez
    • 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
      
      posted in Utilities
      R
      roramirez
    • RE: Graph module

      There a module of @qistoph

      [card:qistoph/MMM-dynchart]

      posted in Requests
      R
      roramirez
    • RE: recipe of the day

      @Babene1 Maybe, the file:/// is on client side.

      posted in Requests
      R
      roramirez
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 6 / 10