MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. thedoorsfanatic
    • Profile
    • Following 0
    • Followers 2
    • Topics 7
    • Posts 95
    • Best 13
    • Controversial 0
    • Groups 0

    thedoorsfanatic

    @thedoorsfanatic

    Total noob from Munich, Germany

    18
    Reputation
    1541
    Profile views
    95
    Posts
    2
    Followers
    0
    Following
    Joined Last Online
    Website www.youtube.com/channel/UCUi2smypRLDkMTA16ge3gqw

    thedoorsfanatic Unfollow Follow

    Best posts made by 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
      thedoorsfanatic
      thedoorsfanatic
    • RE: MMM-GoogleMapsTraffic has impact on other modules

      @nischi
      Das Modul MMM-mvgmunich lädt keine Stationen mehr, solange GoogleMapsTraffic aktiviert ist. Erst nach der Deaktivierung läuft es wieder ganz normal. Andere scheinen auch Probleme zu haben (z.B. https://forum.magicmirror.builders/topic/8689/mmm-googlemapstraffic-breaks-mmm-keybindings) und da ich keine Ahnung von Programmierung habe, habe ich mich an dieses Forum gewendet. Der Entwickler reagiert jedenfalls nicht auf mein Issue (https://github.com/vicmora/MMM-GoogleMapsTraffic/issues/30)

      Irgendeine Idee? Würde nämlich gerne beide Module benutzen …

      Danke!

      posted in Troubleshooting
      thedoorsfanatic
      thedoorsfanatic
    • RE: Google calendar

      @ashishxr6
      It is really simple. You followed the instructions, right?
      https://github.com/MichMich/MagicMirror/tree/master/modules/default/calendar

      Then you need a private calendar adress in ical format, you a get this in your Google Calendar settings. Finally, put that url in your Calendar configuration.

      Excuse my bad English since I am from Germany.

      posted in General Discussion
      thedoorsfanatic
      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
      thedoorsfanatic
      thedoorsfanatic
    • RE: MMM-GoogleMapsTraffic has impact on other modules

      @nischi

      Genau das scheint es gewesen zu sein, jetzt funktionieren tatsächlich beide Module gleichzeitig. Merci für die Mühe und das prompte Feedback!

      English:
      That was probably it, both modules work now simultaneously. Thanks so much for the effort!

      0_1561295678869_unbenannt (1).png

      posted in Troubleshooting
      thedoorsfanatic
      thedoorsfanatic
    • RE: Minimal depth of a frame for the magic mirror

      @stepan mine is framless

      posted in General Discussion
      thedoorsfanatic
      thedoorsfanatic
    • RE: Update Help

      @jhwwhite
      I had a similar problem.
      Have you tried this?
      Inside the MagicMirror directory:
      git stash
      Then
      git pull
      Then
      npm install
      Afte that search in which module the package file is located and
      npm install

      posted in Troubleshooting
      thedoorsfanatic
      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
      thedoorsfanatic
      thedoorsfanatic
    • RE: Update Help

      @DæmonEyes
      Just fill in your github user email and username

      posted in Troubleshooting
      thedoorsfanatic
      thedoorsfanatic
    • RE: Total Newbie 24" MagicMirror (Munich, Germany)

      Back in the Lab to test new functions for my Magic Mirror. Today I started working on a German word clock…
      https://youtu.be/qa2UFx_EEK0

      posted in Show your Mirror
      thedoorsfanatic
      thedoorsfanatic

    Latest posts made by thedoorsfanatic

    • RE: Mirror display not showing changes made to config filedock

      @Perkinje
      Did you rename the file to config.js?

      posted in Troubleshooting
      thedoorsfanatic
      thedoorsfanatic
    • RE: Minimal depth of a frame for the magic mirror

      @stepan mine is framless

      posted in General Discussion
      thedoorsfanatic
      thedoorsfanatic
    • RE: Help Change Weather Icons

      @diegocastillo01
      Did you search the forum on this topic?
      This is how I did it but there are probably other ways, too:
      https://forum.magicmirror.builders/topic/9936/total-newbie-24-magicmirror-munich-germany/8?_=1591275575616

      posted in Forum
      thedoorsfanatic
      thedoorsfanatic
    • RE: Update MMM

      @Stoffbeuteluwe
      Same for me, keep up the good work @sdetweil!

      posted in Troubleshooting
      thedoorsfanatic
      thedoorsfanatic
    • RE: Issues with MMM-json-feed module.

      @Aurelio
      Sorry it did not work, I am not an expert, it was just a hint
      Have you tried this one?
      https://github.com/timdows/MMM-JsonTable

      posted in Troubleshooting
      thedoorsfanatic
      thedoorsfanatic
    • RE: monitor - disassemble or not?

      @banbutcher
      I wish I knew how to disassemble a monitor
      I tried it once but the monitor did not survive because of short circuit

      So far I just glued the mirror glas onto the frame of my 24 inch Benq monitor
      https://youtu.be/T5bE2UmlyXQ

      posted in Hardware
      thedoorsfanatic
      thedoorsfanatic
    • RE: Issues with MMM-json-feed module.

      @Aurelio
      I went through the read me and it says url DEPRECATED, Please use urls instead:

      urls: [
              'http://your.server.json.here/abc1.json',
              'http://your.server.json.here/abc2.json',
            ]
      
      

      Maybe that is the problem?

      posted in Troubleshooting
      thedoorsfanatic
      thedoorsfanatic
    • RE: missing custom.css file

      I am not an expert but I would name an empty text file to custom.css and put it in the css folder

      posted in Custom CSS
      thedoorsfanatic
      thedoorsfanatic
    • RE: Raspberry Pi 4 Released !

      @Sean
      The price has been reduced for the 2 GB version
      https://www.raspberrypi.org/products/raspberry-pi-4-model-b/

      posted in Hardware
      thedoorsfanatic
      thedoorsfanatic
    • RE: MMM-RMV shows me only one departure time! But I need 3 or 5 departure times

      @pi-user
      I don’t use that module. In your config you use the option reduceD twice, true and false. Is that necessary?

      posted in Transport
      thedoorsfanatic
      thedoorsfanatic