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: What are you compliments?

      @dkoucky said in What are you compliments?:

      Does anyone have a copy of their weather based compliments?

      I’m using by default from README. If you have some more clever let me know or send a a PullRequest for update the README.

      config: {
          compliments: {
              day_sunny: [
                  'Today is a sunny day',
                  'It\'s a beautiful day'
              ],
              snow: [
                  'Snowball battle!'
              ],
              rain: [
                  'Don\'t forget your umbrella'
              ]
          }
      }
      
      posted in General Discussion
      R
      roramirez
    • RE: Looking for an image carousel

      @NiviJah this is util for you?
      https://github.com/roramirez/MMM-ImagesPhotos

      posted in Requests
      R
      roramirez
    • RE: Asterisk - Call log and active Call

      @luvien What kind of call log?, This is possible do it by AMI.

      posted in Requests
      R
      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:

      [card:roramirez/MMM-ImagesPhotos]

      Version 0.1.1

      • Update and fix README documentation

      Version 0.1.0

      • Initial release
      posted in Utilities
      R
      roramirez
    • RE: digital photo frame

      I just publish another module for show images from a directory. The idea was checking process of module development.

      If anybody have ideas or new features to add please add issue into the Github.

      https://github.com/roramirez/MMM-ImagesPhotos.git

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

      @morozgrafix The other idea is create a module template like this where include this type, snow, new year, etc… in one module.

      posted in Troubleshooting
      R
      roramirez
    • RE: Replacing snow flakes with hearts in the MMM-SNOW module

      @morozgrafix So cool!

      posted in Troubleshooting
      R
      roramirez
    • RE: Windows 10 setup (including VS Code debugging)

      @aaronaxvig If you enable it to working. You can be add into a step in project for help to other users.

      posted in Tutorials
      R
      roramirez
    • RE: RPi2, 3 picture frames, an old laptop LCD, and more to come...

      In facial recognition I’m not ready with all my tests and not I’ve not test the @paviro module.

      Did you test the module MMM-Facial-Recognition?
      https://github.com/paviro/MMM-Facial-Recognition

      posted in Show your Mirror
      R
      roramirez
    • RE: Module: iFrame! Starting Video automatically!

      @lolobyte The problem for “Tagesschau in 100 Sekunden” you can not using autoplay variable because is a parameter of Youtube. I think the integration with they will not possible with Iframe. Maybe a stream video module o something like that, I dont know if exists one. If not exists you can create one for this purpose.

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

      @qistoph Nice work. Related with your first point there a discussion about translations of JSON file.
      https://github.com/MichMich/MagicMirror/pull/679

      posted in Upcoming Features
      R
      roramirez
    • RE: Looking for Beta-testers!

      @morozgrafix Yes, it’s a some things I’ve seen a few minutes ago.

      Already pushed a Hotfix. Its not the most elegant soluction of the world but it work. If there something can be better is welcome ;)

      Ps: Pull request is https://github.com/MichMich/MagicMirror/pull/676

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

      @morozgrafix Seem good sense going to a refactor of the structure.

      I think we can take two way acord you mentioned.

      1.- Include your test for clock module with new format for name and respective directories
      2.- Do it the refactor to all tests that remain.

      I really like see how you resolve the multiples instances configuration in a one tests file.

      posted in Upcoming Features
      R
      roramirez
    • RE: Looking for Beta-testers!

      Hey Guys,

      To prevent problems like the error on validation on develop branch I say to you we are working a test suite for MagicMirror.

      Now is initial state with some tests. Today @MichMich merged a change with some testing for e2e area. At now isn’t integrated the e2e tests in Travis. You can run e2e tests with

      export DISPLAY=:0 && npm run test:e2e
      You need run npm install before

      The build a test is simple. If someone is animated and want to build one or need some light let me know.

      So, also it helps if you run the e2e tests into your system and tells us if something is wrong or good.

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

      @morozgrafix Yes, I knowed is not more cleaner and repetitive but was the first proof of concept ;)

      Good idea set default timeout. I added two new task in Trello board about you mentioned.

      posted in Upcoming Features
      R
      roramirez
    • RE: $9 C.H.I.P.

      @morozgrafix So cool.

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

      @strawberry-3.141 said in Test suite for MagicMirror²:

      what is the reason for a 10 sec timeout in each test? If there are a many tests this will sum up

      It’s does not accumulate. It’s a timeout, the maximun time for the test. You can set different timeout for every test.

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

      Hi, I recently pushed a Pull Request with two e2e testing.
      https://github.com/MichMich/MagicMirror/pull/669

      These use their own configurations like @qistoph mention and after added the MM_CONFIG_FILE variable for MagicMirror.

      It’s really easy create new test for check a different part of MagicMirror and their modules.

      posted in Upcoming Features
      R
      roramirez
    • RE: Mobile app (bachelor thesis)

      @strawberry-3.141 said in Mobile app (bachelor thesis):

      @roramirez does the mirror show the qrcode or does it happen before?

      @strawberry-3.141 Yes, it show me the QR code. This happens after Paired the app with MagicMirror.

      posted in Development
      R
      roramirez
    • 1 / 1