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 } -
RE: MM2 not loading text
Did the IP change by chance? Check to see if IP is static and ssh into pi that way.
-
RE: MMM-EventHorizon
@sdetweil said in MMM-EventHorizon:
@swvalenti looks like not
the module uses this service to create the counter
https://www.timeanddate.com/clocks/freecountdown.htmlUnderstood thanks Sam
-
RE: MMM-EventHorizon
@sdetweil only 1.2meg
-
RE: MMM-EventHorizon
@sdetweil said in MMM-EventHorizon:
@swvalenti u are doing upload photo, not attachment right
third icon from the right, sun over the mountain
I am doing upload image and just says error
-
RE: MMM-EventHorizon
@swvalenti won’t let me attach image but hopefully someone knows what I am trying to convey
-
RE: MMM-EventHorizon
Is it possible to reverse the date on top and the text on bottom? See image to what I mean…thanks!

-
RE: Any plan to replace "request" and "moment"?
@0m4r said in Any plan to replace "request" and "moment"?:
const request = require(‘request’);
thank you for the explanation I understand better now
-
RE: Any plan to replace "request" and "moment"?
How can I tell if a module will be compatible prior to the fall upgrade of 2.17.0? I don’t want to upgrade and half of my modules break.