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
    • RE: Display web widget on mirror through iFrame?

      @Mitch1138 There no way to force update using iFrame. Its a something is possible add a option for autorefresh. I think will not difficult added. Why do you no try?

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

      @morozgrafix Thanks!, Is already merged :)

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

      @Mykle1 Thanks but there some comments in your Pull Request. If you need some adresses about this I can help you.

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

      Well, the fix was introduced
      https://github.com/julianlam/nodebb-plugin-markdown/pull/84

      0_1487880299944_68018244.jpg

      posted in General Discussion
      R
      roramirez
    • RE: Problem with ip whitelist

      @Mykle1 Yes, It’s a problem I can see from a time ago. It’s difficult for some users understood rules /24 /32 /etc . I’m not saying “you go to hell because you not understand it” … generally to myself is hard identified what it is one or other. Every time I see https://en.wikipedia.org/wiki/IPv4_subnetting_reference ;)

      I have proposed add a note
      https://github.com/MichMich/MagicMirror/pull/759

      In a future it should be by default.

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

      Update and news:

      Thanks to @qistoph we have 2 improvement

      • Now every commit introduced previous is checked by tests suite in Travis.
      • Added a new test case https://github.com/MichMich/MagicMirror/pull/648/files

      Also, @qistoph and I suggest have two side for test.

      • The backend application and node_helpers
      • The frontend application running in electron, running client side javascript.

      For this last is possible use Spectron … but… is needed will set nodeIntegration to true. One idea is check a enviroment variable and if present set this variable to true.

      For other way, work with serveronly and get test from client side from there.

      If some have comments and ideas from this is welcome.

      PS: I have a sample of use spectron https://github.com/roramirez/MagicMirror/commit/c99581c15b4cb008b2800f40ecbaf9c9862c7ceb

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

      @Mykle1 I’ve thinking, maybe we can organize a “pair programing chat” for some day.

      In quick search I found

      https://screenhero.com/
      https://codepad.remoteinterview.io/pads

      If someone know some other tool …

      I can introduced how can add the change on this module. This can helps other users to involve in develop modules if someone else if interested in that.

      posted in Utilities
      R
      roramirez
    • RE: Magic Mirror Discord Group

      @Mykle1 Oh, thanks but the main core team prefer using Slack. That does not mean if you want maintain this medium … go a head.

      posted in General Discussion
      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: 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: Something I'm working on ...

      Its great. With this, I was thinking is possible create a installer system, its somethings i was thinking from time ago.

      Using the API and the parameters of configuration per every module its possible create the section of module for add into the config.js

      posted in Announcements
      R
      roramirez
    • RE: White flash when electron boots up

      Hey Guys!, about this. I pushed a Pull request will be resolv this issue. Can check out https://github.com/MichMich/MagicMirror/pull/597

      Please, can you test and reply here.

      posted in Troubleshooting
      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: 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: Dark Material UI

      I think to move the current UI to other aspect the clean route its not the way. If we want reach this goal is add support for multi themes on MagicMirror.

      posted in Feature Requests
      R
      roramirez
    • RE: starter problem # 2

      @morozgrafix said in starter problem # 2:

      Cool. Sometimes off brand SD cards is the culprit of data loss. Memory is so inexpensive these days it is worth getting a good brand name card. Hopefully your trouble will now end with a new memory card. Also after so many installs you are a PRO now.

      Yes.

      Also I want to add, I’ve had some problems when the RaspberryPI is not connected to good power supply. This has caused corrupted data into SD card.

      posted in Troubleshooting
      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: 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: 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: 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
    • 1
    • 2
    • 3
    • 2 / 3