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

    Posts

    Recent Best Controversial
    • RE: Finished (are they ever really...)

      nice work - can u plz post link to order USB plugs? thanks

      posted in Show your Mirror
      zdenekZ
      zdenek
    • RE: MMM-Netatmo updated

      @Miller that’s perfect, thanks

      posted in Utilities
      zdenekZ
      zdenek
    • RE: MMM-Netatmo updated

      @Miller can u plz help me to customize CSS? I need to “somehow” add to my CSS

      MMM-netatmo . modules bubbles horizontal . module .secondary .displayAQI .AQI .medium light
      font-size:15px;

      MMM-netattmo . modules bubbles horizontal . module .primary . displayTemp . Temperature . data_container . data_left large light bright
      font-size: 40px;

      and also overide the module css value

      .x-medium {
      
        font-size:170%;
      }
      

      to

      .x-medium {
      
        font-size:100%;
      }
      

      the task is decrease the size of font of mentioned DIVs to own defined size (the actual is too big for me)

      I’ve tried

      .x-medium {
      
        font-size:100%;
      }
      
      .MMM-netatmo .bubbles.horizontal .module .primary .displayTemp .data_container .data_left {
        font-size: 40px;
      }
      
      .MMM-netatmo .bubbles.horizontal .module .secondary .displayAQI .AQI {
        font-size: 15px;
      }
      

      thanks a lot - I’m lost :-(

      posted in Utilities
      zdenekZ
      zdenek
    • RE: MMM-Netatmo updated

      @Miller it will be great. I’ve the one form thermostat, but it only show temp and off/on. Will be great to see “plan”, also the status of valves (actual temp, open/closed, temp by plan…)

      thanks

      posted in Utilities
      zdenekZ
      zdenek
    • RE: MMM-Netatmo updated

      @Miller no problem, I’ll reorganize modules a little bit…

      thanks

      posted in Utilities
      zdenekZ
      zdenek
    • RE: MMM-Netatmo updated

      @Miller so, it works almost perfect, Just:

      • I would recomment to add comma (,) next to last bracket on git-hub. Like this:
        },
        when someone copy settings somewhere in the middle of config, he/she has to remember to add comma…
      • for me doesn’t in hotizontal mode works “horizontalOverflow” or I didn’t get the meaning. I’ve set it false and the row of MMM-Netatmo writes values over modules in “right” column". And cause the size is too big for me, I had to remove one of sensors (1 external + 3 internals)

      anyway, thanks a lot - great job

      posted in Utilities
      zdenekZ
      zdenek
    • RE: MMM-Netatmo updated

      @Miller great, thanks, I’m going to test.

      Zdeněk

      posted in Utilities
      zdenekZ
      zdenek
    • RE: MMM-Netatmo updated

      @Miller thanks, so I’ll have to wait, no problem

      posted in Utilities
      zdenekZ
      zdenek
    • RE: MMM-Netatmo updated

      hi, is there way, how to show rooms in one row, instead of in one column?

      thanks
      Zdeněk

      posted in Utilities
      zdenekZ
      zdenek
    • RE: MMM-OpenhabFloorplan

      Hi all
      sorry for stupid question - do I need to have another RPi to run OpenHAB, or it can by on the same?

      thanks Zdeněk

      posted in Utilities
      zdenekZ
      zdenek
    • RE: dead SD-card every aprox. 6 months

      @marvin424 that’s really weird. I’m also using 16 cards, in both my mirrors (one is for testing) a in both I’ve had to replace card in about 6 months max. Maybe I’m using to many modules, maybe there is al lot of writes on card… I’ll try SSD

      posted in Hardware
      zdenekZ
      zdenek
    • RE: dead SD-card every aprox. 6 months

      @MadScientist thx, sounds great, i’ll try that

      posted in Hardware
      zdenekZ
      zdenek
    • dead SD-card every aprox. 6 months

      hi all
      what do u do use for store MM? I’ve tried USB and it was slow. I’ve bought about 5 different micro SD cards (Kingston, …) but after 3-8 months, when I did restart, the RPi doesn’t start at all. Some “error” with mounting or something (fatal error…). For me the only solution was reinstall (recovery, reinstall Jessie and reinstall MM). What’s wrong? Too many access to SD card and cause fo that damage?
      Any recommendation?

      thanks
      Zdeněk

      posted in Hardware
      zdenekZ
      zdenek
    • RE: MMM-RTSPStream - no video

      @zdenek said in MMM-RTSPStream - no video:

      http://www.ispyconnect.com/man.aspx?n=airlive

      I’ve used also “sample” config and added just MMM-RTSPStream module, but the same result. I’ve red about Google Maps, but I don’t use this module

      module config:

      {
          module: "MMM-RTSPStream",
          position: "top_left",
          config: {
              autoStart: true,
              rotateStreams: true,
              rotateStreamTimeout: 10,
              moduleWidth: 354,
              moduleHeight: 240,
              localPlayer: 'omxplayer',
              remotePlayer: 'none',
              showSnapWhenPaused: true,
              remoteSnaps: true,
              stream1: {
                  name: '',
                  url: 'rtsp://IPADDRESS/stream1',
                  frameRate: 'undefined',
                  snapshotType: 'url',
                  snapshotRefresh: 10,
                  width: undefined,
                  height: undefined,
                  },
              }
      },
      
      posted in Troubleshooting
      zdenekZ
      zdenek
    • MMM-RTSPStream - no video

      I need help. I’ve installed MMM-RTSPStream, followed manual, generated confiq…but after run MM there is just white border, but no picture. Camera is AirLive 2025 HD, based on http://www.ispyconnect.com/man.aspx?n=airlive I’ve tried urls
      rtsp://user:pass@ip:554/stream1
      rtsp://user:pass@ip:554//stream1
      rtsp://user:pass@ip/stream1
      rtsp://user:pass@ip//stream1
      and also /video.mp4 and //mp4 and also without user:pass

      tried rtsp on VLC and after entering IP and name and pass I can see video in VLC player (VLC doesn’t ask for port)

      http://IPADDRESS/axis-cgi/mjpg/video.cgi works in Chrome like a charm

      in camera homepage config is port 554 configured properly.

      what I’m doing wrong?

      @shbatm - any suggestion?

      thanks, Zdeněk

      posted in Troubleshooting
      zdenekZ
      zdenek
    • RE: New non-mirror

      @buzzkc thx

      posted in Show your Mirror
      zdenekZ
      zdenek
    • RE: New non-mirror

      @buzzkc said in New non-mirror:

      https://photos.app.goo.gl/gRywjACtt9kG8Gv39

      great job. What kind of camera and motion sensor do u use?

      thanks

      posted in Show your Mirror
      zdenekZ
      zdenek
    • RE: 2nd try Smart Mirror, 30" monitor and 110cm wide

      hi @DiyMagnus thanks, it’s great…

      posted in Show your Mirror
      zdenekZ
      zdenek
    • RE: 2nd try Smart Mirror, 30" monitor and 110cm wide

      hi @DiyMagnus . Thank you very much. I’m scared to drill holes into the mirror. And it seems I’ve to buy 3D printer :-)

      one more quesion - how is it mounted on the wall?

      thanks, Zdeněk

      posted in Show your Mirror
      zdenekZ
      zdenek
    • 1
    • 2
    • 3
    • 4
    • 5
    • 8
    • 9
    • 2 / 9