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
    • RE: Replacing snow flakes with hearts in the MMM-SNOW module

      @cowboysdude If are there some people interesting in working on this I can help. Maybe a future check is possible integregate into the core.
      cc @MichMich

      Also, the MMM-ModuleScheduler seems to me too nice. I’ve not been have time to test yet.

      posted in Troubleshooting
      R
      roramirez
    • RE: Where are you from?

      Chillán, Chile.

      posted in General Discussion
      R
      roramirez
    • RE: Issue with White list IP(s) not working :(

      So, After a research about all this mess it up, the problem was a bug inside of ipfilter and MagicMirror too. When I added inside the sample config I’ve using express-ipfilter@0.2.4 In this version has a bug was fixed in 0.3.1 https://github.com/baminteractive/express-ipfilter/commit/4adc5dc33e6ef5086e36a7a56184da7cdcd056bf

      The bug for MagicMirror was fixed some weeks ago,
      https://github.com/MichMich/MagicMirror/commit/a7297d2685f5ed9b6b34df496065f05ee0d36568

      You can using now the develop branch or install express-ipfilter previous of the 0.3.1

      posted in Troubleshooting
      R
      roramirez
    • RE: Git branch develop, commited changes do not show up on github

      I can recomend you 3 things:

      Check the next documentation

      • http://rogerdudler.github.io/git-guide/ (simple)
      • https://backlogtool.com/git-guide/en/stepup/stepup1_1.html (some details about branches)
      • http://rogerdudler.github.io/git-guide/

      Second one, use this interactive tutorial
      https://try.github.io

      The last, you can work better using a zsh+oh-my-zsh. This enable to see where branch you are and status repository into the shell prompt.
      https://github.com/robbyrussell/oh-my-zsh

      posted in General Discussion
      R
      roramirez
    • RE: Module template

      The new version 1.1.0 is released. Thanks to @Jopyth for your contribuitions.

      This version 1.1.0 include:

      [1.1.0] - 2017-03-04

      • Add example to use translations
      • Improvement configuration script and remote execution command
      • Fix description assignment
      • Set version by defaul 1.0.0 in template
      • Documentation fix and improvement
      posted in Education
      R
      roramirez
    • RE: Totally off topic :^')

      Here we call “Picaflor” to this bird. This year on of them got into my covered back garden of my house. I’ve help it to get out and release, here a picture :)

      0_1504398239172_WhatsApp Image 2017-09-02 at 21.15.09.jpeg

      PS: You can see the long of tongue

      posted in General Discussion
      R
      roramirez
    • RE: Display web widget on mirror through iFrame?

      Well, autoplay is a option of Youtube,

      Add autoplay=1 to url

      https://www.youtube.com/embed/6kgH6kqNuWM?list=PL24DEF584E7DBB4CF&autoplay=1

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

      Thanks @qistoph

      I know your help will to be great.

      I recently a create a simple Trello board https://trello.com/b/RMlo1mDy/test-suite-magicmirror. Three state: Todo - Doing - Done

      Todo: Ideas and planning of tests.
      Doing: Task self asignated or requested one by someone. This state if someone is working in this task.
      Done: Pushed in Pull Request or commited.

      Every interested in help this area, feel free send me by IM or private message of your Trello account.

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

      @Mire Hello,

      I added a little more explain.

      The directory where is searching the images is
      MagicMirror/modules/MMM-ImagesPhotos/uploads

      The directory called uploads inside the module

      posted in Utilities
      R
      roramirez
    • RE: Forum - uploaded images are not shown

      @paviro You’re welcome :)

      The NodeBB broken the compatibility with all directory when introduced
      https://github.com/NodeBB/NodeBB/pull/5382

      With @paviro we worked and fixed the situation.
      https://github.com/julianlam/nodebb-plugin-markdown/pull/84

      posted in General Discussion
      R
      roramirez
    • 1
    • 2
    • 3
    • 1 / 3