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

    bruteforce

    @bruteforce

    1
    Reputation
    2
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    bruteforce Unfollow Follow

    Best posts made by bruteforce

    • MMM-CalendarExt3

      I have 6 different calendars being loaded, each with their own color. I was able to adjust the CSS code to have the background for each event be the calendar color (like the full day events). The problem is that sometimes the default white text isn’t readable depending on the calendar color.

      My question: Is there a way to set the event text color by calendar? I’ve tried to go through the css code, and even looked at it in developer mode, but I can’t figure it out.

      I appreciate any help!

      posted in Custom CSS
      B
      bruteforce

    Latest posts made by bruteforce

    • MMM-RemoteCompliments Install Issues

      When I try to install MMM-RemoteCompliments following the instructions (https://github.com/mitchelltmarino/MMM-RemoteCompliments/blob/master/Drive/README.md), I get an error message close to the end of the setup when I’m supposed to run the Setup.js script.

      I’m in the MMM-RemoteCompliments/Drive folder, and I type “node Setup” and get back the following:

      /home/admin/magicmirror/modules/MMM-RemoteCompliments/Drive/Setup.js:37
      const oAuth2Client = new google.auth.OAuth2(client_id, client_secret, redirect_uris[0]);
      ^
      TypeError: Cannot read properties of undefined (reading ‘0’)
      at /home/admin/magicmirror/modules/MMM-RemoteCompliments/Drive/Setup.js:37:88
      at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:68:3)

      It probably doesn’t paste over well, but the “^” on the third line is pointing at “redirect_uris[0]”

      Any suggestions on what is going wrong here? I believe I’ve done the correct authorizations and have the client secret file set up correctly, but I’m not sure what’s going wrong.

      posted in Troubleshooting
      B
      bruteforce
    • RE: MMM-CalendarExt3

      @sdetweil I added “background-color: var(–calendarcolor);” to the .CX3.event block to make all events look the same as the full day events. As far as I can tell, that pulls the color I specify for each calendar in the config file. I’m not finding a way to specify the text color for each calendar.

      posted in Custom CSS
      B
      bruteforce
    • MMM-CalendarExt3

      I have 6 different calendars being loaded, each with their own color. I was able to adjust the CSS code to have the background for each event be the calendar color (like the full day events). The problem is that sometimes the default white text isn’t readable depending on the calendar color.

      My question: Is there a way to set the event text color by calendar? I’ve tried to go through the css code, and even looked at it in developer mode, but I can’t figure it out.

      I appreciate any help!

      posted in Custom CSS
      B
      bruteforce