MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. roramirez
    R
    • Profile
    • Following 0
    • Followers 2
    • Topics 5
    • Posts 194
    • Best 54
    • Controversial 0
    • Groups 2

    roramirez

    @roramirez

    Core Contributors

    79
    Reputation
    4883
    Profile views
    194
    Posts
    2
    Followers
    0
    Following
    Joined Last Online
    Website rodrigoramirez.com Location Santiago-Chillan, Chile

    roramirez Unfollow Follow
    Core Contributors Admin

    Best posts made by roramirez

    • 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:

      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.

      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

    Latest posts made by roramirez

    • RE: hola ayuda con este modulo, yo tengo un error del token

      Hola!, que error te da especificamente?

      Saludos!

      posted in Troubleshooting
      R
      roramirez
    • RE: Testing MM modules

      @jfisher446 You can add new test inside of testsuite for own module.

      posted in Development
      R
      roramirez
    • RE: Who speaks Spanish? / Quien habla español?

      Creo que lo oportuno aquí es que alguien tome la iniciativa y cree el canal, luego publique y trata de mantener ese medio.

      PS: Por mi, no tengo el tiempo de poder administrar el canal. Saludos!

      posted in General Discussion
      R
      roramirez
    • RE: After update to Mirror to 2.1.3 - no working Whitlist

      @Sandy2503 said in After update to Mirror to 2.1.3 - no working Whitlist:

      What do i have to do ???

      Set the IP address of your MagicMirror there.

      posted in Troubleshooting
      R
      roramirez
    • RE: After update to Mirror to 2.1.3 - no working Whitlist

      That happens because the release 2.1.3 was introduced a new change to make more secure the MagicMirror, to prevent open all interfaces to world. So, now from 2.1.3 the default values for address is localhost instead of 0.0.0.0… so …be careful to set this value.

      posted in Troubleshooting
      R
      roramirez
    • RE: Problem with Weather forecast

      So nice work guys! If somebody else can merge your changes with my PR or pushed other PR with theses changes go ahead.

      I’ll prefer to keep the same behavior if API not get 401

      posted in Troubleshooting
      R
      roramirez
    • RE: MagicMirror in Slack ... we'll see you there.

      @QNimbus I sent you the invitation

      posted in MagicMirror
      R
      roramirez
    • RE: Problem with Weather forecast

      Well… Yesterday I submitted a patch to hack the situation with the new accounts in OpenWeather.

      If you can test it will be great!
      https://github.com/roramirez/MagicMirror/commit/e8438d37d78acc7a9e29e694a6987ce068324bcd

      posted in Troubleshooting
      R
      roramirez
    • RE: Annother IPWhitelist question

      @B3nihana Please, use a develop branch or apply the patch https://github.com/MichMich/MagicMirror/commit/a7297d2685f5ed9b6b34df496065f05ee0d36568#diff-9d4f93dd73c92e4e5730a5c2e0146ad4L33

      posted in Troubleshooting
      R
      roramirez
    • RE: Annother IPWhitelist question

      See https://forum.magicmirror.builders/post/27658

      posted in Troubleshooting
      R
      roramirez