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

    Posts

    Recent Best Controversial
    • Which 2-way mirror is the best?

      So, I am almost done with my project. Just waiting for some small parts from China.
      Now I will have to start thinking which 2-way mirror to buy. I found some options in Germany (where I live) but I am not sure which one is best for a Magic Mirror.

      The LCD comes from a 24" screen with a faulty power supply. I’d like to have the mirror the same size as the LCD panel, or at least not too much bigger. These are the mirrors I found that are available in Germany:

      Glas-per-klick.de:
      Spionspiegel Silber, 4mm thick, 40x60cm, 57€ plus shipping.
      Mirona “STANDARD”, 4mm, 40x60cm, 61€ plus shipping
      Mirona “BEAMSPLITTER”, 4mm, 40x60, 105€ plus shipping

      Glas-star.de:
      Pilkington Mirropane Chrome Spy, 4mm, 55.6x32.3cm (exact same size as LCD), 4mm, 135€ incl. shipping

      MySpiegel.de:
      55.6x32.3cm, 8mm, 69€ plus shipping.

      The one from MySpiegel is very think and therefore heavy I assume. The price is pretty good though but I read that it quit dark.
      Only heard positive things about the Pilkington. It’s by far the most expensive but I don’t mind if it worth it. Has anyone experiences with the Mirona “STANDARD”? The price is very attractive. Is the high price justified for the BEAMSPLITTER? How about the quality of the cheapest “Silber” one?

      Would love to get some feedback before I place the order just to be disappointed afterwards. :-)

      posted in General Discussion
      M
      MadScientist
    • RE: Changing the length of the line under the header

      Thanks ninjabreadman. I will have a look at your proposed sites.

      posted in Custom CSS
      M
      MadScientist
    • RE: Changing the length of the line under the header

      Ok, tried that but it said "undefined with the underline. I had previously removed the label for the senor. So setting

      header: "",
      

      and

      label: "",
      

      AND changing from x-stack to y-stack

      displayMode: 'y-stack',
      

      did the trick. Thanks for your help.

      Is there a good place to learn about CSS? I tried figuring it out on my own but I just don’t understand how it’s done.

      posted in Custom CSS
      M
      MadScientist
    • RE: Changing the length of the line under the header

      I tried that already. But instead of no header I get “undefined” as a header.

      posted in Custom CSS
      M
      MadScientist
    • RE: Changing the length of the line under the header

      I have the same problem with the MMM-temp-ds18b20 module. I would like to remove the header and the underlying line but can’t get it to work. I am really lost as I have no idea how the css stuff works. Can you post your custom.css file and not just the very lines you changed? Is there a good guide for dummies (!!!)?

      posted in Custom CSS
      M
      MadScientist
    • RE: Error: Module version mismatch. Expected 50, got 54

      Thanks for the very quick reply. I am currently backing up my MM install and give it a try.

      Edit: For a test I just did a

      npm install
      

      and checked if the mirror starts up. Which it did. Thanks so much for your help!

      posted in Troubleshooting
      M
      MadScientist
    • Error: Module version mismatch. Expected 50, got 54

      Hi,
      I have just updated updated my MagicMirror installation to the current 2.2.0 but now I only get a blank screen.

      npm start
      

      shows the following output.

      pi@raspberrypi:~/MagicMirror $ npm start
      
      > magicmirror@2.2.2 start /home/pi/MagicMirror
      > sh run-start.sh
      
      Starting MagicMirror: v2.2.2
      Loading config ...
      Loading module helpers ...
      WARNING! Could not load config file. Starting with default configuration. Error found: Error: Module version mismatch. Expected 50, got 54.
      Loading module helpers ...
      App threw an error during load
      Error: Module version mismatch. Expected 50, got 54.
          at Error (native)
          at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:173:20)
          at Object.Module._extensions..node (module.js:583:18)
          at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:173:20)
          at Module.load (module.js:473:32)
          at tryModuleLoad (module.js:432:12)
          at Function.Module._load (module.js:424:3)
          at Module.require (module.js:483:17)
          at require (internal/module.js:20:19)
          at bindings (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/bindings/bindings.js:81:44)
      Whoops! There was an uncaught exception...
      Error: Module version mismatch. Expected 50, got 54.
          at Error (native)
          at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:173:20)
          at Object.Module._extensions..node (module.js:583:18)
          at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:173:20)
          at Module.load (module.js:473:32)
          at tryModuleLoad (module.js:432:12)
          at Function.Module._load (module.js:424:3)
          at Module.require (module.js:483:17)
          at require (internal/module.js:20:19)
          at bindings (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/bindings/bindings.js:81:44)
      MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      Launching application.
      ^CShutting down server...
      
      
      

      I don’t really know what that version mismatch means. I haven’t changed anything else to my set-up but just updated from the previous release to the current one. Any help before I wipe everything and start all over new?

      posted in Troubleshooting
      M
      MadScientist
    • 1 / 1