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: [Closed] Problem since update

      Try:

      DISPLAY=:0 nohup npm start
      
      posted in Troubleshooting
      R
      roramirez
    • RE: Test suite for MagicMirror²

      I fixed before mentioned https://github.com/roramirez/MagicMirror/commit/2a94ee55ccb8fa06f4d07c2a67307b5ed0a659a3

      :)

      posted in Upcoming Features
      R
      roramirez
    • RE: TeamViewer for PI

      @mpires Ngrok

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

      @Fonfon Can be help you
      http://trendblog.net/how-to-mount-your-media-server-or-nas-drive-to-a-raspberry-pi/

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

      @Fonfon If you create a symbolic link to there, yes.

      posted in Utilities
      R
      roramirez
    • RE: Magic Mirror On Debian Jessie

      @apolonio said in Magic Mirror On Debian Jessie:

      I do see the benefits of having it all on the pi though, less power, one device, community is established on pi.
      Just some thoughts and if anyone else has tried this route.

      Yes, The Magic Mirror can be deployed on any system it can run Node Js and Electron.

      Something you can’t resolv with a centralized system if you need it to interact with sensors, camera, voice, etc…

      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: 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
    • RE: remoteFile in compliments module

      @jm What memory bug? I’ve don’t touch nothing there. @bhepler said about the improvement

      If you can help with this the Pull Requests are welcome :)

      posted in Troubleshooting
      R
      roramirez
    • RE: php/python apis

      @jujz You can call by node_helper to localhost and use your API

      posted in Development
      R
      roramirez
    • RE: Pm2 dont start my scripts on startup

      @theusu5k What said when you run ?

      pm2 list
      
      posted in Troubleshooting
      R
      roramirez
    • RE: Font Awesome Update...

      I think this type of vendor should be add by other process like npm or bower, not into the project code. We not change/modified the vendor libs … so not have sense keep versionated into the code project.

      posted in Development
      R
      roramirez
    • RE: Remove ipWhitelist or making it work

      @jm said in Remove ipWhitelist or making it work:

                  "::ffff:10.0.1.105/24",
      

      You need set

                  "::ffff:10.0.1.0/24",  "10.0.1.0/24"
      

      /24 is for subnets => 10.0.1.1/24 = 10.0.1.1 - 10.0.1.255
      /32 match specific IP => 10.0.1.10/32 = 10.0.1.10

      I like remove this validation if set any special configuration. I don’t know what can be the most apropiated

      • new variable
      • ipWhitelist: [] - false - null - true
      posted in Troubleshooting
      R
      roramirez
    • RE: npm WARN grunt-yamllint@0.2.0 requires a peer of grunt@~0.4.0 but none was installed.

      It’s a warning. Not there a problem there.

      This should be disapear with the last update of grunt-yamllint

      https://github.com/geedew/grunt-yamllint/commit/55652f65e7d112ff23d34eb6e6dc4d6166b719b4

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

      @jproehl Sound good! The directory have indexes?

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

      @jfodor Great! Do you want take this task?

      posted in Utilities
      R
      roramirez
    • RE: Module template

      @strawberry-3.141 Hi, yes, It’s a idea I’ve thinking how add the tests in modules.

      You can comment about this on thread of testsuite. There a some people involved in this area https://forum.magicmirror.builders/topic/1456/test-suite-for-magicmirror

      Maybe can be we work together for add this to testsuite

      posted in Education
      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: MMM-ImagesPhotos - Show images from a directory

      @johnnyboy This feature is not available at now.

      For your requirement is need it set the path where find the images. Please add a issue in Github to remember and when take free time I could add this. If you want take part of this can developev by yourself and send a Pull Request.

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

      Sound good. I don’t know resolv out your need.

      Some I think could be help is mixed this with https://github.com/ianperrin/MMM-ModuleScheduler

      posted in Utilities
      R
      roramirez
    • 1 / 1