Read the statement by Michael Teeuw here.
Posts made by Assassins
-
RE: Magic mirror is not showing up
@CoopDog1712 Look with Rotating the Screen from Desktop : Rotate Screen
-
MyMagicMirror
You can find MyMagicMirror Here.
My Example
The 4 pictures will be updated as they are not particularly good.
This is what mine looks like, the mirror is still missing.
This is an idea for what it might look like and there is an install included so you can install it.However, you will need a “Gesture Sensor (PAJ7620U2)” to make the “MMM-GroveGestures” module work.
You will get some choices along the way and my bash script is very simple.
But you can try it out if you want.
-
RE: Script pishrink reduces the size of backup-images to restore on smaller SD-cards
@thgmirror said in Script pishrink reduces the size of backup-images to restore on smaller SD-cards:
@assassins Did you include a zip-process? If the backup is zipped, you can save additionally a lot of space.
ThomasYou can read on pishrink, how to set this to .zip, the script i made is to .img
-
RE: Script pishrink reduces the size of backup-images to restore on smaller SD-cards
@thgmirror and i made this to crontab : https://github.com/The-Exterminator/PiShrink-to-Crontab
And you Can backup the usb disc to.
-
RE: Calendar error ???
@sdetweil
This is my config to it :
module: ‘calendar’,
header: “Kalender”,
position: ‘bottom_left’,
timeFormat: 24,
config: {
dateFormat: ‘DD/MM/YYYY’,
colored: true,
showLocation: true,
maximumNumberOfDays: 90,
maximumEntries: 7,
calendars: [
{
symbol: ‘calendar’,
url: ‘http://localhost:8080/modules/calendars/home.ics’,
color: ‘#5bc0de’
}
]
}
},Have i forget somthing to the format. ???
-
Calendar error ???
Anyone know how to fix this little calendar bug.
When you set it to a “Full Day Event” it sets the date to “Feb 7.”,
but if you set it to a “time limit” it sets to “07 / 02/2022”I have already put this in config
dateFormat: ‘DD / MM / YYYY’See the picture for more information.
Regards Assassins