@angeliKITTYx How was this project been going. Im doing something similar.
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
B
Posts made by bebetter14
-
RE: Weekly calendar view
-
RE: MMM-ImagesPhotos Help Resizing photos
@sdetweil That was it! Thank you so much. This project has really gotten me interested in learning coding! Looking forward to posting my mirror once it’s finished.
-
RE: MMM-ImagesPhotos Help Resizing photos
@sdetweil For example;
Ive used the same example in your Readme however just adding on the width and height.
{ module: "MMM-ImagesPhotos", position: "middle_center", config: { opacity: 0.9, animationSpeed: 500, updateInterval: 5000, backgroundColor: 'grey', fill: false, blur: 10, sequential: false maxWidth: 500, maxHeight: 500, } },
If I remove the width and height, it works no problem. Thank you very much for helping me out!
-
MMM-ImagesPhotos Help Resizing photos
I’m very new to this and I’m running into trouble trying to resize my photos using the referenced module. I keep getting a syntax error when trying to enter in the maxWidth and maxHeight. What is the correct format I need to use if I’m trying to have my photos be 500px X 500px. Thank you!