@Mykle1 of course!
Read the statement by Michael Teeuw here.
Posts
-
RE: What can YOUR mirror do?
crap.
that didn’t last very long.
My wife is scared of the eye ;) -
RE: What can YOUR mirror do?
working likea charm.
Thanks a lot.Let’s see what the WAF barometer will say.
Nothing good i guess.At least mit little daughter is still to little to see the scary eye ;)
-
RE: What can YOUR mirror do?
i like the moving eye! (~30sec)
can i have that as a small module. please ;)
But i only have a Pi3. -
RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras
Since i updated to the actual RTSPStream version i have a new issue.
The whole mirror crashes for some reason (black screen) and only the stream is still showing.
This is not on a regular basis, after some hours it happens.
Rebooting and everything is fine again.I have not updated yet to the new MM version (because of all the issue threads in the forum)
Any idea?
-
RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras
i updated the module from work, but did not start the server thing to get the server config page.
Later at home i could not start the server anymore to reach the config page.
Is that mandatory?The stream runs good, without any changes in the config. Hopefully it does not crash so often anymore.
I saw that it launches now another pm2 session just for the stream. thats nice.
So i can restart both sessions (stream and mirror) with a script and do not need to reboot the whole pi anymore, when i change something. -
RE: MMM-NOAA - Another Weather Module
Would be nice. but no hurry.
I uncommented the UV, Air , Wind and the Barometer thing aswell, because it is not mandatory for me. (and i need to save space ;) )
but if then a update comes, i need to delete my changes to get the new updates.
Then do it all over again. No big deal, bnut if it is not necessary anymore… the better.
So it would be nice to have options for it.
It’s not a big deal for you, i know, IF you have time. -
RE: Help with showing todoist tasks?
something else i mentioned.
As i remember, there was some issues, Todoist was not showing something, like in your case.I never had the problems and i am on an very old version (jan 9)
pi@pi3:~/MagicMirror/modules/MMM-Todoist $ git show commit 155ffe4d49bd8af59ab8bb0736c3ad756c0515d6
(btw. not sure, if this is correct, like i did it, to see the installed version)
Maybe @cbrooker has a idea for your problem.
-
RE: Help with showing todoist tasks?
This one works for me.
{ module: 'MMM-Todoist', position: 'top_left', header: "To Do", config: { accessToken: 'blablablae0fa5611c30blablablablablabla', maximumEntries: 20, interval: 600, lists: [ "2157759361" ], fade: false, } },
the %2F must be subtracted, correct.
Did you install all the dependencies of the module with
“npm install” within the “modules/MMM-todoist” folder ? -
RE: Help with showing todoist tasks?
put your lists in
" "
like this:lists: ["2163440886", "2162058078"]
For troubleshooting, just use one list, if that works then, add the second.