• 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
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Update fail

Scheduled Pinned Locked Moved Solved Troubleshooting
28 Posts 4 Posters 6.3k Views 4 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Away
    sdetweil @JerryP
    last edited by sdetweil Jul 6, 2022, 11:24 AM Jul 6, 2022, 11:15 AM

    @JerryP add the word
    force
    to the end of the
    curl…
    statement

    just like the example using apply

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    J 1 Reply Last reply Jul 6, 2022, 3:09 PM Reply Quote 0
    • J Offline
      JerryP @sdetweil
      last edited by Jul 6, 2022, 3:09 PM

      @sdetweil said in Update fail:

      @JerryP add the word
      force
      to the end of the
      curl…
      statement

      just like the example using apply

      Yes Yes Yes that is the trick…
      Now al modules are working.

      Butttttt now the mirror is stil look like it’s zoomed. All module ar looking resized 110% bigger. And drop over each other.

      S 1 Reply Last reply Jul 6, 2022, 3:15 PM Reply Quote 0
      • S Away
        sdetweil @JerryP
        last edited by Jul 6, 2022, 3:15 PM

        @JerryP Ctrl- on keyboard to zoom out

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        J 1 Reply Last reply Jul 6, 2022, 3:26 PM Reply Quote 0
        • J Offline
          JerryP @sdetweil
          last edited by Jul 6, 2022, 3:26 PM

          @sdetweil said in
          That’s oke now. Ctrl- on keyboard to zoom out

          But look the camera postion.
          Normal it was lower
          Unknown.jpeg

          {
          		module: "MMM-RTSPStream",
          		disabled: false, //false, true
          		position: "upper_third",  // "middle_center" "upper_third"
          		config: {
          			autoStart: true,
          			rotateStreams: false,
          			rotateStreamTimeout: 20,
          			moduleWidth: 720,
          			moduleHeight: 420,
          			localPlayer: "omxplayer", // "omxplayer" or "ffmpeg", or "vlc"
          			remotePlayer: 'none',
          			showSnapWhenPaused: false,
          			remoteSnaps: false,
          			  stream1: {***************
          

          I put in the upper_third… But when I put in the middel_center i’ts at the bottom.

          So how can I lower the 4 camera feeds???

          Than the mirror is 100% back again.

          Thanks for the help so fare

          S 1 Reply Last reply Jul 6, 2022, 4:13 PM Reply Quote 0
          • S Away
            sdetweil @JerryP
            last edited by Jul 6, 2022, 4:13 PM

            @JerryP I don’t know for sure, did u have a custom.css that moved the position?

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            J 3 Replies Last reply Jul 6, 2022, 4:42 PM Reply Quote 0
            • J Offline
              JerryP @sdetweil
              last edited by Jul 6, 2022, 4:42 PM

              @sdetweil said in Update fail:

              @JerryP I don’t know for sure, did u have a custom.css that moved the position?

              MMM-RTSPStream .innerWrapper {
                  border-style: none;
              }
              .MMM-SystemStats table {
                      width: 350px;
                      color: #666;
                      font-size: 20px;
               }
              .MMM-SystemStats td {
                  line-height: 20px;
              }
              .MMM-clock table {
                      width: 450px;
                      color: #666;
                      font-size: 20px;
              }
              .MMM-MercedesMe #mercedesMain {
                      zoom: 0.4;
              }
              .MMM-Formula1 .module-header {
              display:none !important;
              }
              .MMM-MercedesMe .module-header {
              display:none !important;
              }
              .MMM-NetworkScanner .module-header {
              display:none !important;
              }
              .MMM-VolvoOnCall .module-header {
              display:none !important;
              }
              .MMM-Spotify .SPOTIFY_BACKGROUND {
              display:none !important;
              border-style: none;
               zoom: 80%;
              }
              .MMM-MyVolvo .VOC .graphic {
                      width: 50%;
                      margin-right: 1px;
                      margin-left: 10px;
                      margin-top:  -4px;
                      float: right;
              }
              

              Yes but not for the RTSP-stream

              1 Reply Last reply Reply Quote 0
              • J Offline
                JerryP @sdetweil
                last edited by Jul 6, 2022, 4:47 PM

                @sdetweil said in Update fail:
                in your script (new mirror setup)
                makes the scrip a new config.js.
                In that files stands

                locale: "en-US",
                

                Where can I find the info for Netherland???

                S 1 Reply Last reply Jul 6, 2022, 4:58 PM Reply Quote 0
                • S Away
                  sdetweil @JerryP
                  last edited by Jul 6, 2022, 4:58 PM

                  @JerryP I just copy the config.js.sample

                  but language/locale codes are public

                  https://www.science.co.il/language/Locale-codes.php

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  J 1 Reply Last reply Jul 6, 2022, 5:03 PM Reply Quote 0
                  • J Offline
                    JerryP @sdetweil
                    last edited by Jul 6, 2022, 5:03 PM

                    @sdetweil said in Update fail:

                    @JerryP I just copy the config.js.sample

                    but language/locale codes are public

                    https://www.science.co.il/language/Locale-codes.php

                    yes “nl-nl” that’s a check

                    1 Reply Last reply Reply Quote 0
                    • J Offline
                      JerryP @sdetweil
                      last edited by Jul 6, 2022, 8:02 PM

                      @sdetweil

                      Yes see the custom.css above

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 3 / 3
                      3 / 3
                      • First post
                        22/28
                        Last post
                      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