Read the statement by Michael Teeuw here.
Using the Developer Tool and save the settings
-
Hello everybody,
i’m trying to configurate my MagicMirror and use the Developer Tool for the fine tuning to change some positions of the modules.
Until this step everything is fine.But after a restart of MagicMirror, it looses this parameter.
Is there any way to save these settings? I can’t find any option or button in this way.Thanks for helping me!
Best regards
Richard_Fish -
@richard_fish developer mode doesn’t save anything…
u have to take those settings u changed or added and turn them into
blocks of stuff in ~/MagicMirror/css/custom.css
.modulesname .class (or element name) { styles }
using these items to target the specific elements you want to set/modify
https://www.w3schools.com/cssref/css_selectors.asp -
@sdetweil said in Using the Developer Tool and save the settings:
developer mode doesn’t save anything…
It has saved me a few times. ;-)
Haw haw
-
@mykle1 said in Using the Developer Tool and save the settings:
It has saved me a few times
yeh, but u keep trying to prove u need saving!.. but you don’t!
-
We all need saving, father. :-)
-
Okay, thank you!
I’ll try my best.Richard_Fish