MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. conkhidot
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 15
    • Best 2
    • Controversial 1
    • Groups 0

    conkhidot

    @conkhidot

    -1
    Reputation
    685
    Profile views
    15
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    conkhidot Unfollow Follow

    Best posts made by conkhidot

    • RE: How to hide mouse icon in running MM?

      I used that youtube vid: link text

      posted in Troubleshooting
      C
      conkhidot
    • RE: Motion sensor activates a sound file

      Finally it works with crontab, shells and python 😃 thank u anyway 🙂

      posted in Hardware
      C
      conkhidot
    • RE: Microsoft To-Do (wunderlist replacement?)

      todoist ! It’s very good and not complicated 🙂

      posted in Requests
      C
      conkhidot

    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 ?

      posted in Sport
      C
      conkhidot
    • RE: Microsoft To-Do (wunderlist replacement?)

      todoist ! It’s very good and not complicated 🙂

      posted in Requests
      C
      conkhidot
    • RE: Fifa World Cup overview

      @axled It doesn’t work for me 😛

      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)

      posted in Requests
      C
      conkhidot
    • RE: My 36" Mirror

      The quality of the samples are bad.

      posted in Show your Mirror
      C
      conkhidot
    • 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 😕 )

      posted in Show your Mirror
      C
      conkhidot
    • RE: My 36" Mirror

      Where did u get the mirror ? I’m looking for a good supplier. Its a very nice mirror btw 😃

      posted in Show your Mirror
      C
      conkhidot
    • RE: How to hide mouse icon in running MM?

      I used that youtube vid: link text

      posted in Troubleshooting
      C
      conkhidot
    • RE: Glue Mirror for wooden case

      I’ve seen a lot of ppl use this link text

      posted in General Discussion
      C
      conkhidot
    • 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.

      posted in General Discussion
      C
      conkhidot
    • 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",
              				},
              				
      					
          					]
      
        			}
      		},
      

      alt text

      posted in Requests
      C
      conkhidot