MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Ray
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    R
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 21
    • Posts 143
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: So I have a question about backup

      @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

      posted in General Discussion
      R
      Ray
    • 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 wrong

      can 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 folders

      Would this method work without causing any problems?

      posted in General Discussion
      R
      Ray
    • RE: notificationFx.css

      @sdetweil yes I just did that I sent you a copy of it

      posted in Custom CSS
      R
      Ray
    • 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

      posted in Custom CSS
      R
      Ray
    • 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 . Maybe

      I should’ve included these in my 1st reply sorry

      posted in Custom CSS
      R
      Ray
    • RE: notificationFx.css

      @sdetweil I think I tried that but I’ll try again

      posted in Custom CSS
      R
      Ray
    • 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 problem

      Any help would be appreciated

      posted in Custom CSS
      R
      Ray
    • RE: Fun for halloween

      @fribse cool. I’ll check it out. Thanks

      posted in Show your Mirror
      R
      Ray
    • RE: Fun for halloween

      @fribse I love that screensaver I would like to put it on my mirror. Where did you get it

      posted in Show your Mirror
      R
      Ray
    • RE: How can i play Amazon music in mirror?

      @sdetweil that’s what I thought. Thanks for the input

      posted in Requests
      R
      Ray
    • RE: How can i play Amazon music in mirror?

      hey off-topic just curious. Can you download your music to your computer that you have purchased?

      The reason I’m asking is, since Google play has been eliminated. I can’t purchase or download music anymore and I was curious about Amazon

      Sorry for the off-topic

      posted in Requests
      R
      Ray
    • I have a question about the default alert

      I would like to start using it, but I noticed when the alerts were taking care of the alert itself stayed on the screen.
      is there a way to hide this after the alert has been taking care of?

      posted in Troubleshooting
      R
      Ray
    • RE: posts with inappropriate language or apparent attacks on other users are unacceptable

      @sdetweil I’m glad to see that this site response to bullying.
      Bullying is unacceptable and they need to be accountable for it

      posted in General Discussion
      R
      Ray
    • RE: GoogleAssistant v3

      @cowboysdude yeah I know the feeling I’ve had trouble with Google for a long time

      posted in Troubleshooting
      R
      Ray
    • RE: GoogleAssistant v3

      @bugsounet I was just looking for solutions. So please don’t take offense to it. I’ve been all over Google platform. I have tried to find a solution to this problem with no luck. The part I don’t understand is I can use it on my phone but Nowhere else unless I purchased the device called Google home

      posted in Troubleshooting
      R
      Ray
    • RE: GoogleAssistant v3

      @sdetweil yeah I’ve been working on that for a few days now without any luck whatsoever

      posted in Troubleshooting
      R
      Ray
    • RE: GoogleAssistant v3

      @sdetweil yeah I don’t know what’s going on. I’ve tried all different kinds of things

      posted in Troubleshooting
      R
      Ray
    • RE: GoogleAssistant v3

      @sdetweil if I understand your question. All of mine are Google ,Google calendar, Gmail, so and so forth
      I went to Google cloud platform and added the Google calendar API

      I have Google YouTube API and it works perfectly just the calendar does not

      posted in Troubleshooting
      R
      Ray
    • RE: GoogleAssistant v3

      Yes, I’m aware of that part. Every time I say Jarvis which is my hot word add event to my calendar. It comes back and says it needs permission to access my phone but I can’t find anywhere on my phone or in the Google settings

      posted in Troubleshooting
      R
      Ray
    • RE: How do I highlight all text on the screen?

      I use this in my modules. I find it to be very helpful for me.

      module.clock {
      background-color:rgba(255,255,255,0.5);
      border-radius: 8px;
      padding: 8px;

      The last number in the background color is the brightness for the color
      I hope this helps

      posted in Troubleshooting
      R
      Ray
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 6 / 8