@frode or, you weren’t in the mm/modules folder when u did the git clone… so the MMM-CalendarWeek folder is in the wrong place…
Read the statement by Michael Teeuw here.
Posts
-
RE: I'm trying this one : MMM-CalendarWeek
-
RE: More of a Smart Display than a Magic Mirror..
@Camthalion cool… I will add this
do NOT change our files… every config change can be done thus config.js and custom.css
all your changes to main.css can be done in custom.css
css is a stack , searched from the top down
custom.css on top module provided css main.css
first found wins.
so you could put all you main.css changes in custom.css
and some you could change other variables (border size etc) as we have added those things in the last couple releases… (so you don’t have to make such drastic changes)
but very cool
thanks for the repo
-
RE: Hide modules when display goes off through PIR (power saving)
@ejay-ibm yes, a well written module will suspend operations while hidden or suspended.
-
Connecting Apple retina displays to SBC (Raspberry pi)
nice article for connecting Apple retina displays to SBC like Raspberry pi
-
RE: Mirror for a Charity Auction
@Tippon yes, you register a URL that targets the machine thru the tunnel
and then u can target specific systems and portsone of those is the guacamole app, in a container
then guacamole will let you create sub apps and different access points to the systems
so my ha.xxx.yyy talks directly to home assistant
but my rm.xxx.yyy talks to guacamole, which has ‘apps’ defined
after I logon to guac, I get a list of my ‘apps’… these present in a web page on the system I am on , so ssh in a web page… now… some things, don’t work the same, nano doesn’t display. but vnc works…
-
RE: Missing Config.js entry and options
@lpgjg mmm recipe is there, just not clear, bottom text
{ module: 'MMM-Recipe', position: 'bottom_bar', config: { video: true //default is true if you want to be able to play video of recipe updateInterval: 180 * 60 * 1000, // every 3 hours Suggest you don't do it more often then this. } }
rotten tomatoes, everything is optional…
so as always the minimum module config is
{ module: "module_name", config: {} },
so …
{ module: "MMM-RottenTomatoes", config: {} },
-
RE: Hide modules when display goes off through PIR (power saving)
@cowboysdude @Mykle1 just add routines for suspend and resume. Set a variable on suspend, and don’t do anything til the variable is cleared on resume
-
RE: new update/upgrade script, ready for testing
@Mykle1 cool. Thanks for the test. Updated script to handle
-
RE: Mirror for a Charity Auction
and there are lots of cool docker containers to use
dozzle will tell you about the status of all the containers
uptime-kuma can let you check and report on the status of different ‘apps’ web urls, connections… and send alerts
watchtower will watch all the versions of the docker containers and auto upgrade them as they change…
my son and I have realized that if we lose our home network, there is no way for all this to tell us… so we are going to add uptime-kuma monitors of things running in the others house and then alert them if there is a lost connection.