I used that youtube vid: link text
Read the statement by Michael Teeuw here.
Best posts made by conkhidot
-
RE: How to hide mouse icon in running MM?
-
RE: Motion sensor activates a sound file
Finally it works with crontab, shells and python :D thank u anyway :)
-
RE: Microsoft To-Do (wunderlist replacement?)
todoist ! It’s very good and not complicated :)
Latest posts made by conkhidot
-
RE: MMM-Soccer - Standings, Schedules and Top Scorers
Hey community,
have anyone tried it with the new season 18/19 ?
-
RE: Microsoft To-Do (wunderlist replacement?)
todoist ! It’s very good and not complicated :)
-
RE: Fifa World Cup overview
@axled It doesn’t work for me :P
0|mm | Whoops! There was an uncaught exception…
0|mm | SyntaxError: Unexpected token p in JSON at position 4
0|mm | at JSON.parse (:null:null)
0|mm | at Request._callback (/home/pi/Magicmirror/modules/MMM-SoccerLiveScore/node_helper.js:115:29)
0|mm | at Request.self.callback (/home/pi/Magicmirror/modules/node_modules/request/request.js:186:22)
0|mm | at emitTwo (events.js:106:13)
0|mm | at Request.emit (events.js:194:7)
0|mm | at Request. (/home/pi/Magicmirror/modules/node_modules/request/request.js:1163:10)
0|mm | at emitOne (events.js:96:13)
0|mm | at Request.emit (events.js:191:7)
0|mm | at IncomingMessage. (/home/pi/Magicmirror/modules/node_modules/request/request.js:1085:12)
0|mm | at Object.onceWrapper (events.js:293:19)
0|mm | at emitNone (events.js:91:20)
0|mm | at IncomingMessage.emit (events.js:188:7)
0|mm | at endReadableNT (_stream_readable.js:975:12)
0|mm | at _combinedTickCallback (internal/process/next_tick.js:80:11)
0|mm | at process._tickCallback (internal/process/next_tick.js:104:9) -
RE: My 36" Mirror
@gubert uhmmm… I got 2 samples of them and I was disappointed. Whats ur opinion, would recommend it ? (but 8mm is very thick :/ )
-
RE: My 36" Mirror
Where did u get the mirror ? I’m looking for a good supplier. Its a very nice mirror btw :D
-
RE: How to hide mouse icon in running MM?
I used that youtube vid: link text
-
RE: Glue Mirror for wooden case
I’ve seen a lot of ppl use this link text
-
RE: german students develop smart Mirror ??? ;-(
This is open source. You can use for your own business if know how to explain the rights correctly. But Its also possible that they did their own code similar to michmich. There a lot of companies have similar codes for the magic mirror in Germany.
-
RE: Fifa World Cup overview
Here is an alternative. Install MMM-Myscoreboard and the code is below for the WC 2018. I’ll work on it on the weekend. I won’t get time during week days.
{ module: "MMM-MyScoreboard", position: "top_right", classes: "default everyone", header: "FIFA Weltmeisterschaft", config: { showLeagueSeparators: true, colored: true, viewStyle: "mediumLogos", sports: [ { league: "FIFAWC", }, ] } },