@MichMich Nop I guess we should write our mail provider… will do later :)
Read the statement by Michael Teeuw here.
Posts
-
RE: Forum email's confirmation impossible
-
RE: Wunderlist requests
Should not be probably the standard limit I set but you can change it in your config file :)
-
RE: MMM-PIR-Sensor - White Screen
@Bangee so doesn’t the new version work now?
-
RE: PIR-Sensor - put your mirror to sleep if not used
@Mitchfarino if it still works at all yes :)
-
RE: Wunderlist requests
@amanzimdwini first thing;
Just add the module multiple times.Second one:
Sorry not yet sadly :/ will try to add it someday or if someone else wants to try! -
RE: PIR-Sensor - put your mirror to sleep if not used
Double post so you get notified: Done feel free to try :) don’t forget to reinstall the module with
npm install! -
RE: PIR-Sensor - put your mirror to sleep if not used
Sorry no :/ I just started a new job/school and I do not currently have a mirror setup :( but it should really not be that hard to do so feel free to just try! You can use onoff there is an example which would not need to be changed much to replace wiring Pi in my code :)
If you succeed please send a pull request!Edit: If I find some time this evening I will try to do it but you will have to test as again I don’t have a mirror currently.
-
RE: Website Launched
Congrats on the site! Looking forward to be more active on the forum again once I am a bit more used to living in Berlin :)
-
RE: Facial Recognition - customize your mirror for every user!
It checks every second or so but you can configure the interval.You can buy longer cables for the Pi cam :)
-
RE: This might be a daft question, but...
If you happen to have a Mac CodeRunner is amazing! It can compile and execute a lot of different programming languages and is really fast. Atom (Windows, Linux, Mac) is also really nice but I quite often find myself using CodeRunner instead because Atom needs so much CPU and is also a lot slower compared.
-
Server outage and database restore
Hello everyone!
We are very sorry for the outage. I had torebootthe server, problem is it never came back online. We now have migrated the forum to a dedicated server only used formagicmirror.builderssadly we still don’t have access to the old one which is why we decided to use a backup from last night so we can get the forum up again as quickly as possible, because of that any post published after the last backup (again last night) is sadly gone…If you signed up in that period we kindly ask you to register again. We will do anything in our power to make sure this does not happen again…
Cheers and sorry again,
Paul
Update: The old server came back online and we restored the database! All posts and new users are now back :)
As a little bonus the forum might be faster now, because of the following reasons:
- We now use
nginxto serve static content instead of usingnodebb - We use
Redisto store session data (faster than MongoDB)
- We now use
-
RE: missing 'Access-Control-Allow-Origin'
Just use a
node_helper.jsto get around the access-allow-origin policy. -
RE: Wunderlist - your todos on the mirror
Please try using the fetcher_debug_client.js. You have to fill in your data in
createFetcher("id", "Inbox", 1000, accessToken, clientID);at the bottom :) You can then run it withnode fetcher_debug_client.jsfrom the module directory. -
RE: Facial Recognition - customize your mirror for every user!
Looks like you terminated the process by pressing
ctrl-Corstrg-C, just presscand thenenterand no other key with thec. -
RE: Expired session error hopefully fixed
You don’t habe to be logged in to read it :P and yeah browser caches and cookies should also be deleted but there was a config mistake too :)
-
Expired session error hopefully fixed
Recently a lot of people got
Login Unsuccessful! We were unable to log you in, likely due to an expired session. Please try again.errors. I might have fixed that now, if you experienced this in the past, please let me know if it works for you now! -
RE: Access Denied?
Yeah permission settings were wrong on this new category :)
-
RE: Nodebb - Mr Admin
In general I like it a lot. Only thing that really bothers me is a lot of modules (even the ones written by NodeBB authors) are outdated or don’t work in some cases. The descriptions are often also far from ideal…