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.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-NOAA - Another Weather Module
-
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.
-
RE: MMM-xiaomi - Temperature and Humidity from your smarthome
@cowboysdude : As i read, the Gateway is mandatory.
But as always Xiaomi is really cheap. GW is about 25$ i guess.I ordered some temp sensors. Can’t wait to test the stuff.
-
RE: MMM-xiaomi - Temperature and Humidity from your smarthome
Great. Looking forward for the module…
Meanwhile i order some of the Xiaomi stuff in China ;) -
RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras
@shbatm said in [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras:
If you experience issues with the stream stopping after running for a few days, I am still finalizing work on another branch to resolve this: wip_patch which runs OMXPlayer through pm2 so it will automatically restart feed and hopefully be more stable.
Great! Looking forward to it.
-
RE: MMM-NOAA - Another Weather Module
holy crap.
Please stop the continous improvements!just a little hint if you want to have the weather right on the border (only if it is located on top_right)
change the MMM-NOAA.css to this.MMM-NOAA { width: 240px; /* was 230px, but it breakes the line then */ margin-right: 0px; margin-left: 60px; /* new */ }then it should go to the most right.
@cowboysdude the blinking is too much for me (already commented out in the css), but the rest is nice as always
I guess you have found a new friend: … CSS ;) rofl -
RE: RetroPi
Why going trough a MM installation?
Just buy a SNES Mini Classic (if you can still get one) and put a normal TFT behind a 2way mirror.Or if you you want to keep the normal mirror -> buy a bigger 2way mirror and put both monitors behind it ;)
-
RE: Finding new Modules...
yeah you are right.
But this overview is new? Never saw that before. Last time it was not a complete list, more like a overview.
How is it updated? -
Finding new Modules...
I always see myself crying if i need to search something in the forum.
It’s a pain. (unless if i know what to search for)
Well i guess the used Forum Software is really crap. Sorry for that hard words.
Think the great community was growing really to fast, for this amazing piece of Software, and the Forum can not handle it to have nice overview of everything.People are creating great new modules for the mirror and you are lucky if you can maybe find them.
There is no good structure, imho.Sometimes you learn about new modules, which you was always looking for, by a comment from someone else. or you see something interesting on a screenshot.
Yourself would never find it in the “showroom” , and in the subcategories… if the developer even has put it there.So, i do not really know how to solve that, without a huge effort, but maybe someone else was facing that also?
I saw a “beta” version of something like a showroom, but the same, if the dev has not put it manually there, you can not find it.
Also i think a screenshot in a introduction of a new module should be mandatory ;) -
RE: MMM-NOAA - Another Weather Module
… the next day it was working correctly again… weird
-
RE: MMM-NOAA
did you make a
“npm install”
within the MMM-NOAA folder to install all the dependencies?
API key doublechecked? -
RE: MMM-NOAA - Another Weather Module
Just a little issue:
Someone else facing this problem with the missing today highest temperature?
Was in the old version the same.
Makes no sense for me, since this runs in a loop, and the other stuff is showed correctly.
Any ideas?
-
RE: MMM-NOAA - Another Weather Module
another fantastic update!
Love the forecast! -
RE: Installing on Android (tablet) possible?
Alright, gave it a little try last evening.
Termux runs great, pulling of the repository is no problem, but when it comes to install the dependencied with
npm install, it throws some errors.
electron-chromedriver is not found and i guess thats a showstopper.I can launch the server with “node serveronly” but all i get is a blank page.
Tried with FF and Chrome.
I stripped the config.js to only show the clock, but no chance.Have to investigate deeper.
-
RE: Installing on Android (tablet) possible?
@Sean said in Installing on Android (tablet) possible?:
@barnosch As I’ve heard, termux could run linux-based application without rooting. I didn’t try it, so I don’t know MagicMirror would run on it.
https://medium.freecodecamp.org/building-a-node-js-application-on-android-part-1-termux-vim-and-node-js-dfa90c28958fThat looks very interesting. Thanks a lot for the hint.
@lavolp3 said in Installing on Android (tablet) possible?:
@Sean aaaaaaand there goes my free time in the coming holidays. Thanks for the link!
Same for me ;)
-
RE: Installing on Android (tablet) possible?
i found that native Apps aswell, thanks for that.
But i don’t want to use just a app. Thats to easy ;)Doing some more research and waiting for a good idea in my sleep.
Any other suggestions how it could work, are welcome.