MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. roramirez
    3. Best
    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
    • MMM-ImagesPhotos - Show images from a directory

      Description:

      I had the idea to checking process development of a module and I created one to show images from a directory.

      This module has a lot development stuff’s in files that I think should have a module. Is missing integration of test suite.

      If you have any request to add it please let a message here or add an issue in Github.

      Screenshot:

      alt text

      Download:

      [card:roramirez/MMM-ImagesPhotos]

      Version 0.1.1

      • Update and fix README documentation

      Version 0.1.0

      • Initial release
      posted in Utilities
      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: Module template

      Hey, new release

      [1.2.0] - 2017-07-21

      • Use getStyles for module
      • Include node 7 support
      • Add test for ESLint, stylelint, jsonlint, markdownlint and js-yaml
      • Include create CHANGELOG file
      posted in Education
      R
      roramirez
    • RE: config error somewhere, need help

      @strawberry-3.141 said in config error somewhere, need help:

      https://twitter.com/roramirez/ status/843121280601669632

      :)

      This feature is include in the last release. Now you can use npm run config:check for check the configuration file :)

      posted in Troubleshooting
      R
      roramirez
    • RE: Problem with ip whitelist

      If you have troubles with range, IP, etc… Can set ipWhitelist: [] to allow all IP addresses.

      Warning, this enables from everywhere (on your net) have access.

      posted in Troubleshooting
      R
      roramirez
    • Test suite for MagicMirror²

      Hi everyone!

      I’m working in a test suite for MagicMirror². I think is a good point to improvement more MagicMirror².

      Now, the testing is doing manually and test suite can enable to test automatic features, fixes or prevent something is broker for a change introduced.

      The project is bigger every day, its I really like it. Many contribuitors include proposals and new change every day. Some stats

      Beeetwen the release 2.0.5 to 2.1.0 was
      74 files changed, 3288 insertions(+), 755 deletions(-)
      and pushed 257 commits around 2.8 commits per day.

      I’m looking ideas, pushed or if someone is interested to collaborated. Maybe Trello, this forum or other method can be organizated the work.

      Is already pushed the init work https://github.com/MichMich/MagicMirror/pull/623 This propused Mocha, a test Javascript framework working on Node.js.

      The first way to do this is elaborate a list of test to develop.

      I would like hear your comments.

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

      @roramirez Sorry for all this. This was my mistake. I really pissed off with my confuse with options. The option in module configuration is OK but in readme is wrong.

      Your Pull Request @Mykle1 is ready merged. Thanks.

      posted in Utilities
      R
      roramirez
    • RE: White screen after MMM-Remote-Control update

      Is missing body-parser lib required by MMM-Remote-Control

      Go the module directory and run npm install

      cd /home/pi/MagicMirror/modules/MMM-Remote-Control/
      npm install
      
      posted in Troubleshooting
      R
      roramirez
    • RE: Test suite for MagicMirror²

      Yay! After a long fight the test are passing in Travis CI

      https://github.com/MichMich/MagicMirror/pull/953

      posted in Upcoming Features
      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
    • 1 / 1