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 44
    • Groups 0

    Posts

    Recent Best Controversial
    • Update Master Branch

      Hallo.

      Auf meinem Magic Mirror erscheint eine Meldung das eine Aktualisierung verfügbar ist.

      Ich bin über Putty mit dem MM verbunden.
      Nachdem ich cd ~/MagicMirror && git pull eingegeben habe, erhalte ich folgende Meldung.

      Aktualisiere 26a76f80d…39a614e0d
      error: Ihre lokalen Änderungen in den folgenden Dateien würden durch den Merge
      überschrieben werden:
      css/main.css
      modules/default/calendar/calendar.js
      modules/default/weather/weather.js
      modules/default/weatherforecast/weatherforecast.js
      package.json
      Bitte committen oder stashen Sie Ihre Änderungen, bevor Sie mergen.
      Abbruch

      Da komme ich leider nicht weiter.

      LG Chris

      posted in Troubleshooting
      C
      chris47803
    • Calendar Jähliche Termine werden nicht angezeigt

      Hallo.

      Ich habe einen neuen MagicMirror für einen Freund aufgesetzt.

      Dort werden einzelne, wöchentlich und monatliche Termine angezeigt.

      Jährliche Termin werden nicht angezeigt.

      Ich habe meine calendar.js auf seinen PI kopiert (auf meinem PI wird alles korrekt angezeigt).

      Trotzdem sehe ich keine jährlichen Termine.

      Auch nicht wenn ich meinen Outlook Kalnder einbinde.

      Ich weiß nicht mehr weiter.

      LG Chris

      posted in Troubleshooting
      C
      chris47803
    • RE: js als Tabelle darstellen

      In the following script I would like to output id:, icon: and suffix: as a table.

      posted in Troubleshooting
      C
      chris47803
    • js als Tabelle darstellen

      Im folgenden Script möchte ich die Ausgabe von id:, icon: und suffix: gerne als Tabelle ausgeben.

       {
          module: 'MMM-ioBroker',
          position: 'top_right',
          header: "     ",   
          config: {
            host: '192.168.2.61',
            port: '8088',
            https: false,
            template: 'MMM-ioBroker.njk',
            devices: [
                { name: 'Küche',
                  deviceStates: [
                                    { id: '0_userdata.0.Heizung.Kueche',              icon: 'wi wi-thermometer',        suffix: ' °C'},
                                    { id: 'fritzdect.0.DECT_099950214189.battery',    icon: 'fa fa-battery-half',       suffix: '%'}                             
      
                                ]
                },
                
                { name: 'Bad',
                  deviceStates: [
                                    { id: '0_userdata.0.Heizung.Bad',                 icon: 'wi wi-thermometer',        suffix: ' °C' },
                                    { id: 'fritzdect.0.DECT_099950216627.battery',    icon: 'fa fa-battery-half',       suffix: '%'}                               
                                  
                                ]
                },
                
                { name: 'Serverraum',
                  deviceStates: [
                                    { id: '0_userdata.0.Heizung.Serverraum',          icon: 'wi wi-thermometer',        suffix: ' °C' },
                                    { id: 'fritzdect.0.DECT_099950273573.battery',    icon: 'fa fa-battery-half',       suffix: '%'}                               
                                    
                                ]
                },
                
                { name: 'Schlafzimmer',
                  deviceStates: [
                                    { id: '0_userdata.0.Heizung.Schlafzimmer',        icon: 'wi wi-thermometer',        suffix: ' °C'},
                                    { id: 'fritzdect.0.DECT_099950279527.battery',    icon: 'fa fa-battery-half',       suffix: '%'}                               
                                    
                                ]
                },
                
               { name: 'Büro',
                  deviceStates: [
                                    { id: '0_userdata.0.Heizung.Buero',               icon: 'wi wi-thermometer',        suffix: ' °C' },
                                    { id: 'fritzdect.0.DECT_139790667712.battery',    icon: 'fa fa-battery-half',       suffix: '%'}                               
                                    
                                ]
                },
                
               { name: 'Wohnzimmer',
                  deviceStates: [
                                    { id: '0_userdata.0.Heizung.Wohnzimmer',          icon: 'wi wi-thermometer',        suffix: ' °C' },
                                    { id: 'fritzdect.0.DECT_099950308576.battery',    icon: 'fa fa-battery-half',       suffix: '%'}                               
                                    
                                ]
                },
                
                         { name: 'Aussentemperatur',
                  deviceStates: [
                                    { id: 'tuya.0.bfa3627a6b9002903fte1v.1',          icon: 'wi wi-thermometer'},
                                    { id: 'tuya.0.bfa3627a6b9002903fte1v.2',          icon: 'wi wi-humidity',        suffix: '%' }                                                             
                                ]
                },
                
                         { name: 'AirRobo',
                  deviceStates: [
                                    { id: 'tuya.0.bfdcea245e055d2c20sj1i.106',        icon: 'fa fa-battery-half',    suffix: '%' }                                                           
                                ]
                },
                
                         { name: 'Briefkasten',
                  deviceStates: [
                                    { id: 'tuya.0.bf538c2e67ace7ad3eky7f.4',          icon: 'fa fa-battery-half',    suffix: '%' }                                                           
                                ]
                },     
                
                                   { name: 'Türspion',
                  deviceStates: [
                                    { id: 'alias.0.Tuerspion.145',          icon: 'fa fa-battery-half',    suffix: '%' }                                                           
                                ]
                }                 
                
              ]
          }
        },
      
      posted in Troubleshooting
      C
      chris47803
    • RE: Calendar default

      @sdetweil said in Calendar default:

      if you restart MagicMirror does it recover?

      No

      posted in Troubleshooting
      C
      chris47803
    • Calendar default

      Hello.
      Since yesterday the Calendar module has shown me “no appointments”.
      If I call up the URL of the shared Outlook calendar, there are a lot of appointments in there. But I haven’t changed anything for days

      posted in Troubleshooting
      C
      chris47803
    • 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
    • 1 / 1