Hello everyone,
I’m trying to repurpose two iPad 2 devices from my kids as dashboards for my Home Assistant setup. Unfortunately, the iPads are running an outdated iOS version, which prevents them from running the Home Assistant app or accessing the dashboard through Safari.
Setup:
- Devices: iPad 2 (both)
- Access Method: VNC connection to a VM running the latest version of Firefox
Issue: When I attempt to access the dashboard using Firefox on the VM, I encounter the following errors, and the dashboard fails to load:
Uncaught (in promise) Error: Missing locale data for
i utils.js:8
M ResolveLocale.js:22
InitializeDateTimeFormat InitializeDateTimeFormat.js:79
DateTimeFormat core.js:103
DateTimeFormat core.js:101
35638 resolve-time-zone.ts:9
6 utils.js:8:14
Uncaught (in promise) ReferenceError: can't access lexical declaration '_' before initialization
te 13699.-GmziFyEHqc.js:16
value hui-card.ts:96
value hui-card.ts:40
value hui-view.ts:92
_cards hui-view.ts:376
value hui-view.ts:375
value hui-view.ts:284
value hui-view.ts:163
performUpdate reactive-element.ts:1327
scheduleUpdate reactive-element.ts:1261
_$Ej reactive-element.ts:1233
13699.-GmziFyEHqc.js:16:102596
FRIGATE-HASS-CARD
Version 5.2.0 card-555679fd.js:507:17324
Uncaught (in promise) Error: Missing locale data for
i utils.js:8
M ResolveLocale.js:22
InitializeDateTimeFormat InitializeDateTimeFormat.js:79
DateTimeFormat core.js:103
DateTimeFormat core.js:101
35638 resolve-time-zone.ts:9
3 utils.js:8:14
Error while fetching an original source: request failed with status 404
Source URL: http://10.0.5.101:8123/unknown/node_modules/@formatjs/intl-localematcher/lib/abstract/utils.js
What I’ve Tried:
- Verified that Firefox on the VM is up to date.
- Deleted, reloaded Cache
- Restarted both the VM and Home Assistant server.
Questions:
- Has anyone experienced similar issues with Firefox and Home Assistant dashboards?
- Are there specific configurations or dependencies that might be missing?
- Any suggestions on alternative approaches to display the dashboard on older devices?
Any help or pointers would be greatly appreciated!
Thank you!