Read the statement by Michael Teeuw here.
[ERROR] unable to write js/positions.js
-
@emlowe what os level are you running?
i recommend the 32 bit legacy imageif you use my install script i will increase the swap spacr
-
uname -m armv7l cat /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 12 (bookworm)" free -h total used free shared buff/cache available Mem: 425Mi 316Mi 99Mi 8.1Mi 67Mi 108Mi Swap: 732Mi 274Mi 457Mi swapon -s Filename Type Size Used Priority /var/swap file 204796 0 -2 /dev/zram0 partition 544892 299760 15 zramctl NAME ALGORITHM DISKSIZE DATA COMPR TOTAL STREAMS MOUNTPOINT /dev/zram0 lz4 532.1M 292.7M 98.2M 101.8M 4 [SWAP] Jan 26 22:00:46 kid-mirror kernel: Out of memory: Killed process 23127 (WebKitWebProces) total-vm:1178000kB, anon-rss:184084kB, file-rss:0kB, shmem-rss:0kB, UID:1000 pgtables:1044kB oom_score_adj:0
-
@emlowe yes, i would try the 32 but legacy image on bullseye
bookworm seems about 500m bigger
-
@emlowe out of memory
-
@FalcoonnnnPUNCH
@emlowe
@sdetweil
I have had that problem before and it was a bad card. One other time it was a bad USB drive… Might try a different sdcard. -
@plainbroke good point, I have had a number of sd card failures over the years, and they have all become read-only
-
Hello all,
So based on some of the comments here, i tried a new SD and a new pi. I had spare SDs lying around and I had a pi 4B that I was going to use initially but didn’t have a micro hdmi cable at the time so I had to use the 3. Micro HDMI cable came in, loaded piOS on the new SD, followed the MagicMirror install instructions and it came up first try.
Not sure what the initial issue was with the original install but I honestly just needed a win before getting bogged down in the weeds with stuff. I would like to have some fun with it first. Might go back to the original pi3 at a later date just to try and correct the initial issue, but for now, I’m happy.
The inital install, I had used sudo for the installation of MagicMirror, in this iteration I did not. I only utilized sudo to install the node.jsthanks everyone for the advice/comments.
-
@FalcoonnnnPUNCH IF you had used my install script it would have done all that for you
-
-
@FalcoonnnnPUNCH and sudo would have caused the prior problem. as the folder would have been write protected
-
@sdetweil Thank you! To fix that issue, reinstall MagicMirror without using sudo command?