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?

    105 Topics
    727 Posts
    J
    @sdetweil Thanks, I made the changes ad it works perfectly. Thank you for your prompt response.
  • Setting Default Code Editor

    2
    0 Votes
    2 Posts
    330 Views
    S
    @ankonaskiff17 https://www.raspberrypi.org/forums/viewtopic.php?t=254208
  • How To Change Linksys Router Password ?

    1
    0 Votes
    1 Posts
    389 Views
    myrrouelocalM
    Step 1. First Need to connect your router with computer through Ethernet cable. Step 2. Open the web browser and type 192.168.1.1 or myrouter.local into web browser. Step 3. A Login Screen will open and Enter username and password. Step 4. After Login Go to the Wireless Tab. Step 5. Click the Wireless Security tab. Step 6. Check Security Mode is WPA2 Personal. Step 7. Change the Passphrase. Step 8. Click the save Settings Button. Step 9. Close the web browser Tab. Step 10. Password is change Now Done Password change.
  • MMM DWD Warn Weather not working since 2 Days

    4
    0 Votes
    4 Posts
    1k Views
    StoffbeuteluweS
    @c1olli don’t know why but since yesterday it works …:grinning_face_with_smiling_eyes:
  • Code a MagicMirror by myself?

    help coding
    3
    0 Votes
    3 Posts
    2k Views
    O
    @sdetweil Thanks for your answer! I will look behind the documents and try my best to get something going. ;)
  • How Can I Mount my smart mirror to a wall?

    18
    0 Votes
    18 Posts
    9k Views
    O
    @dentrax What about french cleat? https://en.wikipedia.org/wiki/French_cleat Thats the way i mountet my MM. Its vers stable and always horizontal.
  • Hide SmartMirror Module

    4
    0 Votes
    4 Posts
    1k Views
    S
    @cq0q mm does not have voice support without some other module. alexaControl can use a real echo to do some things.
  • MMM-Assistant2Display: Spotify

    Unsolved
    10
    0 Votes
    10 Posts
    3k Views
    K
    @karensanders I downloaded and used Spotify apk on GameStoreMobi and I love it.
  • weather_plus older module

    2
    0 Votes
    2 Posts
    335 Views
    S
    FYI. I deleted these files, have rebooted/shutdown multiple times and they have not returned. Cheers.
  • Need to repair two touchscreens

    3
    0 Votes
    3 Posts
    2k Views
    christopherjoahC
    Hi, I can advise you on a site with materials on which I personally order, there you can find many things for repair. Here is the link [https://sheetmaterialswholesale.co.uk/osb-3-board-9-x-1220-x-2440mm/](link url). I hope I helped you.
  • Petition to get Sdetweil his own group tag....

    5
    1 Votes
    5 Posts
    1k Views
    Mykle1M
    @sdetweil Ha!
  • Run MM2 from within Home Assistant

    10
    0 Votes
    10 Posts
    3k Views
    D
    @cowboysdude Cool. 32" HA touch dashboard sounds awesome!
  • Show module in fullscreen?

    2
    0 Votes
    2 Posts
    978 Views
    W
    @stoffbeuteluwe Try “fullscreen_above” for your position for that module.
  • 30+ beautiful dog sayings

    3
    0 Votes
    3 Posts
    522 Views
    S
    @cowboysdude there was a dog pics module…
  • 2 Questions. Website and spray

    3
    0 Votes
    3 Posts
    521 Views
    S
    @bkeyport right. MagicMirror is a web page presented by a browser. the key idea difference is no user clicking on content to make things happen. it unattended.
  • Touchscreen Mirror Smart Home controller

    3
    1 Votes
    3 Posts
    2k Views
    M
    @mozaku Awesome! Where do you get the IR frame?
  • Newby question MMOS

    3
    0 Votes
    3 Posts
    853 Views
    M
    @sdetweil Thanks for that, I thought I’d check before I start asking questions about it. I’ll go back and get the other MM working.
  • MagicMirror Raspberry Pi 0 W

    9
    0 Votes
    9 Posts
    3k Views
    L
    @sdetweil THANKS MAN! I think I’m finally able to play around with this thing
  • 'Official' recommended node.js version for MM?

    Solved
    12
    0 Votes
    12 Posts
    3k Views
    S
    @karsten13 good catch,
  • I can't get screencast to show up longer?

    1
    0 Votes
    1 Posts
    358 Views
    F
    Not sure what the h… happened here. My MMM-Screencast doesn’t show up in the Youtube app any longer. I did a reinstall with git clone https://github.com/kevinatown/MMM-Screencast.git cd MMM-Screencast npm install Config looks like this { module: "MMM-Screencast", position: "bottom_right", config: { castName: "Spejl", position: "bottomCenter", height: 600, width: 800, } }, Just to be sure that I had the latest, but nothing shows up. Is there a special trick for this? Looking in the logs, I did find something, but I don’t understand the meaning, except that it says it’s already listening? 0|MagicMir | [24.04.2021 17:30.32.266] [ERROR] Error [ERR_SERVER_ALREADY_LISTEN]: Listen method has been called more than once without clo sing. 0|MagicMir | at Server.listen (net.js:1386:11) 0|MagicMir | at DialServer.start (/home/pi/MagicMirror/modules/MMM-Screencast/DialServer.js:123:17) 0|MagicMir | at Class.socketNotificationReceived (/home/pi/MagicMirror/modules/MMM-Screencast/node_helper.js:22:21) 0|MagicMir | at Socket.<anonymous> (/home/pi/MagicMirror/js/node_helper.js:109:11) 0|MagicMir | at Socket.emit (events.js:210:5) 0|MagicMir | at /home/pi/MagicMirror/node_modules/socket.io/dist/socket.js:434:28 0|MagicMir | at processTicksAndRejections (internal/process/task_queues.js:75:11) { 0|MagicMir | code: 'ERR_SERVER_ALREADY_LISTEN' 0|MagicMir | } I looked a bit with sudo netstat -tulpn | grep LISTEN And without MagicMirror running it shows tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 490/sshd tcp6 0 0 :::22 :::* LISTEN 490/sshd with MagicMirror it shows tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 490/sshd tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 5754/electron.js tcp6 0 0 :::22 :::* LISTEN 490/sshd tcp6 0 0 :::8569 :::* LISTEN 5754/electron.js So the port 8569, isn’t that screencast? If I uncomment the screencast config, it doesn’t show the port as opened… So why doesn’t it show up in the app?
  • Which camera feed module?

    3
    0 Votes
    3 Posts
    1k Views
    TipponT
    @bravooscar That looks great, thanks :)