Take a look at the blogpost in my signature – just as an example. Many more exists if you browse the forums.
Read the statement by Michael Teeuw here.
Posts
-
RE: Making Frame/Case for Magic Mirror
-
RE: MMM-MotionEye - surveillance video stream on your mirror!
I’m really not sure since I’m not very deep into CSS. I would have to test it this weekend. By schedule is pretty tight…
I assume you have a very large screen since you’re putting Motion-Eye 1500 pixels down on it?!? :smiley:
-
RE: MMM-Memo - Add some memos on your page and manage them through HTTP request
Wow, really nice and usefull! Will try it out tonight!
-
RE: What happened to the develop branch?
@strawberry-3.141 No commits after 31st of December 2016 (in master branch), so that don’t sound right. What commit is missing?
-
What happened to the develop branch?
I noticed both my commits are no longer in the develop branch. There has been some “merge fixes” yesterday.
What is status?
-
RE: [module.show] Not animated instantly shown
Just want to notify you that this issue has been solved in the latest commit in the develop-branch.
-
RE: Problem with ip whitelist
I’ve noticed that if there is an error in the config.js, I’ll get the an access denied error.
Have you checked the logs? Try connecting using SSH and run something like
pm2 restart mm | pm2 logs mmand watch the log carefully. If it really is an access error, the log will tell you. -
RE: .fillText() in a canvas box
@FlatPepsi remember is
fillTextwith a small f … 😉 -
RE: .fillText() in a canvas box
Since you’re asking how to see the error message I guess you don’t really know if that line has an error or just don’t do what you thought.
To see errors, open your mirror in a browser and press F12 for developer tools. Look in Console tab.
Syntax of
fillText: https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial/Drawing_text -
RE: [module.show] Not animated instantly shown
I noticed that animations works if you have at least one other visible module inside the region.
I think the problem is in the function updateWrapperState (main.js) that will change the region wrapper’s style to “none” if no module inside the same region has a style.position of “fixed”.
I’ve just added a PR that hopefully fixes this issue: https://github.com/MichMich/MagicMirror/pull/744
-
RE: MMM-Ruter (for Oslo and Akershus in Norway)
@laumb you have to run
git pullin the modules directory.This is described in the Readme on GitHub.
-
RE: List Good Monitors To Build With
@MichMich A database where users could add their experience with hardware would be nice! Hint 😉
-
RE: npm WARN grunt-yamllint@0.2.0 requires a peer of grunt@~0.4.0 but none was installed.
@DirkS I get the same too, but since it’s just a warning and not an error, I’ve ignored it. MM still works.
But if anyone had a solution…
-
RE: MMM-SpotifyConnectUI
@nex0 Not sure if I understand the question.
This module is only a front end for Spotify Connect Web and does not play music.
But IF your Raspberry Pi where you have installed
Spotify Connect Web (not the module) have speakers connected and IF you get your hands on a API key from Spotify then you can play music and see what song in my module. -
RE: adjusting reloadInterval
Have you configured to start mirror with pm2? If so you have to restart with
pm2 restart mm -
RE: Why do you use smart mirror?
I suspect many have smart mirrors because of the gadget factor. Me included.
But after the first fascination was gone, our family have ended up with some really useful modules that actually is useful in our daily life:
- Calendar with everyone’s calendar, including shared family calendar, helps us plan activities and be aware of the other’s plans.
- My own MMM-Ruter module to see when next bus arrives.
- My own MMM-ThingSpeak (IoT) module (not released yet!) to see real temperature outside (the weather module is too inaccurate in our location) in addition to the weather forecast to know how to dress the kids.
- My own MMM-MotionEye module to see who’s outside my door before I open.
- MMM-doomsDay for counting down to my oldest son’s birthday or other things he is looking forward to. Before he kept asking “how many days until x?” and I had to count days or use a web service
-
RE: Module template
Had a quick look at it and it looks really great!
I guess this is a much better start for first time MMM-developers since it includes most scenarios you need when you get past “Hello World”… (No offence, @MichMich!).
I’ll probably start making a new module this weekend, so I’ll defently give this a try!
Good work!
-
RE: [MMM-SpotifyConnectUI] Error: connect ECONNREFUSED 127.0.0.1:4000
Then you have to contact the author of Spotify Connect Web, as this is out of the scope for my knowledge.