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

kasperinline

@kasperinline

1
Reputation
7
Profile views
19
Posts
0
Followers
0
Following
Joined Dec 15, 2021, 4:54 PM
Last Online 2 days ago

kasperinline Unfollow Follow

Best posts made by kasperinline

  • RE: MMM-FlipClock and CSS

    Got it! And learned a little more:

    .tick .medium {
    	font-size: 60px;
    	 text-transform: uppercase;
    }
    
    .tick {
        display: flex;
        align-items: left;
        justify-content: start;
    }
    
    .MMM-FlipClock .time {
        order: 1;
    }
    
    .MMM-FlipClock .date {
        order: 2;
    	align-self: center;
    }
    

    electron_uz6jpbdbja.png

    posted in Development
    K
    kasperinline
    Nov 22, 2024, 8:46 PM

Latest posts made by kasperinline

  • MMM-BackgroundSlideshow shows blurry images

    Hello

    When using images in MMM-BackgroundSlideshow the become blurry/pixelated.

    My library contains only 4K images with no compression

    Has it something to do with the gradient-, Horizontalgradient-, radialGradient- and GradientDirection settings?

    Any help will be appreciated

    posted in Troubleshooting
    K
    kasperinline
    Mar 14, 2025, 11:03 AM
  • RE: MMM-FlipClock and CSS

    Got it! And learned a little more:

    .tick .medium {
    	font-size: 60px;
    	 text-transform: uppercase;
    }
    
    .tick {
        display: flex;
        align-items: left;
        justify-content: start;
    }
    
    .MMM-FlipClock .time {
        order: 1;
    }
    
    .MMM-FlipClock .date {
        order: 2;
    	align-self: center;
    }
    

    electron_uz6jpbdbja.png

    posted in Development
    K
    kasperinline
    Nov 22, 2024, 8:46 PM
  • RE: MMM-FlipClock and CSS

    @sdetweil
    Thanks for your answer - I already tried developer window and a bit of A.I. but I can’t get any further than my screenshot.

    I think I have to study CSS instead of ‘copy/paste’ and trial’n’error as now.

    :-)

    posted in Development
    K
    kasperinline
    Nov 22, 2024, 8:28 PM
  • MMM-FlipClock and CSS

    Hello everybody

    I have some trouble manipulating the MMM-FlipClock. I want the Clock and the date side-by-side without a huge gap. See the screenshot

    electron_M3iSC96LvM.png

    How do I reduce the gap through CSS? Can anybody point me in the right direction? Se my CSS:

    .tick {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .MMM-FlipClock .time {
        order: 1;
    }
    
    .MMM-FlipClock .date {
        order: 2;
    }
    

    I have tried to use margin and padding without any luck. I want to have the content aligned to the left.

    Is i possible?

    Thanks for your help.

    posted in Development
    K
    kasperinline
    Nov 22, 2024, 7:31 AM
  • RE: MMM-birthdays

    Great work, and allready in use :-)

    posted in Utilities
    K
    kasperinline
    Oct 22, 2023, 4:01 PM
  • RE: MMM-Netatmo updated

    @Laz

    Did you find a solution?

    I’ve got the same problem :-(

    posted in Utilities
    K
    kasperinline
    Jul 28, 2023, 6:56 AM
  • RE: MMM-CalendarExt3

    @MMRIZE said in MMM-CalendarExt3:

    @kasperinline
    Do that in your ‘custom.css’ not in the ‘MMM-CalendarExt3.css’

    Yes of course :-)

    Always in the ‘custom.css’

    posted in Utilities
    K
    kasperinline
    May 21, 2023, 3:53 PM
  • RE: MMM-CalendarExt3

    @kasperinline said in MMM-CalendarExt3:

    @fedale
    I’m not able to get rid of the text “CW”. Can you help me, by sharing your lines.

    Regards

    Got i’t by myself, and learned a little more :-)

    .CX3 .cw::before {
    content: "CW ";
    display: none;
    }
    
    posted in Utilities
    K
    kasperinline
    May 21, 2023, 10:17 AM
  • RE: MMM-CalendarExt3

    @fedale
    I’m not able to get rid of the text “CW”. Can you help me, by sharing your lines.

    Regards

    posted in Utilities
    K
    kasperinline
    May 20, 2023, 7:57 PM
  • RE: MMM-Todoist fontsize

    @sdetweil said in MMM-Todoist fontsize:

    @kasperinline if you are lucky you won’t have to do this more than 100 times! lol

    That dosent matter as long as I know, their might be a solution :grinning_squinting_face:

    posted in Troubleshooting
    K
    kasperinline
    May 9, 2023, 7:11 PM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy