• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Cozyla like bright colors mirror (not used as a mirror)?

Scheduled Pinned Locked Moved Showcase
4 Posts 2 Posters 429 Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    Kdizzle
    last edited by Dec 23, 2024, 11:17 PM

    Hello All,

    I am trying to create a family calendar which looks similar to the COZYLA expensive version. so my new guy questions are:

    1. Has anyone tried this
    2. do people post their css files for others to modify
    3. Does anyone suggest the best way to show live google charts on the mirror? I have been reviewing the SmartWeb display model which looks promising.
    S 1 Reply Last reply Dec 23, 2024, 11:19 PM Reply Quote 0
    • S Offline
      sdetweil @Kdizzle
      last edited by Dec 23, 2024, 11:19 PM

      @Kdizzle you could do the calendar with MMM_CalendarExt3
      change the MM background to white and the overall text color to black in the
      custom.css overriding stuff in main.css

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      S 1 Reply Last reply Dec 23, 2024, 11:32 PM Reply Quote 1
      • S Offline
        sdetweil @sdetweil
        last edited by Dec 23, 2024, 11:32 PM

        @Kdizzle I changed those two
        added this in custom.css

        :root {
        –color-text: #999;
        –color-text-dimmed: #666;
        –color-text-bright: #000; /* <-- was FFF*/
        –color-background: #fff; /*<— was 000 */
        }

        and got this
        Screenshot at 2024-12-23 17-29-41.png

        with no other customization

        Ext3 allows all kinds

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        K 1 Reply Last reply Dec 24, 2024, 6:12 AM Reply Quote 0
        • K Offline
          Kdizzle @sdetweil
          last edited by Dec 24, 2024, 6:12 AM

          @sdetweil Thank you! I will start playing with and learning CSS. Thank you for the quick demo!

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          1 / 1
          • First post
            4/4
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Sam, technical setup by Karsten.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy