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

    Posts

    Recent Best Controversial
    • RE: Update Master Branch

      @chris47803 said in Update Master Branch:

      @sdetweil

      Ich habe diese Dateien jetzt umbenannt.

      git pull ausgeführt.

      reboot

      Nun startet MM nicht mehr.

      Mist, da war ich fünf Minuten zu spät…

      Soweit ich mich (dunkel!) erinnere benötigst Du ausser git pull noch einen nmp install ……
      Ich glaube aber, der war irgendwie speziell.
      Bin nicht sicher.
      Sam weiß das ganz bestimmt.
      Forum-Suche hilft Dir aber: mirror doesn‘t start gibt‘s dutzende Male …

      Gruß,
      Ralf

      posted in Troubleshooting
      R
      rkorell
    • RE: Update Master Branch

      @chris47803 Und noch einen (dann höre ich auch auf :-) ) : Prüfe auch, ob du das Update überhaupt benötigst…
      Wenn Dich die Meldung stört, kannst du diese auch im autoupdater einfach deaktivieren…

      Gruß,
      Ralf

      posted in Troubleshooting
      R
      rkorell
    • RE: Update Master Branch

      @chris47803 Achso, das was Sam meint und die Fehlermeldungen bedeuten: Du hast offensichtlich in den genannten Modulen Änderungen vorgenommen…
      Das „merkt“ das Update und verweigert sich…

      Gruß,
      Ralf

      posted in Troubleshooting
      R
      rkorell
    • RE: Update Master Branch

      @chris47803 Zudem ist es IMMER eine SEHR gute Idee, das Update script von Sam (@sdetweil ) zu nutzen.
      Das Forum ist voll von postings, die bei selbstgemachten Updates Probleme melden …

      Gruß & viel Erfolg,
      Ralf

      posted in Troubleshooting
      R
      rkorell
    • RE: AHT20 Humidity + Temperature Sensor

      @JohnGalt Really COOL!
      Thanks for sharing!
      Ralf

      posted in Requests
      R
      rkorell
    • RE: AHT20 Humidity + Temperature Sensor

      @JohnGalt cool.
      congratulations.
      It’s may be worth to show the community what you have done?

      Regards,
      Ralf

      posted in Requests
      R
      rkorell
    • RE: [MMM-NounishReminder] Nounish Event Reminder for your MM

      @xppaicyber
      Cool!
      If I understood your structure and approach correctly than this nice module could be used for any of recurring events, because the events are declared in the config.js definition of the module.
      Unfortunately you have hard coded the header of the module

      header.innerHTML = "NOUNISH REMINDERS";
      

      Do you think it is possible to get this header configurable as well?
      This would be really great!

      Thanks a lot!
      Warm regards,
      Ralf

      posted in Showcase
      R
      rkorell
    • RE: V2.31.0 unable to start

      @sdetweil yes :-)

      posted in Troubleshooting
      R
      rkorell
    • RE: V2.31.0 unable to start

      @htilburgs :-)
      this is correct on console window.
      console didn’t know about display unless you’re telling him what display to use.
      As far as I know you can use

      DISPLAY=:0.0 
      

      as a hint upfront your terminal command.
      At least for xrandr this works and is necessary.

      DISPLAY=:0.0 xrandr --output HDMI-1 --off
      

      is my xrandr console equivalent for the “normal” command

      xrandr --output HDMI-1 --off
      

      I’m not THAT sure if this is true for wlr-randr .
      (Because wlr-randr do have this environment variable “WAYLAND_DISPLAY” which is not the case for xrandr…)

      HTH & regards,
      Ralf

      posted in Troubleshooting
      R
      rkorell
    • RE: AHT20 Humidity + Temperature Sensor

      @JohnGalt
      just seen while re-reading my last posting:

      nodehelper.js (the part of the module which is communicating with the python program and so with the sensor) is calling python3 :

      exec(`python3 ./modules/MMM-BME280/bme280.py ${deviceAddr}`, (error, stdout) => {
      

      but the python script itself is referencing python 2 (see above post, source code of bme280.py, 1st line:

      #!/usr/bin/python
      

      I guess this must match and doesn’t …
      So may this is the cause of your problems.

      And if this is true it is may really hard to get this working because you may run in several incompatibilities and library-conflicts …

      Regards,
      Ralf

      posted in Requests
      R
      rkorell
    • 1 / 1