Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Bishowson
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Groups 0

    Bishowson

    @Bishowson

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

    Bishowson Follow

    Latest posts made by Bishowson

    • Magic Mirror font issues

      Hello Everyone!!

      I am using MPI3508 3.5" LCD to display clock module.
      I wanted to change the font of the clock module so I went through
      the forums and got the solution. However the font is changed only when I access it from pc browser and remains unchanged incase LCD screen.

      Here’s my custom.css and screen pics…

      @font-face{
              font-family:impact;
              font-style:normal;
              font-weight:100;
              src: 
                          local("impact"),
                          url("/home/pi/MagicMirror/fonts/impact.ttf") format("truetype")
      }
      
      body {
      	color: #FFF;
      }
      
      .clock .time {
              font-family: impact;
              font-size:300px;
      }
      #GPHOTO_INFO {
              display:none;
      }
      #GPHOTO_BACK {
              display:none;
      }
      #GPHOTO_CURRENT {
              background-size:cover;
      }
      
      

      スクリーンショット 2021-02-21 160332.jpg

      received_3898072406954015.jpeg

      posted in General Discussion
      Bishowson
      Bishowson