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

    Posts

    Recent Best Controversial
    • RE: Font Awsome icons in the header

      @hango Thanks for the help mate! Works perfekt :)

      posted in Custom CSS
      K
      kurtern84
    • Font Awsome icons in the header

      Hi!

      Anyone who knows how to use Font Awsome icons in the header?
      Tried with image in css, but with no luck using this

      .MMM-DHT-Sensor header:before {
        background: url('house-chimney-solid.png');
        display: block;
        width: 16px;
        height: 16px;
      
        /*
          These rules allow you to position the image anywhere you want in the header
        */
        position: absolute;
        right: 30px;
        top: 0px;
      }
      

      nothing shows in the header field.

      posted in Custom CSS
      K
      kurtern84
    • RE: MMM-Profile

      @santiago5 Hi there, try to set the url like this

      url:"", 
      

      Add your picture in the picture folder. then rename it to the default picture, like this : MMM-Profile/pictures/user-profile.png.

      Or you can change it in the mmm-profile.js file. (Line 121)

      if (this.config.url === false) { 
      			Log.info("No URL set under config, using dafault profile image: " + this.data.path + "pictures/user-profile.png");
      			this.config.url = "./" + this.data.path + "pictures/user-profile.png";
      		}	
      
      posted in Utilities
      K
      kurtern84
    • RE: MMM-Profile

      @cknight725 What problems do you have?

      posted in Utilities
      K
      kurtern84
    • MMM-Profile

      Description

      A simple module to show a profilpicture with your name and wheater report for your MagicMirror.

      Screenshot

      alt text

      Download

      [card:kurtern84/MMM-profile]

      posted in Utilities
      K
      kurtern84
    • RE: MMM-NOAA V3.0 doesn't see anything

      @cowboysdude no problem mate! 😊

      posted in Troubleshooting
      K
      kurtern84
    • RE: MMM-NOAA V3.0 doesn't see anything

      @alvaron14 Np! :)

      posted in Troubleshooting
      K
      kurtern84
    • RE: MMM-NOAA V3.0 doesn't see anything

      @alvaron14 Try adding position under NOAA3 in your config.js

      posted in Troubleshooting
      K
      kurtern84
    • 1 / 1