Hello,
I have the following problem. I use the following 4 modules on my magic mirror but i the images are shown very small. See example below.
Can anybody give my a tip how i can enlarge these images? I used the following code:
{
module: "MMM-nasaastropic",
position: "bottom_left",
config: {
updateInterval: 6*60*60*1000,
animationSpeed: 0,
header: 'NASA Astronomy Picture',
maxlongedge: 1200 //300
}
},
{
module: "MMM-EARTH",
position: "top_right",
header: "Earth",
config: {
mode: "Natural",
rotateInterval: 15000,
MaxWidth: "100%",
MaxHeight: "100%",
}
},
{
module: 'MMM-Globe',
position: 'top_right',
header: "Earth",
config: {
style: 'geoColor',
imageSize: 1800,
ownImagePath:'',
updateInterval: 10*60*1000
}
(
Thanks for your help!