Thank you.:folded_hands:
Then I have to use the remote-control module in a Javascript code to be able to access MMM-Dynamic-Modules. Maybe I can find a code example somewhere on the internet that makes it work too.
@retroflex @pi-user
Should be possible through css. Haven’t tried this myself, but it should work:
.clock {
position: absolute;
left : 400px;
top : 100px;
}
Add it to MagicMirror/css/custom.css
I think you can use right and bottom instead of left and top also.
That will fail if a parent element is set to position: relative.
Then this element will arrange itself absolutely INSIDE the parent element/region.
if can’t get it to work… MM_CONFIG_FILE (full path to file) reads the right config file, but then
still get missing config file…
AND you MUST have a config.js in the config folder, or nothing will work…
sorry, i give up right now…