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

    Posts

    Recent Best Controversial
    • RE: change font of modules (local fonts)

      thank you!

      posted in Custom CSS
      E
      epi
    • RE: change font of modules (local fonts)

      Still doesn’t work

      /*****************************************************
       * Magic Mirror                                      *
       * Custom CSS                                        *
       *                                                   *
       * By Michael Teeuw http://michaelteeuw.nl           *
       * MIT Licensed.                                     *
       *                                                   *
       * Add any custom CSS below.                         *
       * Changes to this files will be ignored by GIT. *
       *****************************************************/
      
      body {	
      }
      
      @font-face {
        font-family: "SF";
        font-style: normal;
        font-weight: 100;
        src:
          local("ComicRelief"),
          url("fonts/ComicRelief.ttf") format("truetype");
      }
      
      posted in Custom CSS
      E
      epi
    • RE: change font of modules (local fonts)

      So, I’ve downloaded https://www.fontsquirrel.com/fonts/comic-relief and added a font to

      /home/pi/MagicMirror/fonts
      

      And my custom css looks like this

       body {	
      @font-face {
        font-family: "SF";
        font-style: normal;
        font-weight: 100;
        src:
          local("ComicRelief"),
          url("fonts/ComicRelief.ttf") format("truetype");
      }
      }
      

      Despite that, font is not seen. What could be the reason?

      posted in Custom CSS
      E
      epi
    • RE: MMM-NetworkConnection

      @Sandy2503 I changed to “-s” and still did not work.
      @Mykle1 I followed the installation guide, incl. the dependencies. I did not modify anything. I tried the module alone (all other cfg removed), still did not work for me.

      What is the installation folder for dependencies in your case?

      posted in Utilities
      E
      epi
    • RE: MMM-NetworkConnection

      That is very strange, as I see nothing. OK, my code

      {
      		module: "MMM-NetworkConnection",
      		position: "top_center",
      		config: { 
      			updateInterval: 600000,
      			maxTime: 5000,
      			initialLoadDelay: 2500,
      			decimal: 1,
      			displayTextStatus: true,
      			animationSpeed: 2500
      		}
      	},
      
      posted in Utilities
      E
      epi
    • RE: MMM-NetworkConnection

      Installed as in readme file, fails to show up. No errors in browser. Module is not working.

      posted in Utilities
      E
      epi
    • RE: Default calendar double dates relative&absolute

      @morelinux thank you. Calendar module description is missing this one.

      showEnd: false,
      
      posted in Troubleshooting
      E
      epi
    • Default calendar double dates relative&absolute

      0_1538655723093_a5b7c8e0-5d4a-46ec-94f5-4c1dfada4438-image.png

      After the latest update, calendar is showing both absolute & relative dates for me. From the screenshot, first entry shows “Today-Oct.5th”. I would like it to have just relative date, as “Today”. So this probably has also something to do with event end time.

      Second issue is with second entry, which states “In 3 hours-19:00”. Instead, I’d like to see “Today at 15:00”, so instead of relative, I’d like it to be absolute and without event end time.

      Does this seems possible?
      Current settings

              {
                  module: "calendar",
                  header: "",
                  position: "top_right",
                  config: {
                      maximumEntries: "5",
      		timeFormat: "relative",
      		getRelative: "5",
      		fetchInterval: "60000",
                      calendars:[
      
      posted in Troubleshooting
      E
      epi
    • RE: MMM-NOAA - Another Weather Module

      Did someone managed to change css to make this module look more like this?
      0_1538143780588_78a4657f-8b20-4130-959a-fd4ec7666090-image.png
      Or like this
      0_1538165065297_1506892109941-github.png

      posted in System
      E
      epi
    • RE: Advanced stocks / finance module needed

      Great job! Love it! :smiling_face_with_heart-eyes:

      posted in Requests
      E
      epi
    • 1 / 1