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: Run MagicMirror https

      @mortenbirkelund What do you mean?

      What changes are you doing for serve the MagicMirror in HTTPs?

      posted in Feature Requests
      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: Test suite for MagicMirror²

      I mention this here if someone can help

      If use moment-timezone for a test this fail

      • Fail in Travis: https://travis-ci.org/roramirez/MagicMirror/builds/220155902
      • Commit example: https://github.com/roramirez/MagicMirror/commit/05d7c9556e773bf2b941035953200ff327efb476
      posted in Upcoming Features
      R
      roramirez
    • RE: Clocks and Two Time Zones

      @roramirez Well for test this feature fail

      https://travis-ci.org/roramirez/MagicMirror/builds/220155902
      Commit: https://github.com/roramirez/MagicMirror/commit/05d7c9556e773bf2b941035953200ff327efb476

      Apparently if we load moment-timezone with nodeIntegration will be fail

      posted in Troubleshooting
      R
      roramirez
    • RE: Clocks and Two Time Zones

      @strawberry-3.141 Yes, Its work :). I’ve checking my config and is set nodeIntegration to true and this fail with that. I presuming this can be some tests fail at sometimes, I’m not sure.

      I share my config for failure.

      var config = {
      	port: 8080,
      	ipWhitelist: [ ],
      	language: "en",
      	kioskmode: true,
      	timeFormat: 24,
      	units: "metric",
      	electronOptions: {
      		webPreferences: {
      			nodeIntegration: true,
      		},
      	},
      
      	modules: [
      		{
      			module: "clock",
      			position: "center",
      			config: {
      				timezone: "America/Campo_Grande"
      			}
      		},
      
      	]
      };
      if (typeof module !== "undefined"){module.exports = config;}
      
      posted in Troubleshooting
      R
      roramirez
    • RE: Clocks and Two Time Zones

      @yawns There an issue this feature. I explained about this on https://github.com/MichMich/MagicMirror/issues/797

      The moment isn’t loaded when is run in electron mode. Only it’s working on server mode.

      I’ve investigating in this area, I don’t have nothing concluded yet. If some can give a idea can be nice. cc @strawberry-3-141 @paviro @Jopyth

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

      The last build of today.

      0_1490719678643_Screenshot at 2017-03-28 13-42-01.png

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

      @LeztherRokk Ok. This module is only for Images.

      I think is not difficult add video support. But this is a things I ain’t planning to do in the near future.

      posted in Utilities
      R
      roramirez
    • RE: AM/PM times shown even with timeFormat: 24,

      @Richard238 Is a knowed issue
      https://github.com/MichMich/MagicMirror/issues/776

      If you can help with that go ahead with a Pull Request.

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

      @LeztherRokk It’s for only images. Do you want reproduce many videos like playlist?

      posted in Utilities
      R
      roramirez
    • RE: Who speaks Spanish? / Quien habla español?

      @pepemujica Por el momento, según veo, no lo han creado.

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

      @c.keen Can you take a screenshot of that?

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

      @c.keen The first loading or for every image? are you playing with getInterval?

      posted in Utilities
      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: 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: 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: RSS/Newsfeed with rows like calendar?

      @danielgr The directive maxNewsItems is not working for you?
      https://github.com/MichMich/MagicMirror/tree/master/modules/default/newsfeed

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

      I propused the idea mentioned before
      https://github.com/MichMich/MagicMirror/pull/775

      posted in Development
      R
      roramirez
    • RE: Current Weather

      @pjkoeleman Hello!

      I can tell you the feature is already done and waiting to merge, this is a @MichMich’s decision.

      https://github.com/MichMich/MagicMirror/pull/773

      Thanks to @amcolash for introduce this new feature :) . You can use the current patch or wait if is merged.

      posted in System
      R
      roramirez
    • RE: [Closed] Problem since update

      @Petal0u If you are connected by SSH this should work for you.

      Can you tell us what is your output with the command mentioned before?

      posted in Troubleshooting
      R
      roramirez
    • 1 / 1