@sdetweil that’s fantastic. I appreciate the quick response. I put a lot of effort and time in this mirror
so is good to hear. I can back it up safely
Read the statement by Michael Teeuw here.
Posts
-
RE: So I have a question about backup
-
So I have a question about backup
I’m currently running my magic mirror on a Linux based system
I want to back it up in case something goes wrongcan I just clone all my modules and store them in a safe place
including config, tokens, credentials
then reinstall magic mirror the traditional way
then copy all My modules into the folders
then use npm install in each modules foldersWould this method work without causing any problems?
-
RE: notificationFx.css
@sdetweil said in notificationFx.css:
.alert .ns-box .normal
If I set it up just like this. It works
but the 3 items below my new module will use them, which I do not want.alert .ns-box { /*ns-box is for Alert. It displays notifications for other modules.*/ background-color: rgba(0, 0, 0, 0.5); padding: 17px; line-height: 1.4; margin-bottom: 10px; z-index: 1; font-size: 70%; position: relative; display: table; word-wrap: break-word; max-width: 100%; border-width: 1px; border-radius: 5px; border-style: solid; border-color: var(--color-text-dimmed); } .ns-alert .dimmed { /* Header MagicMirror */ color: #00FFFF; } .ns-box .normal { /* */ color: #ffffff; } .ns-box .bright { /* Welcome start was successful */ color: #00FF00; }if I set it up like this. Everything is black and white. except for the box it will be black and the text will be white
.alert .ns-box { /*ns-box is for Alert. It displays notifications for other modules.*/ background-color: rgba(0, 0, 0, 0.5); padding: 17px; line-height: 1.4; margin-bottom: 10px; z-index: 1; font-size: 70%; position: relative; display: table; word-wrap: break-word; max-width: 100%; border-width: 1px; border-radius: 5px; border-style: solid; border-color: var(--color-text-dimmed); } .alert .ns-box .dimmed { /* Header MagicMirror */ color: #00FFFF; } .alert .ns-box .normal { /* */ color: #ffffff; } .alert .ns-box .bright { /* Welcome start was successful */ color: #00FF00; }I cannot see what I’m doing wrong here
-
RE: notificationFx.css
@sdetweil when I added it to the 1st 1 it worked
but when I added to the other 3 everything is in black and white now.alert .ns-box { /*ns-box is for Alert. It displays notifications for other modules.*/ background-color: rgba(0, 0, 0, 0.5); padding: 17px; line-height: 1.4; margin-bottom: 10px; z-index: 1; font-size: 70%; position: relative; display: table; word-wrap: break-word; max-width: 100%; border-width: 1px; border-radius: 5px; border-style: solid; border-color: var(--color-text-dimmed); } .alert .ns-box .dimmed { /* Header MagicMirror */ color: #00FFFF; } .alert .ns-box .normal { /* */ color: #ffffff; } .alert .ns-box .bright { /* Welcome start was successful */ color: #00FF00; }is it because I have
dimmed
normal
bright
should there be a – there instead of . MaybeI should’ve included these in my 1st reply sorry
-
notificationFx.css
So I have a dilemma that I don’t quite know how to solve
currently in my custom.css . I have the settings for the alert module which uses the notificationFx.css. And it works perfectly..ns-box { background-color: rgba(0, 0, 0, 0.5); padding: 17px; line-height: 1.4; margin-bottom: 10px; z-index: 1; font-size: 70%; position: relative; display: table; word-wrap: break-word; max-width: 100%; border-width: 1px; border-radius: 5px; border-style: solid; border-color: var(--color-text-dimmed); } .ns-box .dimmed { color: #00FFFF; } .ns-box .normal { color: #ffffff; } .ns-box .bright { color: #00FF00; }The problem is my new module MMM-StopwatchTimer uses exactly the same alert notificationFx.css
I don’t want to have the same settings the same colors. How do I fix this problemAny help would be appreciated
-
RE: Fun for halloween
@fribse I love that screensaver I would like to put it on my mirror. Where did you get it
-
RE: How can i play Amazon music in mirror?
@sdetweil that’s what I thought. Thanks for the input