@yawns thanks you very much, I really appreciate it!
Read the statement by Michael Teeuw here.
Best posts made by Lolololito
Latest posts made by Lolololito
-
RE: Darksky weather module not loading
It would be interesting to see the config files and logs
-
RE: Windows tablet smart mirror
When I meant browser I meant Chromium.
If you read the MagicMirror Github Readme you will see that it works with electron.
Electron (https://electronjs.org/) is a very cool way of creating apps for the desktop by using html, css and js and then it is run in a chromium window.If you really want to use the fingerprint sensor what I would do is just use it as a way of unlocking the windows login as afterwards you would see the apps that were already open from before (fullscreen magic mirror).
And in case you are still confused about using rainmeter and magicmirror at the same time… I would say it is not possible, unless you edit the background of the electron windows and make it transparent.
I have made it in the past so I know it is possible, there are some solutions in stack overflow and if you research a bit you will be able to work it out.
Good luck with your project!
-
RE: Windows tablet smart mirror
Doesn’t your tablet have some kind of suspend mode?
You could use it, in the end all that you will run will be a browser, everything else working.For facial recognition and voice I have seen several projects around here using it, so lurk a bit and try to find ready solutions.
No clue about the fingerprint scanner tho, but It shouldn’t be hard to implement :)Anyways make a quick search for the fingerprint scanner on github, I haven’t been active in this forum for a couple of years and now I have lost track of current modules.
-
RE: Not looking nice :(
@Mykle1 I managed to fix it changing the position, the last and only thing I would like to know is if it’s possible to add the ping I have to the server in ms in the internet module https://forum.magicmirror.builders/topic/625/internet-monitor/13
-
Is it possible to show ping in ms?
Re: Internet Monitor
Is there a way to show the ping in ms?
Hope someone can help ^^ -
RE: Not looking nice :(
@Mykle1 Haha, don’t make me jealous, strawberry was able to help me, it was all about typos that modules have in their githubs and others that I did. Everything fine now :)
EDIT: Any clues on how to fix this? Whenever a tweet pops up, everything fucks up :
-
RE: Not looking nice :(
@strawberry-3.141 I’m currently going, thanks for the help :)
-
RE: Not looking nice :(
Haha, okay thanks but now I only get a black screen which is also a common error I get.
Secondly, I have to say that the github of the plugin:
https://github.com/KirAsh4/calendar_monthly/
has that error, I think it should be changed as newbies like me just copy and paste and believe everything is correct.Thanks for pointing that out, hope you can help me with that black screen, it is a common error for me and I don’t know what could be causing it.
EDIT: In case you want to see the console output this is what I get:
Failed to load resource: the server responded with a status of 404 (Not Found)EDIT 2: Somehow I got to know that the error is in this line:
document.getElementsByTagName(“head”)[0].appendChild(stylesheet);EDIT 3: I got this in the console too:
Whoops! There was an uncaught exception...
EDIT 4: I am having errors posting here (?)
ERROR
Post content was flagged as spam by Akismet.com -
Not looking nice :(
This original error was fixed but the only thing I would like to have before having the mirror mounted is this:
https://forum.magicmirror.builders/topic/4464/is-it-possible-to-show-ping-in-msSNIP: The original error was fixed, the new error I got was edited.