A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Subcategories

  • Any suggestions or wishes for the forum?

    102 Topics
    704 Posts
    S
    @mumblebaj so much fun! everybody is sliding into paywalls.
  • Looking for Mirror creaters experience

    8
    0 Votes
    8 Posts
    5k Views
    S
    I know this is an old topic, but how do you like the mirror from XL-Glas? The image coming through from the monitor looks a bit dark, or is it bright enough?
  • How to develop modules

    5
    0 Votes
    5 Posts
    13k Views
    Mykle1M
    I wrote this 8 months ago and it may help someone. It’s meant to be used as a learning tool for beginner module creators. https://github.com/mykle1/MMM-UFO
  • Docker Compose 2

    Unsolved
    1
    0 Votes
    1 Posts
    1k 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 ?
  • How to keep a history of values on Mirror

    machinelearning history
    6
    0 Votes
    6 Posts
    2k Views
    O
    Hm, I was hoping there would be a smarter way. Thanks for your ideas everyone, I guess I’m going to write some code that gets the state of the mirror and parses it for the relevant information. I will need to handle the various modules I’m interested in and potentially make it so that it’s easy to onboard new modules into it. It could either be an actual module on the mirror (working on writing my own modules now) or a totally separate process that fetches the mirror and parses that. Thank you everyone, I’ll work on it for a while and come back here if I ever get anything done :)
  • Volume Control

    3
    0 Votes
    3 Posts
    2k Views
    T
    hello paul.calladine I would be interested in this module could you make it available to me and also show a picture of how you have connected? Many Thanks
  • This topic is deleted!

    1
    4
    0 Votes
    1 Posts
    124 Views
  • how to run magic mirror on raspberry pi desktop at virtual box

    1
    0 Votes
    1 Posts
    2k Views
    N
    I am trying to test the magic mirror and some modules on raspberry pi desktop installed on virtual box. But it is not running at all, can someone please guide me to install the magic mirror and at least some basic modules on the same for just test purpose. If it will work then it will be easy for me to develop some modules for me on my laptop and test easily. I have followed this process to install raspberry pi stretch desktop on virtual box. https://www.youtube.com/watch?v=EE--H1wYKGU
  • "HIDE" and/or "SHOW" modules automatically...

    3
    0 Votes
    3 Posts
    4k Views
    justjim1220J
    @axled Thanks for the reply… I’m using the Module Scheduler at the moment. Works Great!!! :smiling_face_with_sunglasses: :smiling_face_with_sunglasses: :smiling_face_with_sunglasses:
  • Emoji

    3
    0 Votes
    3 Posts
    2k Views
    B
    It doesn’t work. It show me only B/W Emoji. { module: "calendar", header: "Kalender", position: "top_right", config: { maximumEntries: 13, maxTitleLength: 40, fade: false, timeformat: "absolute", displayRepeatingCountTitle: true, getRelative: 0, dateFormat: "ddd[,] h:mm A", fullDayEventDateFormat: "ddd", displaySymbol: false, colored: true, urgency: 0, calendars: [ { symbol: "calendar-check-o ", url: "https://calendar.google.com/calendar/ical/xxxxxxxx.cal%40googlemail.com/public/basic.ics" }, { url: "https://calendar.google.com/calendar/xxxxxxxxxxxxxxxxxxxxs%40group.calendar.google.com/public/basic.ics" } ], } },
  • When to turn mirror on and off?

    6
    1 Votes
    6 Posts
    2k Views
    Mykle1M
    @solelo Good luck, my friend. You will likely have some delay if you’re using a Pi. If you’re using something more robust than a Pi you will certainly have a better, more enjoyable experience. :-)
  • Finally plunging to build a MagicMirror

    1
    0 Votes
    1 Posts
    575 Views
    S
    I’ve been monitoring these forums for a while as well as had my RaspberryPi 3 B+ since they came out and well now I think I’m ready to take the plunge this weekend. Do you guys have any advice for me on how to go about it? What steps I should do first? Anything will be appreciated.
  • Hello there... ( + monitor to give away for free in London)

    1
    0 Votes
    1 Posts
    554 Views
    ?
    Hi Everyone, I am an italian guy living in London. I have found this website when I was browsing Internet and reading about the best RPI projects. Unfortunately my flat is too small and I don’t where to fit the monitor, however I am more than happy to give it away for free, the only issue is that the image briefly appears for very few seconds whenever I connect the VGA cable to then disappear again, while the DVI connection doesn’t seem to work at all. It is a Philips monitor 32" model LTA320AP02. Hopefully someone can fix it and give it a second life.
  • This topic is deleted!

    7
    0 Votes
    7 Posts
    4k Views
  • Does my magic mirror work on any network ?

    3
    0 Votes
    3 Posts
    1k Views
    NeodereksN
    U can do a hotspot whit movile to take the info of modules and disconect it.
  • How can I add this script text to my screen

    Unsolved
    13
    0 Votes
    13 Posts
    5k Views
    T
    @idoodler i thought it would be simple because hebcal provides a script with that information
  • Thanks...

    3
    2 Votes
    3 Posts
    1k Views
    D
    @mykle1 said in Thanks...: @damian I second that (e)motion. :-) I actually sang that instead of reading it :-D
  • german students develop smart Mirror ??? ;-(

    7
    -1 Votes
    7 Posts
    4k Views
    yawnsY
    @strawberry-3-141 said in german students develop smart Mirror ??? ;-(: @yawns the article on t3n is mentioning that they use magicmirror, but their own website doesn’t Yes,I know. The screenshot on their website however looks like magic mirror. Pictures on Instagram look different
  • Brightness voice command

    1
    0 Votes
    1 Posts
    544 Views
    P
    Hi i want to build a magic mirror with google assistant and the magic mirror is going to my bedroom and when i was doing the project on paper i thought when i was going to sleep i need to turn the brightness a little bit down so you guys think i can do it by a voice command ? thx and sorry about my english
  • This topic is deleted!

    0
    0 Votes
    0 Posts
    6 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    10 Views