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

    Posts

    Recent Best Controversial
    • RE: [ORDER CLOSED] Two way mirror order in Germany

      @Goldjunge_Chriz

      Sorry, shure. Was a mistake from me.

      posted in Hardware
      lolobyteL
      lolobyte
    • RE: What Monitor did you use?

      15" Panel from an old laptop found in the trash with a separate Controller.
      HDMI+DVI+VGA+Audio LCD Controller Kit for 15.6" B156XW02 V.2 LED Panel 1366x768

      posted in Hardware
      lolobyteL
      lolobyte
    • RE: [ORDER CLOSED] Two way mirror order in Germany

      @yawns @gustav1976 @Jeff @cpramhofer @yawns

      I’m a bit confused what to do next.
      The mirror price is actually 100% more expensive than my already bought mirror with the same dimensions.

      I’m waiting too like yawns!

      posted in Hardware
      lolobyteL
      lolobyte
    • RE: Motion Detection with RaspiCam, Non-Module version

      @bhepler
      in general it’s not bad for a raspi3 to increase the swapfile from 100MB to a higher level.

      at first check your status:
      sudo service dphys-swapfile status
      U see something like this:

      ● dphys-swapfile.service - LSB: Autogenerate and use a swap file
      Loaded: loaded (/etc/init.d/dphys-swapfile)
      Active: active (exited) since Mi 2016-11-30 13:17:14 CET; 6h ago
      Process: 613 ExecStart=/etc/init.d/dphys-swapfile start (code=exited, status=0 /SUCCESS)

      Nov 30 13:17:13 raspi3 systemd[1]: Starting LSB: Autogenerate and use a swa…
      Nov 30 13:17:14 raspi3 dphys-swapfile[613]: Starting dphys-swapfile swapfile…
      Nov 30 13:17:14 raspi3 dphys-swapfile[613]: want /var/swap=1024MByte, checki…t
      Nov 30 13:17:14 raspi3 dphys-swapfile[613]: done.
      Nov 30 13:17:14 raspi3 systemd[1]: Started LSB: Autogenerate and use a swap…e.
      Hint: Some lines were ellipsized, use -l to show in full.

      Maybe u have 100MB instead of 1024 like in my case.

      If u want to change this value the edit your

      sudo nano /etc/dphys-swapfile

      change to this value and save your file

      CONF_SWAPSIZE=1024

      the do a

      sudo dphys-swapfile setup

      and activate your new swap level:

      sudo dphys-swapfile swapon

      thats all. Now your System can handle wit more than his physical RAM.

      In My case i do in raspi-config a new

      “Expand File system”

      to reorganize the file system an reboot after that my raspi.
      If you are a owner of a raspi 2 it’s more common to change the swap file to max 512MB.

      please inform me what’s your experience after this change

      you can also check very niche your tasks mem, swap and other things in a ssh session on your PC with htop

      sudo apt-get install htop

      have a nice try

      posted in Tutorials
      lolobyteL
      lolobyte
    • RE: Suitable mirror

      @mortenbirkelund

      If i understand this sentence right, this mirror is a chrome based mirror with a transmission value of 3%
      The problem is, 3% is too strong and in bright illuminated room you didn’t really can read the white words from behind the mirror.
      Better a value of 8%!

      “In principle, the coating of SGG MIRASTAR can be thermally toughened*, even on the pulley roll side. Chromium mirror glass can therefore be converted to toughened glass, giving it a huge advantage over conventional silvered mirrors!”

      posted in Hardware
      lolobyteL
      lolobyte
    • RE: Suitable mirror

      @mortenbirkelund

      here is another mirror project
      https://glancr.de/development/test-spionspiegel-fuer-smart-mirrors/

      This developer s has tested different mirrors with different transmissions.
      The test description is very detailed.

      German:
      Der Spionspiegel vom Glaser mit etwa 12% Transmission sowie der Chromspiegel mit 8% lieferten einwandfreie Ergebnisse

      English:
      The mirror from a glas manufacturer with 12% transmission and the chrome mirror with 8% delivered the best results.

      You haven’t more details or datasheets of this mirror?

      posted in Hardware
      lolobyteL
      lolobyte
    • RE: Motion Detection with RaspiCam, Non-Module version

      @bhepler

      have u increase the swapfile?

      posted in Tutorials
      lolobyteL
      lolobyte
    • MMM-meteoblueCurrent: Loading weather....???

      Re: Meteoblue Current Weather Module

      I have implemented your Module, the MM2 is starting and then nothing happens.

      Loading weather…

      Can you tell me what is wrong in my config?
      It doesn’t work with your location and nor with my location lon, lat and asl values!

                      {
                              module: 'MMM-meteoblueCurrent',
                              position: 'top_right',
                              config: {
                                      apikey: 'xxxxxxxxxxxx', // my personal api key is new and has 12 numbers or letters
                                      city: 'Oberrieden',
                                      lat: '47.2744',
                                      lon: '8.5784',
                                      asl: '464'
                                      }
                      },
      
      the log of mm2 tell me nothing is wrong. All other forecast modules are working:
      
      0|mm       | No helper found for module: currentweather.
      0|mm       | Initializing new module helper ...
      0|mm       | Initializing new module helper ...
      0|mm       | No helper found for module: weatherforecast.
      0|mm       | No helper found for module: wuforecast.
      0|mm       | No helper found for module: mmm-weatherchart.
      0|mm       | Initializing new module helper ...
      0|mm       | No helper found for module: MMM-forecast-io.
      0|mm       | No helper found for module: MMM-meteoblueCurrent.
      0|mm       | Initializing new module helper ...
      0|mm       | No helper found for module: netatmo.
      0|mm       | No helper found for module: airquality.
      0|mm       | Initializing new module helper ...
      
      posted in Utilities
      lolobyteL
      lolobyte
    • RE: (2.1.0) New default module: update notification.

      Another question…

      Is it possible to run a second instance of MM2?

      posted in Upcoming Features
      lolobyteL
      lolobyte
    • RE: MMM-Button doesn't work

      @Codejune

      are u in a club or a hw do it yourself organisation?

      posted in Troubleshooting
      lolobyteL
      lolobyte
    • 1 / 1