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

    p1lspeda

    @p1lspeda

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

    p1lspeda Unfollow Follow

    Latest posts made by p1lspeda

    • RE: MMM-CalendarExt3

      @sdetweil
      Great.
      Thanks for help (again!)

      posted in Utilities
      P
      p1lspeda
    • RE: MMM-CalendarExt3

      Hi,
      I updated to MM 2.32 this morning and ever since then, I have noticed that the CW entry in my MMM-CalendarExt3 is stuck at “CW1”:
      e0c31178-fa62-4c21-8f01-ad2a29c0c4eb-image.png

      I assume the newest changes have something to do with it
      9cdc6813-31c8-4f3e-af65-9561cf029d8b-image.png

      Any idea if I can solve this or do I need to wait for a module update ?
      Thanks

      posted in Utilities
      P
      p1lspeda
    • RE: MMM-CalendarExt3

      @sdetweil
      I managed to figure it out.
      Just had to play around with the font-size and now it’s as I like it,
      Thanks for your patience.

      posted in Utilities
      P
      p1lspeda
    • RE: MMM-CalendarExt3

      @sdetweil

      I am sorry :(
      Might need some new glasses after all

      posted in Utilities
      P
      p1lspeda
    • RE: MMM-CalendarExt3

      @sdetweil
      I could narrow it down to cellWeather but I cannot find any css-styles in the module’s *.css :/
      This means I am lost as to where to start testing :(

      posted in Utilities
      P
      p1lspeda
    • RE: MMM-CalendarExt3

      @sdetweil
      We are getting there !
      The module - without custom.css settings - already triggers my OCD

      2260a19c-d764-4307-9bb9-04eab0818169-image.png

      posted in Utilities
      P
      p1lspeda
    • RE: MMM-CalendarExt3

      @sdetweil
      not that I can remember as this would mess up things.
      Luckily I found a back up my “old” (pre-fresh install) MMM-CalendarExt3.css and my “new” (post-fresh install) MMM-CalendarExt3.css.
      And they are a match, so there is no difference.

      0f8dd89a-5beb-4dcb-b198-2a2a8c5ab59e-image.png

      Any ideas ?

      posted in Utilities
      P
      p1lspeda
    • RE: MMM-CalendarExt3

      Hi folks,
      it’s me again with a (probably) simple solution.
      After I did a complete fresh install and re-added my custom.css, my Calendar looks a little odd - it triggers my OCD.

      23981df9-281d-402c-8e15-20da37af75e5-image.png

      I guess I do not need to explain what is bothering me.
      Why is the weather info centered on monday ?
      How do I get CW, Weather and Current Day in 1 single line ?

      This is my current custom.css for MMM-CalendarExt3

      .CX3 .cw {
              color: white;
      }
      
      .CX3 .weekend_2 {
              color: white;
      }
      
      .CX3 .weekend_1 {
              color: white;
      }
      
      .CX3 .event {
              border: none;
      }
      
      .CX3 .cell {
              border: none;
              background-color: rgba(255,255,255,0);
      }
      
      .CX3 .cellHeader .cellDate {
              flex-grow: 0;
      }
      
      .CX3 .cw::before {
              content: "CW";
              margin-right: 0px;
      }
      

      Ideas/Tips/Hints are much appreciated.
      What I do not understand is, that this has changed after I did a fresh install but re-added my backed up custom.css :-/

      posted in Utilities
      P
      p1lspeda
    • RE: MMM-PublicTransportHafas - Error when loading - DeparturFetcher.mjs

      @sdetweil
      good to know for the future. Thanks.
      I was unaware of the “force” parameter, that’s why I never tried it.

      posted in Troubleshooting
      P
      p1lspeda
    • RE: MMM-PublicTransportHafas - Error when loading - DeparturFetcher.mjs

      @sdetweil
      I removed the entire MagicMirror directory before reinstalling MM.
      I didn’t make a backup, so I cannot provide the log. Sorry.

      For updating I tried

      bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)"
      

      and

      bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" apply
      

      and the fresh install was achieved by using

      bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)"
      
      posted in Troubleshooting
      P
      p1lspeda