Great work, and allready in use :-)
Read the statement by Michael Teeuw here.
Latest posts made by kasperinline
-
RE: MMM-CalendarExt3
@MMRIZE said in MMM-CalendarExt3:
@kasperinline
Do that in your ‘custom.css’ not in the ‘MMM-CalendarExt3.css’Yes of course :-)
Always in the ‘custom.css’
-
RE: MMM-CalendarExt3
@kasperinline said in MMM-CalendarExt3:
@fedale
I’m not able to get rid of the text “CW”. Can you help me, by sharing your lines.Regards
Got i’t by myself, and learned a little more :-)
.CX3 .cw::before { content: "CW "; display: none; }
-
RE: MMM-CalendarExt3
@fedale
I’m not able to get rid of the text “CW”. Can you help me, by sharing your lines.Regards
-
RE: MMM-Todoist fontsize
@sdetweil said in MMM-Todoist fontsize:
@kasperinline if you are lucky you won’t have to do this more than 100 times! lol
That dosent matter as long as I know, their might be a solution :grinning_squinting_face:
-
RE: MMM-Todoist fontsize
@sdetweil said in MMM-Todoist fontsize:
see https://forum.magicmirror.builders/topic/14862/help-with-a-couple-css-issues?_=1683502518672
on how to use the developers consoleThank you, for pinpointing me in the right direction istead of giving me the answer :-)
The class-name is “xsmall”
Thank you, for you time and patience
-
MMM-Todoist fontsize
Hello everybody
I’m using the mentioned modul for todo’s for my family. I would like to change the font size of the projects-names, but I can’t figure it out.
The task’s is not a problem, I Use this code, for the tasks in my custom.css
.MMM-Todoist .small { font-size: 24px; line-height: 30px; }
But how to I change the size of project-names? Chat-GPT suggest:
.MMM-Todoist .project { font-size: 20px; /* Ændr tekststørrelsen her */ }
But that did’nt work
The tasks is on the left side and projectnames on the right-side
Any Suggestions?
-
RE: MMM-Trello - No checklist
Thank you for your time and answer
The list works today, and I dont know why :confused_face:
The only thing I did, was to turn on the Raspberry
-
RE: MMM-Trello - No checklist
@sdetweil said in MMM-Trello - No checklist:
@kasperinline look in the output of where you do npm start
to see any errors…This is the only errors :
/home/kasper/.pm2/logs/MagicMirror-error.log last 15 lines: 0|MagicMir | /home/kasper/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT 0|MagicMir | MESA-LOADER: failed to retrieve device information 0|MagicMir | MESA-LOADER: failed to retrieve device information 0|MagicMir | MESA-LOADER: failed to retrieve device information 0|MagicMir | MESA-LOADER: failed to open kms_swrast: /usr/lib/dri/kms_swrast_dri.so: cannot open shared object file: Permission denied (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri) 0|MagicMir | failed to load driver: kms_swrast 0|MagicMir | MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: Permission denied (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri) 0|MagicMir | failed to load swrast driver 0|MagicMir | MESA-LOADER: failed to retrieve device information 0|MagicMir | MESA-LOADER: failed to retrieve device information 0|MagicMir | MESA-LOADER: failed to retrieve device information 0|MagicMir | MESA-LOADER: failed to open kms_swrast: /usr/lib/dri/kms_swrast_dri.so: cannot open shared object file: Permission denied (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri) 0|MagicMir | failed to load driver: kms_swrast 0|MagicMir | MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: Permission denied (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri) 0|MagicMir | failed to load swrast driver
Anything related to the module?