MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. LeonMentor
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    LeonMentor

    @LeonMentor

    0
    Reputation
    65
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Germany Age 43

    LeonMentor Unfollow Follow

    Latest posts made by LeonMentor

    • RE: MMM-Calendarextplan

      @sdetweil Thx for the informations. But I mean the table width in the MMM-CalendarExtPlan Plugin. There I want to change the width of the event column for the calendars.

      posted in Troubleshooting
      L
      LeonMentor
    • MMM-Calendarextplan

      Hello Dears,
      I’m looking for a way to change the table width for the event in css.config. Unfortunately, column-width does not change anything. Does anyone have a tip for me?
      Thx

      Hallo meine Lieben,
      ich suche nach einem Weg die Tabellenbreite für das Ereignis in der css.config zu verändern. column-width ändert leider nichts. Hat jemand einen Tipp für mich?
      Danke

      posted in Troubleshooting
      L
      LeonMentor
    • MMM-ioBroker - on/off instead true/false

      Hello Dears,

      I use the MM2 with the MMM-ioBroker Module to show the state of my sockets. The module shows me the value true or false. So far so good. Now I would like on/off instead true/false.
      Can one of the cracks here give me help?

      Thx a lot!

      {
      module: 'MMM-ioBroker',
          position: 'bottom_right',
          config: {
            host: 'localhost',
            port: '8087',
            https: false,
            devices: [
                { name: 'Heizung links',
                  deviceStates: [
                                    { id: 'fritzdect.0.Comet_133560208744.targettemp', icon: 'wi wi-thermometer', suffix: '°' }
                                ]
                },
                { name: 'Heizung rechts',
                  deviceStates: [
                                    { id: 'fritzdect.0.Comet_119610462888.targettemp', icon: 'wi wi-thermometer',  suffix: '°' }
                                ]
                },
      	  { name: 'Heizung Keller',
                  deviceStates: [
                                    { id: 'fritzdect.0.Comet_133560209488.targettemp', icon: 'wi wi-thermometer', suffix: '°' }
                                ]
                },
      	  { name: 'Steckdose Wohnzimmer',
                  deviceStates: [
                                    { id: 'tuya.0.80442464bcddc213d46d.1', icon: 'fas fa-power-off', suffix: '' }
                                ]
                },
      	  { name: 'Steckdose Schlafzimmer',
                  deviceStates: [
                                    { id: 'tuya.0.22230808bcddc213f36c.1', icon: 'fas fa-power-off', suffix: '' }
                                ]
                },
      	  { name: 'Steckdose Keller',
                  deviceStates: [
                                    { id: 'fritzdect.0.DECT200_5C:49:79:EC:1C:57.state', icon: 'fas fa-power-off', suffix: '' }
                                ]
                },
      
      posted in Troubleshooting
      L
      LeonMentor