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
    • 1 / 1