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
    • MMM-Tommekalender

      MMM-Tommekalender is a module that fetches and displays waste collection dates from HIKS(Horisont). https://www.hiks.no/privat/tommekalender/

      MMM-Tommekalender

      https://github.com/kurtern84/MMM-Tommekalender.git

      posted in Productivity
      K
      kurtern84
    • MMM-PostenDelivery

      A MagicMirror module to display the next postal delivery date from Posten.no

      The api is based on HomeAssistant-Posten. Thanks to @BobTheShoplifter
      Features

      Shows the next postal delivery date using terms like “today”, “tomorrow”, etc.
      Simple setup with a provided postal code.

      https://github.com/kurtern84/MMM-PostenDelivery

      MMM-PostenDelivery

      posted in Productivity
      K
      kurtern84
    • MMM-GmailNotifier

      MMM-GmailNotifier is a MagicMirror module that displays the user’s Gmail profile picture and name, and checks for unread emails in the inbox.

      Features

      • Displays the profile name and profile picture from the Gmail account.
      • Shows the number of unread emails.
      • Automatically hides email notifications if there are no unread emails.

      MMM-GmailNotifier

      MMM-GmailNotifier

      posted in Productivity
      K
      kurtern84
    • RE: MMM-ProfileAndWeather

      For those who are interested, I have also made one for home assistant:
      Met_Alerts

      posted in Utilities
      K
      kurtern84
    • RE: MMM-ProfileAndWeather

      @KristjanESPERANTO will do 👌🏻

      posted in Utilities
      K
      kurtern84
    • MMM-ProfileAndWeather

      Hello, here is a contribution for extreme weather forecast in Norway.
      Retrieved from yr.no (api.met.no).

      Check it out here: MMM-ProfileAndWeatherAlerts

      MMM-ProfileAndWeatherAlerts

      posted in Utilities
      K
      kurtern84
    • RE: Font Awsome icons in the header

      @hango !important; Did the tricks!

      Thanks so much with the help.

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

      @hango Also tried that with the same result.

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

      @hango

      My custom css:

      .normal {
        color: #8a8a8a;
      }
      

      I use that one for the header, but the text turn back to white after a second

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

      @hango Hi again!

      Did set some classes, but the changes works when refreshed and disapper after a second.

      Do you have a solution for that?

      posted in Custom CSS
      K
      kurtern84
    • 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