Read the statement by Michael Teeuw here.
Looking for Beta-testers!
-
@KirAsh4 Yes, you should.
-
LOL!
Seriously folks, we do need people to test out the develop code. It’s one thing for us to write code and push it up and only a select few test it, particularly those who have asked for that bit of code. We need the greater population to test as well. Something may be broken for others, or we may have inadvertently broken existing code and we won’t know.
So please, test the code, let us know what works, what doesn’t, what fails. It’s the only way we can find these bugs.
-
This would be a separate install, right?
-
hello guys,
just registered and quite new on the forum…
I really appreciate your work and i have already used the code to create my first prototype (with film at the moment waiting for a nice real mirror, i will try to post some photos).
I am using a 10.1 inch screen (ultra thin) with a PI3.
I will try to help you guys as a beta tester and if you want i would like also to discuss about new ideas.Kr
Pi -
-
@pigreco, feel free to post your ideas in the various sections they might pertain to, modules, core system, or a general topic.
-
Cool, I’m in, I like breaking things LOL :D
As a noob to the MM project I’m really fascinated by it and eager to start writing my own modules (though I keep finding modules that suit my purpose).
-
Hello guys,
i have tried to pass to development branch but i got this error
error: Your local changes to the following files would be overwritten by checkout:
modules/default/clock/clock.js
Please, commit your changes or stash them before you can switch branches.
AbortingI suppose that was due to my code change on the second colour of the analog clock in the module clock.js…i had just put the red colour #FF0000…i have retested with the @ #888888 one but still the same error…
A possible bug?
Cheers
Pi -
@pigreco, no this is the expected result. GIT doesn’t want to overwrite your changes. This is why you should never make ani modifications to the modules or the core files. If you want to modify the design, you can use the css/custom.css file (this file will be ignored by git).
To remove your changes so that you can update continue, please use:
git stash -
Hello @MichMich thanks for the suggestion…not very familiar with stash, i need to authenticate ?
Thanks
PI -
@pigreco You could also try:
git fetch origin git reset --hard origin/develop git clean -f -
Thanks @MichMich …the issue is solved…i am on the develop branch :-)
-
This post is deleted! -
-
I’m now on Develop. Will this update automatically or will I need to run something periodically?
-
@bscarano, regardless of which branch you are on, you are in charge of your mirror, including updating the code.
-
@bscarano To update to the latest version, you’ll need to pull the latest changes. This can be done using:
git pull(from the command line within your MagicMirror² folder). -
I am now on the development branch.
I have verified that the changes fixed my “blank screen” with the language set in the config file.Thanks!
-
Update: More detailed error message in case config file couldn’t be loaded.
Please let me know if this works for you.
PR: https://github.com/MichMich/MagicMirror/pull/391#issuecomment-237919625
-
Please test the following PR:
https://github.com/MichMich/MagicMirror/pull/416It’s merged into the current develop branch. If you are on the develop branch, please use
git pullto update to the latest version.Thanks!
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login