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

    falter

    @falter

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

    falter Unfollow Follow

    Best posts made by falter

    • RE: MMM-Openhab

      Hi all,
      thanks for the module, it’s really a great addon for my MMs.
      Since OH4.2 the theming is to be configured via the sitemap itself. Since I cannot use the mouse in electron, how could I change the settings to black and small arrangement?
      Thanks in advance…

      posted in Utilities
      F
      falter

    Latest posts made by falter

    • RE: Different order in center after Upgrade to 2.32

      ahh, and not that I expect the effort, just for completeness: one could test the module without a camera, you just need a RTSPtoWeb stream…

      posted in Troubleshooting
      F
      falter
    • RE: MMM-Openhab

      said in MMM-Openhab:

      Hi all,
      thanks for the module, it’s really a great addon for my MMs.
      Since OH4.2 the theming is to be configured via the sitemap itself. Since I cannot use the mouse in electron, how could I change the settings to black and small arrangement?
      Thanks in advance…
      I figured out that you indeed can use the mouse. Just add the code in custom.css, restart and apply with connected mouse, remove the code, restart, done :)

      html {   
             cursor: unset;
      }
      
      posted in Utilities
      F
      falter
    • RE: Different order in center after Upgrade to 2.32

      @sdetweil thanks anyway, at least I found out about the change in main.css, so I can keep using the recent version, which was most important. I just have to apply this change after future updates, which I can live with.

      posted in Troubleshooting
      F
      falter
    • RE: Different order in center after Upgrade to 2.32

      @sdetweil said in Different order in center after Upgrade to 2.32:

      .region.top.center .container {
      display: grid;
      grid-template-columns: repeat(3,1fr);
      grid-template-rows: repeat(2,1fr);
      gap:10px;
      }

      Thanks for the effort, unfortunatly this does not change anything visible.
      The Video-Module uses this css, if that helps. I just added the fist width (else the video is too big for 2 coloumns, and changed the second one, so I have a little gap between them:

      .MMM-RTSPtoWeb {
        width: 38%;
        display: inline-block;
      }
      
      .region .rtw-video {
        width: 98%;
        display: block;
      }
      
      .rtw-error {}
      
      

      If I leave the css of the module untouched and put the above in custom.css, is does not apply. But that’s another story; as I said don’t know css, or better, understand…

      posted in Troubleshooting
      F
      falter
    • RE: Different order in center after Upgrade to 2.32

      is there anything I could put in custom.css for future updates?
      This does not work:

      .region .container {
         display: block;
       }
      
      posted in Troubleshooting
      F
      falter
    • RE: Different order in center after Upgrade to 2.32

      just to let you know, I got it, now I copied the old main.css over the recent one and it’s working as before.
      Diff says:

      242,254d241
      < 
      < /**
      <  * Container Definitions.
      <  */
      < 
      < .region .container {
      <   display: flex;
      <   flex-direction: column;
      < }
      < 
      < .region .container.hidden {
      <   display: none;
      < }
      
      

      so, this is a bug then?

      posted in Troubleshooting
      F
      falter
    • RE: Different order in center after Upgrade to 2.32

      ok, what do you mean with change now in main.css, container and order config? Was it me? I have this running for years and it could be, some time ago, I script-kiddie’d something in main.css, but I think this would be overwritten by the update?
      Any hint where I could look?

      posted in Troubleshooting
      F
      falter
    • RE: Different order in center after Upgrade to 2.32

      @sdetweil thank you very much for taking the time!
      For the logs, do I have to change the loglevel? There is not much in mm-out.log, or where do I have to look?

      Here is the content of the container from dev-window:

      <div class="container"><div id="module_0_MMM-RTSPtoWeb" class="module MMM-RTSPtoWeb MMM-RTSPtoWeb" style="order: 0;"><header class="module-header" style="display: none;">undefined</header><div class="module-content"><video class="rtw-video" autoplay="" playsinline="" style="max-width: 100%;"></video></div></div><div id="module_1_MMM-RTSPtoWeb" class="module MMM-RTSPtoWeb MMM-RTSPtoWeb" style="order: 0;"><header class="module-header" style="display: none;">undefined</header><div class="module-content"><video class="rtw-video" autoplay="" playsinline="" style="max-width: 100%;"></video></div></div><div id="module_2_MMM-RTSPtoWeb" class="module MMM-RTSPtoWeb MMM-RTSPtoWeb" style="order: 0;"><header class="module-header" style="display: block;">Nordseite</header><div class="module-content"><video class="rtw-video" autoplay="" playsinline="" style="max-width: 100%;"></video></div></div><div id="module_3_MMM-RTSPtoWeb" class="module MMM-RTSPtoWeb MMM-RTSPtoWeb" style="order: 0;"><header class="module-header" style="display: block;">Terrasse</header><div class="module-content"><video class="rtw-video" autoplay="" playsinline="" style="max-width: 100%;"></video></div></div><div id="module_4_MMM-RTSPtoWeb" class="module MMM-RTSPtoWeb MMM-RTSPtoWeb" style="order: 0;"><header class="module-header" style="display: block;">Garten</header><div class="module-content"><video class="rtw-video" autoplay="" playsinline="" style="max-width: 100%;"></video></div></div><div id="module_5_MMM-RTSPtoWeb" class="module MMM-RTSPtoWeb MMM-RTSPtoWeb" style="order: 0;"><header class="module-header" style="display: block;">Südseite</header><div class="module-content"><video class="rtw-video" autoplay="" playsinline="" style="max-width: 100%;"></video></div></div></div>
      
      posted in Troubleshooting
      F
      falter
    • RE: Different order in center after Upgrade to 2.32

      @sdetweil ahh, I had that feeling it could be me…
      But I didn’t change anything css-related, as I don’t know css. I have two MM with different setup, only the cams are the same and the problem is with both.
      The upgrade was as always: git pull and npm run install-mm

      posted in Troubleshooting
      F
      falter
    • RE: Different order in center after Upgrade to 2.32

      I haven’t seen anything regarding this in he changelog to 2.32…

      posted in Troubleshooting
      F
      falter