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

    Posts

    Recent Best Controversial
    • RE: Changing icons of the modules Current Weather and Weather Forecast

      hello @santiago5 @trividar can you send me a link from the icon, which you want to implemented?

      posted in Development
      P
      PhilReis
    • RE: MMM-TouchAlarm - Your touchable Alarm Clock

      @janloebel interesting module. Can you add some pictures?

      posted in Utilities
      P
      PhilReis
    • RE: adjust the size of the currentweather and weatherforecast icons

      @doudy try this:

      .currentweather .weathericon {
          position: absolute;
          z-index: 0;
          height: 20px;
          right: 180px;
          margin-top: -65px;
          }
      
      

      How did you integrate the new icons?

      posted in Utilities
      P
      PhilReis
    • RE: Changing icons of the modules Current Weather and Weather Forecast

      @tagriel i will test it.

      posted in Development
      P
      PhilReis
    • RE: First MagicMirror

      Nice Mirror!!
      Which Font do you use?

      posted in Show your Mirror
      P
      PhilReis
    • RE: Changing icons of the modules Current Weather and Weather Forecast

      @tagriel i have used svg Icons because it was easier for me.
      I can try to make a solution with the CSS Icons which you have linked here.

      posted in Development
      P
      PhilReis
    • RE: ,Change Fonts

      @lavolp3 my solution works.
      For the web server is the Magic Mirror directory the “root” directory. So you have to create the fonts directory in the Magic Mirror directory.

      posted in Custom CSS
      P
      PhilReis
    • RE: ,Change Fonts

      Try to put your fonts directory in the Magic Mirror directory.

      posted in Custom CSS
      P
      PhilReis
    • RE: ,Change Fonts

      Try this:

      @font-face {
        font-family: "MyFont";
        font-style: normal;
        font-weight: 100;
        src:
          local("SF-Pro-Display-Light"),
          url("/fonts/SF-Pro-Display-Light.otf") format("truetype");
      }
      

      and i have change this too:

      .thin {
        font-family: "MyFont";
        font-weight: 100;
      }
      
      .light {
        font-family: "MyFont";
        font-weight: 300;
      }
      
      .regular {
        font-family: "MyFont";
        font-weight: 400;
      }
      
      .bold {
        font-family: "MyFont";
        font-weight: 700;
      }
      
      

      hope it helps.

      posted in Custom CSS
      P
      PhilReis
    • RE: Changing icons of the modules Current Weather and Weather Forecast

      @smotx you’re welcome, no problem

      posted in Development
      P
      PhilReis
    • 1 / 1