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: compliments module with currentweather doesn't work

      @strawberry-3.141 said in compliments module with currentweather doesn’t work:

      @joelpfeiffer it’s not well documented, you have to define morning afternoon and evening as well.

      otherwise you will get an error in console saying compliments.js:114 Uncaught TypeError: Cannot read property 'push' of undefined

      So, there a bug here. I can review and see a fix that if no other people is interested.

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

      @qistoph it’s pushed https://github.com/MichMich/MagicMirror/pull/716

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

      @qistoph Sorry, Spanish acronymous. I mean Operating System.

      On the another hand. The same commit is passed in Travis on my personal forked but in the main Mich’s repository failed.

      https://travis-ci.org/roramirez/MagicMirror/builds/200750569 (Pass)
      https://travis-ci.org/MichMich/MagicMirror/builds/200750793 (Fail)

      It’s so weird.

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

      @qistoph I’ll test in other instance.

      What S.O are you using?

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

      Hi Guys,

      Today I’ve playing with test suite I something going me crazy

      I create the follow test
      https://github.com/roramirez/MagicMirror/commit/88f1f6bbd4fe6d7f3b9391993d207c7b9ebfb2e9

      Two check on same test case. On my enviroment ever but ever give me fail

      smirror :: ~/MagicMirror ‹without-modules-test*› » ./node_modules/mocha/bin/mocha tests/e2e/without_modules.js
      
      
        Check configuration without modules
          ✓ Show the message create file config (83ms)
          1) Show the message create file config 2
      
      
        1 passing (6s)
        1 failing
      
        1) Check configuration without modules Show the message create file config 2:
           Error: An element could not be located on the page using the given search parameters ("#module_2_helloworld .module-content").
            at elements("#module_2_helloworld .module-content") - getText.js:18:17
            at execute(, "isLoading", , "require") - api.js:350:19
      

      I pushed a sample for shared with you and these are passing on Travis
      https://travis-ci.org/roramirez/MagicMirror/jobs/200521954

      Anybody can give me some light?

      posted in Upcoming Features
      R
      roramirez
    • RE: digital photo frame

      @Labzz the /MMM-ImagesPhotos/photos is a backend endpoint for get content from upload directory used by module. You can synchronize the your DropBox folder in upload directory.

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

      @balthaz For your need I think is better using
      https://github.com/TheBogueRat/MMM-iFrameReload

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

      @balthaz Yes is the cache of Electron app, because the name is same for image url.

      I create a little hack for this but I think this can be overhead the cache of app. Can you try and tell me?

      https://github.com/roramirez/MMM-ImagesPhotos/tree/test-force-cache (branch)
      https://github.com/roramirez/MMM-ImagesPhotos/commit/b8ead890b701ed6264a417c9c4f4a92b135f8816 (patch)

      Other way is create a new name and delete previous file in your script

      wget -O $(date +%s).jpg http://192.168.0.160/tmpfs/auto.jpg
      
      posted in Utilities
      R
      roramirez
    • RE: Graph module

      There a module of @qistoph

      [card:qistoph/MMM-dynchart]

      posted in Requests
      R
      roramirez
    • RE: recipe of the day

      @Babene1 Maybe, the file:/// is on client side.

      posted in Requests
      R
      roramirez
    • 1 / 1