@stacywebb said in MMM-EARTH-Live & MMM-ISS-Live:
@Mykle1 Two excellent modules.
Your work is greatly appreciated.
And I wholeheartedly agree
@stacywebb said in MMM-EARTH-Live & MMM-ISS-Live:
@Mykle1 Two excellent modules.
Your work is greatly appreciated.
And I wholeheartedly agree
@mohace Thanks a million for that
It works perfectly
@justjim1220 Yes that is what I did and all is OK
Thanks again
Entering 192.168.0.28:8080/remote.html on my PC brings up the remote screen but none of the items respond. If I click Edit the screen changes to “Loading” then nothing, no matter how long I wait. The Config file is Address: “0.0.0.0”, and the whitelist is []
The same on my phone
Any help appreciated
Set it to center in config.js
//position: “bottom_bar”,
position: “bottom_center”,
@lavolp3 Thanks for that.
Out of curiosity I will give it a try
I have just this minute managed to get what wanted by positioning the module newsfeed by changing it to center instead of bottom bar
module: “newsfeed”,
//position: “bottom_bar”,
position: “bottom_center”,
and the complimentets I changed to center. Although this is top center, I am happy with that
I followed the following tutorial from youtube
link text
Can anyone help me
I have a fade, on my compliments background. The text is black.
The problem is, that the fade is fully across the screen, from side to side. I would like it to fit the length of the compliment text only.
This is my custom css contents
body {
color: #000;
}
.dimmed {
color: #000;
}
.normal {
color: #000;
}
.bright {
color: #000;
}
.module.clock {
background-color:rgba(255,255,255,0.6);
border-radius:8px;
padding:8px;
}
.module.compliments {
background-color:rgba(255,255,255,0.6);
border-radius:8px;
padding:8px;
}
.module.calendar {
background-color:rgba(255,255,255,0.6);
border-radius:8px;
padding:8px;
}
.module.newsfeed {
background-color:rgba(255,255,255,0.6);
border-radius:8px;
padding:8px;
}
Also, how do I mark a previous post as solved ?
@Stoffbeuteluwe I had previously tried that to no avail.
I will give it another look tomorrow
Fool that I am !!
Changing to
// Private Methods
self.socket = io(“/” + self.moduleName);
was the fix right enough
When I initially tried it I added , at the end of the line instead of ;
I’m kicking myself
Thanks all
@Stoffbeuteluwe I had previously tried that to no avail.
I will give it another look tomorrow
@TamP As an update.
From the PC the Remote shows the following
Power
Edit view
Edit config.js
Updates
Alert
MagicMirror2
Any of the first 5 items do nothing, although some bring up sub menus that also do nothing
However, clicking the MagicMirror2 button displays the pi and Magic mirror on the PC screen
I’m stumped !!
Entering 192.168.0.28:8080/remote.html on my PC brings up the remote screen but none of the items respond. If I click Edit the screen changes to “Loading” then nothing, no matter how long I wait. The Config file is Address: “0.0.0.0”, and the whitelist is []
The same on my phone
Any help appreciated
Managed to get it fixed. I had “center” in the config file when should have been “fullscreen_below”
A Pi4 with raspian buster
I have MagicMirror2 working well except the GooglePhotos module
The photos display fine, except they are on the right side of the screen from about the middle.
I have tried a few things in the css file in the GooglePhotos folder but cant see how to fix this
I want the photos full screen.
Any help appreciated