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

    Posts

    Recent Best Controversial
    • RE: MMM-MyTado

      @htilburgs
      @joefranz
      That looks good.

      I also saw this in the README (OpenWindow):
      OpenWindow1.png

      I often see this message in my app, but how can I activate it here too?

      posted in Utilities
      M
      MyMirror
    • RE: MMM-MyTado

      @JoeFranz
      Yes !! - This “Noto Color Emoji” font works!
      Now i’ve colors and pictures.

      The steps:
      sudo apt update
      sudo apt install fonts-noto-color-emoji
      fc-cache -fv

      • change font in css
        and reboot your mirror

      Thanks for your help and one more time: Thanks for the module

      posted in Utilities
      M
      MyMirror
    • RE: MMM-MyTado

      @htilburgs
      fonts-Symbola installed and rebootet:
      Fonts.png

      And some inspections:
      Insp1o.png
      Insp2o.png
      Insp3o.png Insp2o2.png

      Insp1.png Insp2.png

      posted in Utilities
      M
      MyMirror
    • RE: MMM-MyTado

      @htilburgs
      Crazy …
      See this:Tado8a.png

      Left on the real MM: no pictures
      Right over IP:8080: all needed images

      posted in Utilities
      M
      MyMirror
    • RE: MMM-MyTado

      And: All with OS Trixie

      posted in Utilities
      M
      MyMirror
    • RE: MMM-MyTado

      @htilburgs
      Ok, let’s start with the MM Version: 2.34.0
      Browser?: I use the default Chronium Browser: V 144.0.7559.109
      MMM-MyTado:

      //              https://forum.magicmirror.builders/topic/20128/mmm-mytado
                      {
                              module: "MMM-MyTado",
                              position: "top_left",
                              header: "TADO",
                              disabled: false,
                              config: {
                                      updateInterval: 1800000,             // 30 min - because of limitation free account
                                      showZones: [],                       // [] = all zones, otherwise use zonename ["zone 1","zone 2"]
                                      showHomeName: true,                  // Show Home Name as defined within the Tado environment
                                      showColumnHeaders: true,             // true = show Columns Headers, false = Hide Columns Headers
                                      useColors: true,  //false,           // Show colors for the Temperature column
                                      zoneColumnName: "ZONE",              // Custom Zone Column Name - default = ZONE
                                      showLastUpdate: true,                // Show last update
                                      lastUpdateName: "Last update",       // Custom Last update name - default = Last update
                                      tempColumnName: "TEMP (°C)",         // Custom Temperature Column Name - default = TEMP (°C)
                                      humidityColumnName: "",              // empty for no title (default)
                                      statusColumnName: "STATUS"           // Custom Status Column Name - default = STATUS
                                      }
                      },
      

      Tado on the left side:
      Tado5a.png

      Tado on the right side:
      Tado6a.png

      posted in Utilities
      M
      MyMirror
    • RE: MMM-MyTado

      Hmm - other images are also not visible

      posted in Utilities
      M
      MyMirror
    • RE: MMM-MyTado

      @htilburgs
      Line 50 is like yours … but no image on my screen.
      Tado4.png
      I’ve the module on the left side, is it possible to place the “Status” to the right?

      posted in Utilities
      M
      MyMirror
    • RE: MMM-MyTado

      @htilburgs
      Yes, i know. it only needs to be done once.
      Is it possible to insert a line: Last update on: <date/time>?
      Thanks

      posted in Utilities
      M
      MyMirror
    • RE: MMM-MyTado

      Very good!
      The old version did not work any longer, probably due to API issues.
      It’s a bit tricky because the code has to be entered with the link in the browser when MM is running.
      The image of the house on the left of ‘Home’ is missing for me.
      What could be the reason for this?
      Is it possible to insert a line: Last update on: <date/time>?
      Thank you for the module!

      posted in Utilities
      M
      MyMirror
    • RE: Looking for a module to display logs in realtime

      Even with my username and password, I get an error message:

      90236920-574f-43f5-95f3-d7682e94c76f-grafik.png

      posted in Requests
      M
      MyMirror
    • RE: Looking for a module to display logs in realtime

      @schlomm
      I’ve tried to clone it, buT
      fccf4f78-ffa0-46fe-bc04-5c4269f7ccd0-grafik.png
      Any idea?

      posted in Requests
      M
      MyMirror
    • RE: Looking for a module to display logs in realtime

      @schlomm
      That looks really good !!
      I’ll install it tonight and test it out.
      Thank you very much for your help!

      posted in Requests
      M
      MyMirror
    • RE: Looking for a module to display logs in realtime

      @schlomm
      the requested ping :-)

      posted in Requests
      M
      MyMirror
    • RE: Looking for a module to display logs in realtime

      @schlomm - great !

      posted in Requests
      M
      MyMirror
    • RE: Looking for a module to display logs in realtime

      @sdetweil
      Hi Sam,

      I haven’t written a module yet and I’m not very familiar with Linux – and even less so with nodejs, css and all the other stuff.
      Maybe someone out there would like to try their hand at programming such a module.

      posted in Requests
      M
      MyMirror
    • Looking for a module to display logs in realtime

      Hello everyone,
      Is there already a module that always displays the last 20 lines of a log file?
      It would be desirable to have parameters for:

      • the number of lines to be displayed
      • the log file specification (including the complete path)
      • the option to adjust the font size

      Example
      {
      module: ‘MMM-Log’,
      position: ‘bottom_center’,
      config: {
      log: ‘/var/log/syslog’,
      lines: 20,
      fontsize: ‘12’,
      maxWidth: ‘25%’, // Sizes the window
      }
      },
      Thank you for your tips and advice.

      posted in Requests
      M
      MyMirror
    • RE: MMM-Fuel

      @Ray
      You are absolutely right. I’m assuming you’ve tried other API providers in the US, right?

      posted in Troubleshooting
      M
      MyMirror
    • RE: MMM-Fuel

      Hi all,

      i use the api of tankerkoenig.de

      BR
      Jens

      posted in Troubleshooting
      M
      MyMirror
    • RE: MMM-Fuel

      Hi Ray,

      it’s still working for me.

      MMM-Fuel.png

      BR
      Jens

      posted in Troubleshooting
      M
      MyMirror
    • 1 / 1