MagicMirror Forum

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

    Topics created by Ghost2000

    • G

      UNSOLVED Keba Wallbox Modul
      Requests • • Ghost2000

      1
      0
      Votes
      1
      Posts
      103
      Views

      G

      Kann man für diese Wallbox ein Modul Programmieren ?
      https://www.keba.com/file/downloads/e-mobility/KeContact_P20_P30_UDP_ProgrGuide_en.pdf

    • G

      UNSOLVED Black Screen and Error
      Troubleshooting • • Ghost2000

      2
      0
      Votes
      2
      Posts
      216
      Views

      S

      @ghost2000 looks like u didn’t finish the Alexa install. there are 12 steps u have to do. listed in the wiki

    • G

      MMM-MirrorMirrorOnTheWall update 2020 ?
      Requests • • Ghost2000

      1
      0
      Votes
      1
      Posts
      107
      Views

      G

      MMM-MirrorMirrorOnTheWall update 2020 ?

      If this module is renewed with current instructions ?

      Is there an alternative module?

      With germany spoke edition

    • G

      UNSOLVED Docker Compose 2
      General Discussion • • Ghost2000

      1
      0
      Votes
      1
      Posts
      1045
      Views

      G

      Docker Compose
      version: ‘2’

      services:
      fhem:
      restart: always
      expose:
      - “8083”
      - “7072”
      - “8383”
      ports:
      - “8383:8383”
      - “8083:8083”
      - “7072:7072”
      build: fhem
      privileged: true
      devices:
      - “/dev/ttyUSB0:/dev/ttyUSB0”
      volumes:
      - ./fhem/core/:/opt/fhem/
      - /dev/serial/by-id:/dev/serial/by-id

      networks: - fhem-network depends_on: - "mysql" - "mqtt" - "smartvisu" homebridge: restart: always image: oznu/homebridge volumes: - ./homebridge/config.json:/homebridge/config.json - ./homebridge/package.json:/homebridge/package.json environment: - TZ=Europe/Berlin - PGID=1000 - PUID=1000 network_mode: host depends_on: - "fhem" habridge: restart: always build: habridge network_mode: host mysql: restart: always expose: - "3306" - "33060" ports: - "3306:3306" - "33060:33060" image: mysql/mysql-server:5.7 volumes: - ./mysql/init.sql:/docker-entrypoint-initdb.d/fhem-init.sql - ./mysql/data:/var/lib/mysql environment: - MYSQL_RANDOM_ROOT_PASSWORD=yes networks: - fhem-network mqtt: restart: always expose: - "1883" - "9001" ports: - "1883:1883" - "9001:9001" image: toke/mosquitto networks: - fhem-network volumes: - ./mqtt/config/:/mqtt/config/ - ./mqtt/log/:/mqtt/log/ - ./mqtt/data/:/mqtt/data/ nodered: restart: always expose: - "1880" ports: - "1880:1880" image: nodered/node-red-docker:0.18.4 volumes: - ./nodered/data/:/root/data/ networks: - fhem-network depends_on: - "mqtt" smartvisu: restart: always image: foxi352/smartvisu volumes: - ./fhem//core/www/smartvisu2.8/:/var/www/html ports: - "8082:81" networks: - fhem-network portainer: restart: always image: portainer/portainer volumes: - ./portainer/:/data - /var/run/docker.sock:/var/run/docker.sock ports: - "9000:9000" magic_mirror: restart: always image: bastilimbach/docker-magicmirror expose: - "8080" ports: - "8080:8080" volumes: - ./magic_mirror/config:/opt/magic_mirror/config \ - ./magic_mirror/modules:/opt/magic_mirror/modules \ - ./magic_mirror/css:/opt/magic_mirror/css/custom.css \ networks: - fhem-network alexa: restart: always expose: - "3000" ports: - "3000:3000" image: bananarama/x86-alexa-fhem:latest volumes: - ./alexa/config:/config networks: - fhem-network depends_on: - "fhem"

      networks:
      fhem-network:
      driver: bridge
      ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
      Config:
      var config = {
      address: “”,
      port: 8080,
      ipWhitelist: [],
      language: “en”,
      timeFormat: 24,
      units: “metric”,

      modules: [ { module: "clock", position: "top_left" } ]

      };

      Fehlermeldung:

      Starting MagicMirror: v2.3.1

      Loading config …

      WARNING! Could not find config file. Please create one. Starting with default configuration.

      ading module helpers …

      Initializing new module helper …

      Module helper loaded: updatenotification

      No helper found for module: helloworld.

      l module helpers loaded.

      Starting server on port 8080 …

      Server started …

      Connecting socket for: updatenotification

      Sockets connected & modules started …

      Ready to go! Please point your browser to: http://localhost:8080

      Kann jemand mir helfen ?

    • 1 / 1