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

    schrecki

    @schrecki

    0
    Reputation
    1
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    schrecki Unfollow Follow

    Latest posts made by schrecki

    • RE: How can I increase the font size for some modules?

      @Kelemvor said in How can I increase the font size for some modules?:

      CalendarExt3Agenda

      Hello, i have the same issue here with another module: MMM-ioBroker
      I’m not a CSS-Freak, but adding a few lines to the custom.css should not be that complicated. I also changes the newsfeed and 2 other Modules.
      To understand your solution here, the “.CX3A”. it comes from the CSS file from the module itself. It is not the Module name or the name how it is registered, right?

      So i added

      .module.MMM-ioBroker
      { font-size: 30px; }
      

      and i also tried

      .MMM-ioBroker
      { font-size: 30px; }
      

      Both with no changes to the screen.

      Then i tried to add the “font-size: 30px” to the modules .css file itself.
      No success at all :(

      What am I doing wrong?

      posted in Troubleshooting
      S
      schrecki
    • RE: MMM-Netatmo does not load

      Hello together, same issue here. I’m using the RaymondMolenaar Fork, but the issue is the same.
      The generated refresh-token only works once. I can see the data, but after a refresh only the loading circle.

      posted in Utilities
      S
      schrecki
    • RE: MMM-clock wraps srunrise time

      @MMRIZE
      Did not work for me, but it was a good hint…
      I added it in the clock_styles.css:

      .module.clock .sun,
      .module.clock .moon {
        display: flex;
        font-size: 25px;
        min-width: 130px;
      
      }
      
      .module.clock .sun > *,
      .module.clock .moon > * {
        flex: 1;
        font-size: 25px;
        min-width: 130px;
      

      Worked perfect for me!
      Thanks anyway!

      I hope i’ll find a solution for MMM-CalendarWeek too, at this time everything i tried did not work… Font-Size too small for me…

      posted in Troubleshooting
      S
      schrecki
    • MMM-clock wraps srunrise time

      Hello together, google search was unsuccessful, so i’m asking here for help.
      I don’t know why this happens, i did noch change anything in the module itself, the left space is wide enough…

      Any ideas?

      f14530b1-864c-4493-bd37-95b4b91d2525-image.png

      Thanks forward!

      posted in Troubleshooting
      S
      schrecki