MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. thedoorsfanatic
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 2
    • Topics 7
    • Posts 95
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Advise for a voice assistant

      @THeStigh
      I am using a Raspi 3 B+ and latest release of Stretch and MagicMirror.
      I am a newbie and though I tried all the troubleshooting tipps described I wasn’t able to install Hotword and snowboy.

      posted in General Discussion
      thedoorsfanaticT
      thedoorsfanatic
    • RE: Advise for a voice assistant

      @ejay-ibm
      all right, thanks, I will try it again but usually it failed when trying to install snowboy

      posted in General Discussion
      thedoorsfanaticT
      thedoorsfanatic
    • RE: Advise for a voice assistant

      @ejay-ibm
      I was able to run MK2assistant but never managed to install Hotword.
      Is there a tutorial out there which shows me how to do it, absolute beginner style?

      posted in General Discussion
      thedoorsfanaticT
      thedoorsfanatic
    • MMM-mvgmunich extended with routing function

      I am from Munich, Germany and really like the module MMM-mvgmunich which I use daily to show departure times from the station closest to my home. But since the Google API is costing money I would prefer to have a routing module with the api of the MVG: https://github.com/leftshift/python_mvg_api.

      Is there a programmer out there who can do that?

      posted in Requests transport munich mvg module
      thedoorsfanaticT
      thedoorsfanatic
    • MMM-MyCommute not updating transit times

      Hi community,

      I am a total newbie and really like the idea and look oft the MMM-MyCommute module.

      Unfortunately my transit time does not change (or at least only every hour or so) although my poll frequency is 2 minutes. There is some kind of delay. Is there a solution or a different module I could use?

      Thanks!

      {
        			module: "MMM-MyCommute",
        			position: "top_right",
      			header: "Google Maps Routen",
        			config: {
          				apikey: "xxxxx",
      				classes: "default everyone",
          				origin: "xxx 12, 80637 Munich",
          				startTime: "06:30",
          				endTime: "22:30",
          				//hideDays: [],
      				pollFrequency: 120000,
      				nextTransitVehicleDepartureFormat: "[Abfahrt um] HH:MM [Uhr]",
          				destinations: [
            						{
              					destination: "xxxx-Strasse 26,80807 Munich",
              					label: "xxx",
              					startTime: "06:30",
          						endTime: "08:00",
          						hideDays: [0,6],
      						},
      						{
              					destination: "xxxx-Strasse 26,80807 Munich",
              					label: "xxx",
              					mode: "transit",
      						startTime: "06:30",
          						endTime: "08:00",
          						hideDays: [0,6],
      						showNextVehicleDeparture: "true",
            						},
      						{
              					destination: "xxxstrasse 38,80636 Munich",
              					label: "xxx",
              					mode: "transit",
      						startTime: "17:30",
          						endTime: "18:30",
          						hideDays: [0,1,2,4,5,6],
      						showNextVehicleDeparture: "true",
            						},
            						]
        				}
      		},
      
      posted in Troubleshooting transport troubleshoot mycommute
      thedoorsfanaticT
      thedoorsfanatic
    • RE: Total Newbie 24" MagicMirror (Munich, Germany)

      Quick update:
      https://youtu.be/xpJ4ubovD_o

      Now with a Philips Hue Lightstrip in the back of the mirror

      posted in Show your Mirror
      thedoorsfanaticT
      thedoorsfanatic
    • RE: Total Newbie 24" MagicMirror (Munich, Germany)

      @ejay-ibm

      Since there is no frame there is also no actual back besides the backside of the monitor.
      The Raspi is sitting on a shelf below the mirror

      posted in Show your Mirror
      thedoorsfanaticT
      thedoorsfanatic
    • RE: Total Newbie 24" MagicMirror (Munich, Germany)

      You are welcome !

      posted in Show your Mirror
      thedoorsfanaticT
      thedoorsfanatic
    • RE: Total Newbie 24" MagicMirror (Munich, Germany)

      @zdenek

      Again, pretty simple, with this: https://amzn.to/2C7513z

      posted in Show your Mirror
      thedoorsfanaticT
      thedoorsfanatic
    • RE: Total Newbie 24" MagicMirror (Munich, Germany)

      @zdenek
      I just glued the mirror to the edge of the monitor with this Pattex:
      https://amzn.to/2XyGVbj

      Newbie style :relieved_face:

      Since the glass is just 4mm thick it is not that heavy

      posted in Show your Mirror
      thedoorsfanaticT
      thedoorsfanatic
    • RE: Total Newbie 24" MagicMirror (Munich, Germany)

      @zdenek
      I downloaded the animated icon set from amcharts and copied them to a folder named “icons” in the css folder. Then I made changes to my custom.css.

      For example:

      .currentweather .wi-day-sunny {
      content: url("/css/icons/day.svg");
      }
      
      .weatherforecast .wi-day-sunny {
      content: url("/css/icons/day.svg");
      height: 48px;
      margin-top: -6px;
      margin-left: -6px;
      } *
      

      * Change these numbers depending on your layout

      posted in Show your Mirror
      thedoorsfanaticT
      thedoorsfanatic
    • RE: Total Newbie 24" MagicMirror (Munich, Germany)

      Thank you, I appreciate it!

      The weather modules are both default but I changed the icons to animated ones:
      https://www.amcharts.com/free-animated-svg-weather-icons/

      posted in Show your Mirror
      thedoorsfanaticT
      thedoorsfanatic
    • RE: Total Newbie 24" MagicMirror (Munich, Germany)

      Danke! Thank you!

      Glas:
      https://www.brigla-shop.de/smart-mirror-921.html

      Display:
      https://amzn.to/2SAy1pP

      posted in Show your Mirror
      thedoorsfanaticT
      thedoorsfanatic
    • Total Newbie 24" MagicMirror (Munich, Germany)

      There is still a lot to do and improve but since I don’t have any experience in programming, Linux and home improvement, I am ok with it so far.

      Short Video:
      https://youtu.be/T5bE2UmlyXQ

      posted in Show your Mirror
      thedoorsfanaticT
      thedoorsfanatic
    • 1
    • 2
    • 3
    • 4
    • 5
    • 5 / 5