@plainbroke they’re not going to do the work for you, there’s literally a section telling you how to do it yourself. Which bit are you struggling with? Which “equipment” don’t you have?
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-MovingPortrait
-
RE: Can´t rotate my display
@rkorell Ah, sorry, I’m using a Raspberry Pi 3 :)
Nothing I’ve tried has worked so far, even ChatGPT is failing me :( -
RE: Can´t rotate my display
@sdetweil Ah, I couldn’t find the folder as it’s not in /.config/labwc/autostart but instead appears to be /usr/share/labwc
I’ll give that a go! Thank you :D
-
RE: Can´t rotate my display
@sdetweil The code has seemingly changed

That didn’t work, but
wlr-randr --output HDMI-A-1 --transform 90does! Except… when I reboot, the screen goes back to the way it was
-
RE: Can´t rotate my display
@sdetweil Is it still possible to rotate the screen via the command line? Or must it be done using the desktop? (having the same issue, with the same labwc output, so thought best not to start a new topic)
-
RE: SD Card Full - Can't Install New Modules
@sdetweil Ah, yeah I think you’re right. I’ve swapped to a different SD card and I’m not having the issue anymore. Thanks!
-
SD Card Full - Can't Install New Modules
Hi, long time member, first time posting for a while! I’ve set up my MagicMirror installation from scratch, managed to install a handful of modules but now when trying to install MMM-Remote I get an error saying the SD card is full.
I’ve seen a few similar posts here, but nothing within them is helping me.
This is the contents of df -h
Filesystem Size Used Avail Use% Mounted on udev 327M 0 327M 0% /dev tmpfs 93M 1.2M 91M 2% /run /dev/mmcblk0p2 6.7G 6.3G 16M 100% / tmpfs 461M 12M 450M 3% /dev/shm tmpfs 5.0M 12K 5.0M 1% /run/lock /dev/mmcblk0p1 510M 101M 410M 20% /boot/firmware tmpfs 93M 48K 93M 1% /run/user/1000and the contents of sudo find / -xdev -maxdepth 1 -type d -exec du -s {} ; | sort -rn
du: cannot access '/run/user/1000/gvfs': Permission denied du: cannot access '/run/user/1000/doc': Permission denied du: cannot access '/proc/5110/task/5110/fd/3': No such file or directory du: cannot access '/proc/5110/task/5110/fdinfo/3': No such file or directory du: cannot access '/proc/5110/fd/4': No such file or directory du: cannot access '/proc/5110/fdinfo/4': No such file or directory du: cannot access '/run/user/1000/gvfs': Permission denied du: cannot access '/run/user/1000/doc': Permission denied du: cannot access '/proc/5121/task/5121/fd/3': No such file or directory du: cannot access '/proc/5121/task/5121/fdinfo/3': No such file or directory du: cannot access '/proc/5121/fd/4': No such file or directory du: cannot access '/proc/5121/fdinfo/4': No such file or directory 6675246 / 4366752 /usr 1204020 /home 801968 /var 260014 /boot 24744 /root 9272 /opt 7148 /etc 1228 /run 68 /tmp 16 /lost+found 4 /srv 4 /mnt 4 /media 0 /sys 0 /proc 0 /devin case either of those helps :)
I installed the 32 bit RaspiOS and used the install script.
Is there anything I can uninstall to make more space? 4.3GB used within /usr seems extremely high?
-
RE: MMM-Reddit "No valid posts to display"
@mumblebaj Thanks very much for this!
-
RE: MMM-urbandictionary
@leabs Nice work! I’d love to use this myself but have young kids in the house haha. Never going to be a NSFW filter added to their coding, but one can dream :D
-
RE: MMM-SimpleBGSlideshow (yet another background slideshow module)
@sdetweil Thank you. I can’t get the module working with MMM-Pages.
This config doesn’t show any images:
{
module: ‘MMM-pages’,
config: {
modules: [["clock", "MMM-Tools", "MMM-WiFiPassword", "MMM-Fantasy-Premier-League", //"MMM-ImagesPhotos", "MMM-pihole-stats", // "MMM-TweetsByTimelineOrList", "MMM-CyanideHappiness", "uploadPics" ], ["clock", "MMM-Tools", "MMM-WiFiPassword", "MMM-Fantasy-Premier-League", "MMM-ImagesPhotos", "MMM-pihole-stats", // "MMM-TweetsByTimelineOrList", "MMM-CyanideHappiness", "uploadPics" ], ], //last page ^ fixed: [], rotationTime: 2500, } },but this does:
{ module: 'MMM-pages', config: { modules: [ ["clock", "MMM-Tools", "MMM-WiFiPassword", "MMM-Fantasy-Premier-League", "MMM-ImagesPhotos", "MMM-pihole-stats", // "MMM-TweetsByTimelineOrList", "MMM-CyanideHappiness", "uploadPics" ], ["clock", "MMM-Tools", "MMM-WiFiPassword", "MMM-Fantasy-Premier-League", "MMM-ImagesPhotos", "MMM-pihole-stats", // "MMM-TweetsByTimelineOrList", "MMM-CyanideHappiness", "uploadPics" ], ], //last page ^ fixed: [], rotationTime: 2500, } },and as you can see, all I am doing is commenting out the module on the first page. I want to be able to have one page where the photos aren’t displayed as it’s very hard to read the other modules…but it seems the module doesn’t allow that?
How can I help you figure out what is going on so that this can be corrected ?
-
RE: MMM-SimpleBGSlideshow (yet another background slideshow module)
@sdetweil Ah ok, no worries. On your mirror, do you use the position ‘fullscreen_above’ rather than the default of ‘middle_center’ ?
-
RE: MMM-SimpleBGSlideshow (yet another background slideshow module)
@sdetweil I’ve just tried out this module and the Readme on your github needs editing to point the installation link (git clone) to your one, rather than the original Github link :) Also, could you update the example in the Readme to detail exactly how to correctly size images? e.g.
For percentage:
maxWidth:"50%",or for pixel dimensions:
maxWidth:"50",For novices like myself, it isn’t very clear :)
I can’t for the life of me get the module to respect the sizes that I specify, it’s always too big, goes off the screen and isn’t central (despite me not changing the default position)
{ module: "MMM-ImagesPhotos", position: "middle_center", config: { opacity: 0.9, animationSpeed: 500, updateInterval: 11000, maxWidth:"50%", maxHeight:"70%", backgroundColor: 'grey', // not used if fill is true fill: true, // fill around image with blurred copy of image blur: 10, // only used if fill is true } }, -
RE: MMM-SimpleBGSlideshow (yet another background slideshow module)
Does this module stretch images to fit the mirror? The original module had two different options for this, if I recall correctly
-
RE: MMM-Fantasy-Premier-League
@wuz0ink thank you! so sorry, I didn’t see you had tagged me in your reply. I used it for the last few weeks of the season, after giving it another go (I hadn’t realised you had updated it at the time). I’m guessing no API changes have occurred since June, so it should work fine in August? :D
-
RE: MMM-Todoist only displays 'Loading...'

This seems to have worked, but the issue of ‘loading…’ is still there. Ah well, thank you for your help :) If anyone here does manage to get the module working ok, please let me know how you did it!
-
RE: MMM-Todoist only displays 'Loading...'
@sdetweil said in MMM-Todoist only displays 'Loading...':
@robertybob that was in the module folder, right? the git checkout?
did u do a git fetch first, to get the info to the pi
@sdetweil Hi Sam. Yeah it was in the module folder, but I didn’t realise I had to do git fetch before git checkout (so I haven’t done git fetch at all). Can I simply try those commands, in the correct order, for it to work, or have I messed anything up (and therefore it best I delete and reinstall the module)?
-
MMM-Todoist only displays 'Loading...'
Hi, is there anyone here who has this module working ok?
There’s an issue open for this on Github - I’ve run
git checkout df2d4ffas suggested by people there, however the issue persists. Do I need to git reset after doing this?Alternatively, is there a way of cloning a repository up to a particular comit (i.e. the apparent last known working one)?
-
RE: MMM-MagicSuperHero
I’m not into superheroes myself (I know I’m in the minority), but this module is a very clever idea. Well done!
