What are the hardware requirements for Avatar?
What are the hardware requirements for Avatar?
| Component | Requirement |
|---|---|
| OS | Windows Pro |
| Processor | Intel i5 12th Generation or better (e.g. Intel NUC 12 Pro) |
| RAM | 16 GB or more |
| Storage | 512 GB |
| Graphics | Intel Iris Xe or a dedicated GPU (e.g. Nvidia) |
| Browser | Google Chrome |
| Microphone | External USB mic recommended (e.g. Rode) |
| Webcam | LG Brio or Elo-mounted camera |
| Screen | Elo Touch touchscreen monitor |
| Stand | Elo Touch Wallaby Pro self-service stand |
| Internet | Wired connection at 50 Mbit/s or faster |
- Kiosk software: Chrome Kiosk (free) or SiteKiosk (paid)
- Barcode/QR scanner (Elo-mounted, compatible with specific Elo monitors)
- Remote access: SiteKiosk, AnyDesk, or TeamViewer
How do I install and set up Avatar on a display device?
How do I install and set up Avatar on a display device?
@outlook.de account) and sets up Windows using that address.Software installed- Avira Antivirus
- AnyDesk (remote access)
- Google Chrome (if not already present)
What kiosk options are available for Avatar?
What kiosk options are available for Avatar?
- ✅ Virtual keyboard available
- ✅ Easy and quick to set up
- ✅ Works on any Windows device with Chrome
- ⚠️ Users can exit kiosk mode (not recommended for unattended public areas)
- ✅ Easy and quick to set up
- ✅ Very secure when no physical keyboard is attached and USB slots are hidden
- ❌ No virtual keyboard — only suitable when text input is not needed
- ✅ Virtual keyboard available
- ✅ Easy to set up on Windows 11+
- ⚠️ Avatar is optimised for Chrome; Edge may cause unexpected behaviour
- ✅ Highly secure
- ✅ Virtual keyboard available
- ✅ Works on Windows with Chrome
- ❌ Paid licence required
- ❌ More complex setup
How can I automatically click the Play button after my device starts up?
How can I automatically click the Play button after my device starts up?
How do I refresh the Avatar page automatically?
How do I refresh the Avatar page automatically?
Install the extension
Set a predefined URL
https://go.plural.io/s/54a4867a00).Configure the refresh frequency
How do I configure a NUC to start automatically when power is connected?
How do I configure a NUC to start automatically when power is connected?
How do I enable the on-screen virtual keyboard in Windows 11?
How do I enable the on-screen virtual keyboard in Windows 11?
Go to Time & Language → Keyboards
How do I set up Chrome to play Avatar speech without the Play button overlay?
How do I set up Chrome to play Avatar speech without the Play button overlay?
How do I shut the PC down automatically on a schedule?
How do I shut the PC down automatically on a schedule?
Configure the General tab
Set a trigger
Add the shutdown action
shutdown as the program, and add /S /F as the argument. Click OK.Set idle conditions
How do I enable kiosk mode on an HP Chromebase?
How do I enable kiosk mode on an HP Chromebase?
Install the Kiosk app
Enter your Avatar URL
Set an admin password
- Connect a keyboard to the Chromebase.
- Press Ctrl + A.
- Enter your admin username and password.
- Scroll to the bottom and click Exit.
How do I switch between Avatar personas at runtime?
How do I switch between Avatar personas at runtime?
PluralAvatarID parameter to the Avatar URL.Step 1 — Find the Avatar IDIn the Plural platform, go to the avatar selection screen and hover over the avatar you want to switch to. Its ID will appear in a tooltip.Step 2 — Construct the URLAppend ?PluralAvatarID=<id> to your Avatar’s base URL. For example:Avatar speech recognition does not work — what should I check?
Avatar speech recognition does not work — what should I check?
- Open Chrome Settings → Privacy and security → Site settings → Microphone.
- Find your Avatar’s URL and change its microphone permission to Allow.
How do I add a YouTube video with automatic playback to my project?
How do I add a YouTube video with automatic playback to my project?
Get the YouTube embed URL
src attribute of the <iframe> code (e.g. https://www.youtube.com/embed/h6I5UOsQNEI). Ignore any ?controls=0 suffix.Add a Show Website element
Paste the URL with autoplay parameters
- Autoplay muted (recommended):
- Autoplay with sound (blocked by most browsers):
mute=1 to ensure the video starts reliably.I can't display my website inside a Website element — why?
I can't display my website inside a Website element — why?
<iframe> for security reasons. This is controlled by two HTTP headers:X-Frame-Options— can be set toDENY,SAMEORIGIN, orALLOW-FROM.- Content Security Policy (CSP) — the
frame-ancestorsdirective controls which domains may embed the page.
| Header | Change required |
|---|---|
X-Frame-Options | Set to ALLOW-FROM https://go.plural.io |
CSP frame-ancestors | Add https://go.plural.io — e.g. frame-ancestors 'self' https://go.plural.io; |
How do I set up the Humanizing printing service?
How do I set up the Humanizing printing service?
Install Python
python --version in a terminal.Create a self-signed certificate
Add the service to Windows startup
start_service.bat with the following content and place it in your Windows Startup folder (shell:startup):- Endpoint URL:
http://127.0.0.1/print - Method:
POST - Body (Raw JSON):
printerName with the exact name of your printer as it appears in Windows.A 200 OK response means the badge printed successfully. A 500 response indicates an error.