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

    Posts

    Recent Best Controversial
    • Followed wiki, but the screen does not rotate

      Hello, I installed the latest version of MM.

      My problem, i cannot rotate my screen. I followed the wiki manual von MichMich.

      I added the following two lines to /boot/config.txt

      #Enable the Open GL driver to decrease Electron's CPU usage
      dtoverlay=vc4-kms-v3d
      

      and I added the following line to ~/.config/lxsession/LXDE-pi/autostart

      @xrandr --output HDMI-1 --rotate right
      

      But the screen does not rotate.

      Could it be a problem, that there is a Monitor/USB Switch between the raspberry and the monitor?

      I would be very grateful if someone could help me.

      Thank you in advance.

      Lars

      posted in Troubleshooting
      K
      Klinge
    • RE: MMM-PublicTransportHafas – Public transport information for all stations known to Deutsche Bahn

      @raywo
      Thank you. Now it can be configured by someone like me ;-)

      posted in Transport
      K
      Klinge
    • RE: MMM-PublicTransportHafas – Public transport information for all stations known to Deutsche Bahn

      Damn it! So a Layer 8 problem ;-) Now it works. Thank you, for your quick help.

      posted in Transport
      K
      Klinge
    • RE: MMM-PublicTransportHafas – Public transport information for all stations known to Deutsche Bahn

      Hi,
      unfortunately I have some problems with the module. When my MM started, the module will not be loaded. There is only the message “Loading…”. Other modules will be loaded.

      I configured the module as follows.

      {
        module: "MMM-PublicTransportHafas",
        position: "bottom_left",
       
        config: {
          stationID: "008000152",                   // Replace with your stationID!
          stationName: "Hannover Hbf",   // Replace with your station name!
       
          direction: "",                    // Show only departures heading to this station. (A station ID.)
          ignoredLines: [],                 // Which lines should be ignored? (comma-separated list of line names)
          excludedTransportationTypes: [],  // Which transportation types should not be shown on the mirror? (comma-separated list of types) possible values: StN for tram, BuN for bus, s for suburban
          timeToStation: 10,                // How long do you need to walk to the next Station?
          timeToStation: 60,
          timeInFuture: 10,                 // Show departures for the next *timeInFuture* minutes.
      
          showColoredLineSymbols: false,     // Want colored line symbols?
          useColorForRealtimeInfo: true,    // Want colored real time information (timeToStation, early)?
          showTableHeadersAsSymbols: true,  // Table Headers as symbols or text?
          maxUnreachableDepartures: 3,      // How many unreachable departures should be shown?
          maxReachableDepartures: 7,        // How many reachable departures should be shown?
          customLineStyles: "leipzig",      // Prefix for the name of the custom css file. ex: Leipzig-lines.css (case sensitive)
          showOnlyLineNumbers: false        // Display only the line number instead of the complete name, i. e. "11" instead of "STR 11"
        }
      },
      
      

      I would be really grateful, if you could help me.

      Thank you.

      posted in Transport
      K
      Klinge
    • RE: DeutscheBahn - API - direct relations - information of german railway - DB

      Hallo Tom,

      ich bin auch sehr interessiert. Sowas suche ich bereits seit Monaten. Jetzt habe ich mich bereits auf der Developer Seite der DB angemeldet und auch auch die API Timetable abonniert. Jedoch weiß ich nicht, wie ich raus finden kann, ob mein Heimatbahnhof unterstützt wird.

      Ich wäre dir dankbar, wenn du mir weiter helfen könntest. Außerdem wäre es toll, wenn du mir auch die Dateien zur Verfügung stellen könntest. Dann würde ich dir meine Mailadresse an deine schicken.

      Vielen Dank
      Gruß
      Lars

      p.s. Die Unterstützung meines Heimatbahnhofs konnte ich mittlerweile herausfinden.

      @Vauxdvihl
      Possenhofen, Starnberg und München werden unterstützt

      posted in Transport
      K
      Klinge
    • RE: SOLVED: Black screen after update. Problem with version of calendar module? Or something else?

      The PIR-Module doesn’t work correctly.
      I got a tip to change in the module directory and enter npm install.
      I did it, the module was rebuild and so the MM works.
      Thank you.

      posted in Troubleshooting
      K
      Klinge
    • SOLVED: Black screen after update. Problem with version of calendar module? Or something else?

      Hello,
      after installing an update I got a black screen. When I start my MM with

      npm start dev
      

      I get the following warning

      Starting MagicMirror: v2.2.2
      Loading config ...
      Loading module helpers ...
      No helper found for module: alert.
      No helper found for module: clock.
      No helper found for module: MMM-WunderGround24Hours.
      Initializing new module helper ...
      Module helper loaded: calendar
      WARNING! Could not load config file. Starting with default configuration. Error found: Error: Module version mismatch. Expected 50, got 54.
      Loading module helpers ...
      No helper found for module: alert.
      No helper found for module: clock.
      No helper found for module: MMM-WunderGround24Hours.
      Initializing new module helper ...
      Module helper loaded: calendar
      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:76: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:76: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.
      

      I tried some solution proposals, but unfortunately nothing helps.

      It would be great, if someone could help me.

      Thank you.

      posted in Troubleshooting
      K
      Klinge
    • Problem with the displaying of the module Wunderground24Hours

      Hello,
      I have a problem with displaying of the weather module Wunderground24Hours. Unfortunately I can not upload a Screenshot. So I try to explain the problem.

      The “°C” is not in the same row as the temperature. After the module has been loaded, the “°C” jumps one line below the temperature. And the last chart “Niederschlagshöhe” is not displayed correctly. Only the top half of the chart is displayed.

      It seems to me, that either the font ist too big or the area, where the module is displayed is too small.

      For some days I updated the MM. After the update I have this problem.

      Unfortunately my search for solving this problem was not successful.

      I would be so grateful if someone could help me.

      Thanks in advance.
      Klinge

      posted in Troubleshooting wunderground24hours problem displaying font
      K
      Klinge
    • Problem with updating

      Re: 24h weather forecast graph
      Hi, that´s a really great module.
      But unfortunately, I have a problem. When I started my MM, after about one Day the module doesn´t update itself. It will display the same temperature.
      The code is

      {
      module: ‘MMM-WunderGround24Hours’,
      position: ‘top_left’,
      config: {
      appid: ‘xxxxxxxxxx’,
      location: ‘pws:xxxxxxxxxx’,
      }
      },

      I would be grateful, if someone could help me.
      Thanks in advance.

      posted in Requests
      K
      Klinge
    • RE: Monitor with PIR-Sensor does not turn off

      Yesterday, I got the solution. It is very simple. I had a wrong description of the PIR-Sensor. GND and VCC were interchanged. So I interchanged the cable and it works.

      posted in Troubleshooting
      K
      Klinge
    • 1
    • 2
    • 7
    • 8
    • 9
    • 10
    • 11
    • 10 / 11