@artank Being one of those who failed repeatedly - just make sure you are on the PI, not ssh’ed in…
Read the statement by Michael Teeuw here.
Posts
-
RE: Electron failure Rpi3 Jessie w/Pixel v. 4.4
-
RE: MMM-Remote-Control on LINUX box (NOT RPi)
@Jopyth
It would probably help if I installed it into MODULES instead of into the ROOT directory
(as a matter of fact, it helped a LOT!)DUH. Sorry to have wasted your time. My bad :8ball:
-
RE: MMM-Remote-Control on LINUX box (NOT RPi)
@Jopyth No errors; have not checked logs yet. Simply does not load (and then is obviously not accessible either). Any specific error logs you’re interested in? (not too proficient in Linux, so you’d have to point me in the right direction)
-
MMM-Remote-Control on LINUX box (NOT RPi)
I am having trouble getting the module to load on a LINUX box (ubunto LT16.4 or whatever). Looking over the docs, it does state a lot about RaspberryPi, but I figured I could give it a shot. And failed.
Should I have failed, or did I mess up?
Thanks
-
RE: Different Calendars in different colors
@strawberry-3.141
I’m going beta later today :) This is great. -
RE: Different Calendars in different colors
@yawns Argh. THAT is a downside, explains the results I got) - and brings back the original request.
But it did give me other good ideas Re: custom.css (which is, indeed, and bit “hackish”)
Thanks,
-
RE: Different Calendars in different colors
@broberg COOL!!! (Was I supposed to have been able to figure that out from the documentation?) Working on it now. Close topic
-
Different Calendars in different colors
I looked through the dox but could not find any hints… we have 8 different calendars (spouse / children / carpools / etc). Can they be color coded individually? Would be a great feature…
-
RE: raspberry-pi alternatives
@Mykle1 I have it on my working laptop (ie Win10) - slight pain, since I have to launch MM & it runs in a console in the background, so I regularly worry what that is :) I dumped it onto an old laptop (which actually works with Ubuntu!) & that headache is gone… Now I just glance over into the corner & know what I am working on (i LOVE Wunderlist). So it does work on Win10 and Ubuntu.
Good luck
-
RE: raspberry-pi alternatives
@cowboysdude It was nearly that easy… on LTS 16.04 on an ancient Dell:
sudo npm install (failed)
sudo apt install nodejs-legacy
sudo npm install (succeeded)
npm start
-> Please create a config.js fileThanks for the help!