diff --git a/README.md b/README.md
index 4bd30099..dbfb6d8b 100644
--- a/README.md
+++ b/README.md
@@ -1513,6 +1513,38 @@ ________________________________________________________________________________
+
+ 🔸MagicMirror Server LXC
+
+
+
+ MagicMirror Server LXC
+
+[MagicMirror²](https://docs.magicmirror.builders/) is an open source modular smart mirror platform.
+
+To create a new MagicMirror Server LXC, run the following in the Proxmox Shell.
+
+```
+bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/magicmirror-v3.sh)"
+```
+
+⚡ Default Settings: 512MiB RAM - 3GB Storage - 1vCPU ⚡
+
+**MagicMirror Interface - IP:8080**
+
+⚙️ **To Update MagicMirror**
+
+Run in the LXC Console
+```yaml
+cd /opt/magicmirror
+git pull && npm install --only=prod --omit=dev
+```
+
+
+____________________________________________________________________________________________
+
+
+
PhotoPrism LXC