@ninjabreadman thanks!
It works fine.
Peter
Read the statement by Michael Teeuw here.
Posts
-
RE: worldclock - nobody made this, so I did.
-
RE: worldclock - nobody made this, so I did.
Can somebody help me to change the font size of this module?
I would like to have the time a little smaller; about the same as the size of the citynames.
Thanks.
Peter -
RE: My Magic Mirror - 100x70cm
Very nice job!
You live in the Netherlands, like me; can I ask you some questions by mail?
You have some things in your mirror that make me very curious how you did it!
Peter -
RE: Ill pay to someone that can install MagicMirror
Where do you live?
Lately I installed Raspian and MM for somebody in my country who had problems with installing.
The costs were only the sd card and a stamp.
Maybe there is somebody in your country willing to do the same.
Peter -
RE: Which Voice Control module is fit for me?
@E3V3A I learned from this forum that Jessie works better with MM than Stretch, thats why I use Jessie.
But voice is still a problem …
Peter -
RE: Which Voice Control module is fit for me?
Why is adding voice so difficult?
After a lot of trouble I finally had MMM-voice working, but it did not react very well.
Then I tried Alexa and Awsome Alexa but I did not get it working.
After trying Alexa Voice also stopped working, so I ended up with no voice at all.
I am thinking about starting all over.
I finally have all the modules working as I like it, the PIR is working but voice …
Maybe somebody can give me some advice (which module, microphone, speakers, etc).
Or should I start with a clean Jessie, install some sort of voice first and add MM later?
Peter -
RE: Border
@ninjabreadman thanks a lot!
This works!
I am very happy with your help.
Peter -
RE: Border
Every movie is displayed well except “Every day”.
This movie has a very long line in the (sub)title:
“Every day a different body, every day a different life, every day in love with the same girl”
That long line is causing the problem.
I hope you can help!
Peter -
RE: Border
@ninjabreadman I feel really stupid, but starting MM with npm start dev fails.
And I have no idea what the DOM inspector is.
Very sorry for that.
This is the MMM-MovieListings config:{ module: "MMM-MovieListings", position: "top_right", // Default module config. defaults: { apiKey: '04b3f48b71a2ac28797f94d0201a68f6', region: 'NL', language: 'en-EN', interface: 'poster', //'list', 'poster', 'detailed' includeMoviePlot: false, maxPlotLength: 198, header: 'Nu in de bioscoop', moviesPerPage: 0, refreshInterval: 1000 * 60 * 60 * 24, //Once a day baseUrl: 'https://api.themoviedb.org/3/movie/now_playing', animationSpeed: 2.5 * 1000, pageChangeInterval: 30 * 1000 } },
Peter