You using proper power supply and cable?
Read the statement by Michael Teeuw here.

Posts
-
RE: Vnc and Remote stopped working overnight
-
RE: pls help: how to force/refresh "External Compliment File"?
@rs to jump onto this I can’t get a remote file to work, how did you use yours?
-
RE: Newsfeeder is going way to fast when showing news
@sek_is_back said in Newsfeeder is going way to fast when showing news:
As a workaround, till a solution is found
crontab -e
@daily sudo rebootthis will reboot the pi every night at 00:00 am.
No need to reboot the whole pie
0 */5 * * * pm2 restart MagicMirror
-
RE: Help! - Adding and Changing Modules - Newbe
Each one of these modules readme file does a good job of breaking it down if you want to replace or add modules.
https://github.com/MichMich/MagicMirror/wiki/3rd-party-modules
-
RE: What is your backup and restore method?
@cowboysdude said in What is your backup and restore method?:
https://www.raspberrystreet.com/learn/how-to-boot-raspberrypi-from-usb-ssd
There may be an easier way but this helped me.
@cowboysdude You the man that worked well for me and easy to follow!
-
RE: Make compliments_plus bold
@cowboysdude said in Make compliments_plus bold:
.compliments_plus .pre-line {
font-weight: bold;
}You are the man as usual thanks for much for taking the time to help and explain. You rock it worked just like you said!
-
RE: Make compliments_plus bold
This doesn’t work either
display: inline-block
-
Make compliments_plus bold
How do I make the compliments bold, I tried the following in custom.css to no avail. What makes the text bold?
.compliments_plus { display: bold; font-weight: bold }