@mortenbirkelund What do you mean?
What changes are you doing for serve the MagicMirror in HTTPs?
@mortenbirkelund What do you mean?
What changes are you doing for serve the MagicMirror in HTTPs?
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.
I mention this here if someone can help
If use moment-timezone for a test this fail
@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
@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;}
@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
@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.
@Richard238 Is a knowed issue
https://github.com/MichMich/MagicMirror/issues/776
If you can help with that go ahead with a Pull Request.
@LeztherRokk It’s for only images. Do you want reproduce many videos like playlist?