@plainbroke you’re really welcome.
Thanks for your patience :-)
Ralf
You have developed a module for the MagicMirror? Join the group and get a "Module Developer" badge!
@plainbroke you’re really welcome.
Thanks for your patience :-)
Ralf
@htilburgs cool!
happy, that you are satisfied!
Warm regards,
Ralf
interesting that you are poistion this counterbar on thr right side of the screen.
For me it feels/looks more natural on the left side.
May this is the reason for my “acceptance” of the colorFrom / colorTo - “mismatch” you had reported …
@fred2nice That’s cool! I’ve been thinking about getting a laser cutter for a while. That would be one more reason to do so - even though I don’t even need a new frame now 😅
@BKeyport s like they only removed the usage of moment.js from the default calendar module.
@Divis Thanks! 😃 There was some feedback with ideas in the repo. So not alone my achievement.
@sdetweil For clarification does that remove moment.js system wide, or is it just that module? Will other modules need to add it to their package.json files?
@sdetweil All my modules are working well on the dev branch. 🤞
OK - so currently my CSS folder is:

What gets moved?
(FWIW, I don’t know what the CSS files are other than custom and main)
I’m currently setting the CSS file with customCss: "css/custom3.css", in the config,
I’ll change that to customCss: "config/custom3.css", ?
as far as the launching of the server, it’s bash script is:
cd /home/bkey1970/MagicMirror
export MM_CONFIG_FILE=config/config3.js
export MM_PORT=8082
export ELECTRON_DISABLE_GPU=1
DISPLAY=:0 npm run server
nothing changes, right?
@sdetweil what will happen with those of us using multiple configs/css?
In case anyone finds this in the future, this behavior is actually natively supported with the cellStyle option set to flat. From the documentation:
flat - No styling applied. Data is shown in default MM styling
The default for this option is mimic which copies exactly what you have in your existing sheet. If you didn’t want to use flat, you could still use mimic but change your sheet to match the MM (background color black, text color #fff, #666, or #999).
If use the custom css be aware that it will have undefined behavior if you try to change other options in the future.
Thanks for using the module!