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

    Burn78

    @Burn78

    0
    Reputation
    211
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Burn78 Unfollow Follow

    Latest posts made by Burn78

    • RE: MMM-Iobroker "undefined"

      Please install in ioBroker the Adapter “Simple RESTful API”
      0_1582877580623_Anmerkung 2020-02-28 091241.jpg

      config.js from the mirror look like this.

      {
                              module: 'MMM-ioBroker',
                              position: 'bottom_right',
                              config: {
                                      host: 'IP from ioBroker',
                                      port: '8087',
                                      https: false,
                                      devices: [
                                              { name: "Badezimmer",
                                                      deviceStates: [
                                                                        { id: 'zigbee.0.001.temperature', icon: 'wi wi-thermometer', suffix: '°' },
                                                                        { id: 'zigbee.0.001.humidity',    icon: 'wi wi-humidity',    suffix: '%' }
                                                                ]
                                              },
                                             
                                             
                                      ]
                              }
                      },
      
      
      posted in Troubleshooting
      B
      Burn78
    • RE: Is there a module that will show whats playing on all my google home minis?

      MMM-GoogleCast Is that what you looking for

      posted in Requests
      B
      Burn78
    • RE: AVM Fritz!Box connect

      @lavolp3 Unfortunately, I’m not a programmer.

      posted in Requests
      B
      Burn78
    • AVM Fritz!Box connect

      Hy there,

      is it possible to connect the and control the AVM FritzBox with this

      fritzctl - console AVM FRITZ!Box client

      posted in Requests
      B
      Burn78