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

    Posts

    Recent Best Controversial
    • MMM-MysqlQuery

      Hallo.

      Das Modul läuft super.
      Allerdings kann ich keinen Zeilenumbruch einfügen, so das das Modul nicht über den ganzen Bildschirm geht.
      Kann ich das irgendwo ändern?

      LG, Chris

      The module works great.
      However, I can’t insert a line break, so the module doesn’t cover the whole screen.
      Can I change that somewhere?

      LG, Chris

      posted in Utilities
      C
      chris47803
    • RE: MMM-MysqlQuery module just released!

      Hello.
      Unfortunately, I only see my headings. The contents of my database are not displayed.

      {
                  module: 'MMM-MysqlQuery',
      			      position: "top_right",
      			      header: "Test",            
                  config: {
                      connection: {
                          host: "192.168.2.1",
                          port: 3306,
                          user: "test",
                          password: "test",
                          database: "test"
                      },
                      query: `select titel, jahr from test order by titel
                              limit 3`,
          			intervalSeconds: 15 * 60,
                      emptyMessage: "No spices",
                      columns: [
                          { name: "titel",      title: "Titel",  cssClass: "right" },
                          { name: "jahr",      title: "Jahr",  cssClass: "right" },                    
      
                      ]
                  }
              },
      
      posted in Utilities
      C
      chris47803
    • RE: Problem mit MMM-Fuel (Textausrichtung)

      Ich klatsch mir vor die Stirn. :)

      Bei ShortenText habe ich nun statt true oder false den Wert 50 eingetragen.
      Nun passt es.

      LG, Chris

      posted in Troubleshooting
      C
      chris47803
    • RE: Problem mit MMM-Fuel (Textausrichtung)

      @chris47803 said in Problem mit MMM-Fuel (Textausrichtung):

      Hallo,

      ich habe das gleiche Problem.
      Eine Kollision mit anderen Modulen kann ich ausschließen.
      Es kommt auch immer drauf an welche Tankstellen von Tankerkönig über die API kommen.
      ShortenText auf true zeigt nur einen Buchstaben an, was nichts nützt.

      Hat schon Jemand eine Lösung gefunden?

      Hello,

      I have the same problem.
      I can rule out a collision with other modules.
      It always depends on which petrol stations from Tankerkönig come via the API.
      ShortenText to true only shows one letter, which is of no use.

      Has anyone found a solution yet?

      posted in Troubleshooting
      C
      chris47803
    • RE: Problem mit MMM-Fuel (Textausrichtung)

      Hallo,

      ich habe das gleiche Problem.
      Eine Kollision mit anderen Modulen kann ich ausschließen.
      Es kommt auch immer drauf an welche Tankstellen von Tankerkönig über die API kommen.
      ShortenText auf true zeigt nur einen Buchstaben an, was nichts nützt.

      Hat schon Jemand eine Lösung gefunden?

      posted in Troubleshooting
      C
      chris47803
    • Update the Magic Mirror Module

      Hello,

      MagicMirror 2.xx is running on my Pi 3b +

      I already have a lot of modules running there.

      Is there a way to update all modules in one go?

      LG, Chris

      posted in Troubleshooting
      C
      chris47803
    • RE: MMM-Formula1

      I’m sorry
      I restarted the PI 3 times.
      It works now

      posted in Troubleshooting
      C
      chris47803
    • MMM-Formula1

      Hello
      i installed the module according to these instructions.
      https://github.com/ianperrin/MMM-Formula1

      unfortunately no dates for races are shown.
      Can you help me?

      posted in Troubleshooting
      C
      chris47803
    • RE: where can i set a colour for up/down in MMM-ServerStatus?

      I got it. The color is for symbols only

      Thank you

        {
              module: "MMM-ServerStatus",
              header: "Netzwerk",   // Can be anything you want, or blank
              position: "top_right",       // Choose a position
              config: {
              upColor: "#00ff00",
              downColor: "#ff0000",
              upSymbol: "globe",
              downSymbol: "globe",
                  hosts: [    // For example
      { ip: "192.168.2.2", name: "Fritz!Box"},
      { ip: "192.168.2.1", name: "Huelsen DC"},
      { ip: "192.168.2.5", name: "NAS 542"},
      { ip: "192.168.2.24", name: "Christian PC"},
      
      posted in Troubleshooting
      C
      chris47803
    • RE: where can i set a colour for up/down in MMM-ServerStatus?

      Magic Mirror will now start again. But no color is displayed

          {
              module: "MMM-ServerStatus",
              header: "MagicMirror status",   // Can be anything you want, or blank
              position: "top_right",       // Choose a position
              config: {
              upColor: "green",
                  hosts: [    // For example
      { ip: "192.168.2.2", name: "Fritz!Box"},
      { ip: "192.168.2.1", name: "Huelsen DC"},
      { ip: "192.168.2.5", name: "NAS 542"},
      { ip: "192.168.2.24", name: "Christian PC"},
      { ip: "192.168.2.23", name: "Marion PC"},
      { ip: "192.168.2.30", name: "Nikolai PC"},
      { ip: "192.168.2.34", name: "Wohnzimmer PC"},
      { ip: "192.168.2.29", name: "Christian NB"},
      { ip: "192.168.2.28", name: "Christian NB"},
      { ip: "192.168.2.37", name: "Nikolai NB"},
      { ip: "192.168.2.44", name: "Magic Mirror"},
      { ip: "192.168.2.27", name: "Christian A40"},
      { ip: "192.168.2.38", name: "Christian Tab A7"},
      { ip: "192.168.2.31", name: "Nikolai Honor 20 Pro"},
      { ip: "192.168.2.36", name: "Nikolai Honor"},
      { ip: "192.168.2.25", name: "Christian HTC"},
      { ip: "192.168.2.21", name: "Marion A40"},
      { ip: "192.168.2.104", name: "Drucker Schwarz"},
      { ip: "192.168.2.110", name: "Drucker Farbe"},
      { ip: "192.168.2.41", name: "Maxico Luftbefeuchter"},
      { ip: "192.168.2.48", name: "LG TV"},
      { ip: "192.168.2.35", name: "Link2Home Balkon"},
      { ip: "192.168.2.47", name: "Link2Home Schlafzimmer-Licht"},
      { ip: "192.168.2.45", name: "Link2Home Strauch"},
      { ip: "192.168.2.20", name: "Link2Home Garage"},
      { ip: "192.168.2.43", name: "Link2Home-Rose"},
      { ip: "192.168.2.32", name: "Unbekannt"},
      { ip: "192.168.2.33", name: "Unbekannt"},
      { ip: "192.168.2.50", name: "Unbekannt"},
      { ip: "192.168.2.40", name: "Unbekannt"}, 
      { ip: "192.168.2.39", name: "Unbekannt"},
      { ip: "192.168.2.46", name: "Unbekannt"},
      { ip: "192.168.2.26", name: "Unbekannt"}
                  ],
              },
          },
      

      [13.03.2021 16:08.46.280] [INFO] Checking file… /home/pi/MagicMirror/config/config.js
      [13.03.2021 16:08.46.501] [INFO] Your configuration file doesn’t contain syntax errors :)

      posted in Troubleshooting
      C
      chris47803
    • RE: where can i set a colour for up/down in MMM-ServerStatus?

      On line ist ]

      its the end from modules: [

      	]
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== "undefined") {module.exports = config;}
      
      posted in Troubleshooting
      C
      chris47803
    • RE: where can i set a colour for up/down in MMM-ServerStatus?

      [13.03.2021 15:34.45.242] [INFO] Checking file… /home/pi/MagicMirror/config/ config.js
      [13.03.2021 15:34.45.360] [ERROR] Your configuration file contains syntax errors :(
      [13.03.2021 15:34.45.363] [ERROR] Line 182 col 2 Parsing error: Unexpected token ]

      posted in Troubleshooting
      C
      chris47803
    • RE: where can i set a colour for up/down in MMM-ServerStatus?

      Many thanks for your response. But I can program badly in English and even worse. If I put it this way, Magic Mirror won’t start anymore.

      {
              module: "MMM-ServerStatus",
              header: "Network Devices",   // Can be anything you want, or blank
              position: "top_right",       // Choose a position
              config: {
              upColor: "green",
                  hosts: [    // For example
      { ip: "192.168.2.2", name: "Fritz!Box"},
      { ip: "192.168.2.1", name: "Huelsen DC"},
      { ip: "192.168.2.5", name: "NAS 542"},
      { ip: "192.168.2.24", name: "Christian PC"},
      { ip: "192.168.2.23", name: "Marion PC"},
      { ip: "192.168.2.30", name: "Nikolai PC"},
      
      posted in Troubleshooting
      C
      chris47803
    • RE: where can i set a colour for up/down in MMM-ServerStatus?

      Thank you.
      I understand that, but where exactly do I have to enter what?
      Can you please help me?

          {
              module: "MMM-ServerStatus",
              header: "Network Devices",   // Can be anything you want, or blank
              position: "top_right",       // Choose a position
              config: {
                  hosts: [    // For example
      { ip: "192.168.2.2", name: "Fritz!Box"},
      { ip: "192.168.2.1", name: "Huelsen DC"},
      { ip: "192.168.2.5", name: "NAS 542"},
      { ip: "192.168.2.24", name: "Christian PC"},
      { ip: "192.168.2.23", name: "Marion PC"},
      { ip: "192.168.2.30", name: "Nikolai PC"},
      { ip: "192.168.2.34", name: "Wohnzimmer PC"},
      { ip: "192.168.2.29", name: "Christian NB"},
      { ip: "192.168.2.28", name: "Christian NB"},
      { ip: "192.168.2.37", name: "Nikolai NB"},
      { ip: "192.168.2.44", name: "Magic Mirror"},
      { ip: "192.168.2.27", name: "Christian A40"},
      { ip: "192.168.2.38", name: "Christian Tab A7"},
      { ip: "192.168.2.31", name: "Nikolai Honor 20 Pro"},
      { ip: "192.168.2.36", name: "Nikolai Honor"},
      { ip: "192.168.2.25", name: "Christian HTC"},
      { ip: "192.168.2.21", name: "Marion A40"},
      { ip: "192.168.2.104", name: "Drucker Schwarz"},
      { ip: "192.168.2.110", name: "Drucker Farbe"},
      { ip: "192.168.2.41", name: "Maxico Luftbefeuchter"},
      { ip: "192.168.2.48", name: "LG TV"},
      { ip: "192.168.2.35", name: "Link2Home Balkon"},
      { ip: "192.168.2.47", name: "Link2Home Schlafzimmer-Licht"},
      { ip: "192.168.2.45", name: "Link2Home Strauch"},
      { ip: "192.168.2.20", name: "Link2Home Garage"},
      { ip: "192.168.2.43", name: "Link2Home-Rose"},
      { ip: "192.168.2.32", name: "Unbekannt"},
      { ip: "192.168.2.33", name: "Unbekannt"},
      { ip: "192.168.2.50", name: "Unbekannt"},
      { ip: "192.168.2.40", name: "Unbekannt"}, 
      { ip: "192.168.2.39", name: "Unbekannt"},
      { ip: "192.168.2.46", name: "Unbekannt"},
      { ip: "192.168.2.26", name: "Unbekannt"}
      
                  ],
              },
          },
      
      posted in Troubleshooting
      C
      chris47803
    • RE: where can i set a colour for up/down in MMM-ServerStatus?

      I read it, but I don’t speak English very well. I don’t understand it though.
      It says:
      | upColor | String. Set a color for up / online results. This gets passed directly to the color setting of the<span>tag so it can be anything you can use in HTML / CSS styling (e.g.," green “or” # 00ff00 ").
      In which file do I have to enter the color?

      posted in Troubleshooting
      C
      chris47803
    • where can i set a colour for up/down in MMM-ServerStatus?

      Hello, I can’t find anything about where I can make this setting.

      It’s about this module :
      https://github.com/XBCreepinJesus/MMM-ServerStatus

      Chris

      posted in Troubleshooting
      C
      chris47803
    • RE: Magic Mirror and MMM-NetworkScanner and Echo Dot

      @chris47803
      it works now
      I reinstalled arp-scan

      posted in Troubleshooting
      C
      chris47803
    • RE: Magic Mirror and MMM-NetworkScanner and Echo Dot

      @sdetweil
      arp -a 192.168.2.22
      delivers the following output

      Internetadresse Physische Adresse Typ
      192.168.2.22 1c-4d-66-96-xx-xx dynamisch

      posted in Troubleshooting
      C
      chris47803
    • RE: Magic Mirror and MMM-NetworkScanner and Echo Dot

      @mumblebaj

      Thank you for your answer.
      Are in the same network
      but are shown as offline

      posted in Troubleshooting
      C
      chris47803
    • RE: Magic Mirror and MMM-NetworkScanner and Echo Dot

      can nobody help me?

      posted in Troubleshooting
      C
      chris47803
    • 1
    • 2
    • 3
    • 2 / 3