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

    Aries1984

    @Aries1984

    Module Developer
    2
    Reputation
    761
    Profile views
    21
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Aries1984 Unfollow Follow
    Module Developer

    Best posts made by Aries1984

    • RE: Total Newbie 24" MagicMirror (Munich, Germany)

      Hi there…looks great! What module did you use for the countdown?

      posted in Show your Mirror
      A
      Aries1984
    • RE: MMM-KeyBindings: Control your mirror with Amazon Fire Stick Remote and Generic Keyboard Inputs

      Hi there,

      first of all: Great module. You’ve just got a quite major issue in your documentation 😉 In your wiki (https://github.com/shbatm/MMM-KeyBindings/wiki/Integration-into-Other-Modules) you talk about “KeyCode” being a part of the payload.

      I wanted to use that in my module to determine which keyboard key has been pressed and react accordingly. More specificly I was intrested in the arrow-keys.

      First there was no reaction at all on any of the key presses. I could see that the press itself was recognized but when logging the payload “KeyCode” was always set to “undefined”. It cost me about 3hrs of my life only to find out that in your code you use “KeyName” but in the documentation you refer to “KeyCode”. I was surprised to be the first one to notice it but obiously I am as otherwise somebody else would have flagged it up already 😉

      posted in Utilities
      A
      Aries1984

    Latest posts made by Aries1984

    • RE: Total Newbie 24" MagicMirror (Munich, Germany)

      Hi there…looks great! What module did you use for the countdown?

      posted in Show your Mirror
      A
      Aries1984
    • RE: Some Calendar Icons Missing

      which ones are you trying? With the latest version v5 icons work, too.

      posted in Bug Hunt
      A
      Aries1984
    • RE: Knock on frame to activate mirror

      Really cool idea. I’d just go with an accelerometer
      sorry just found that with a really quick google search on a German site, but you’ll get what I mean :)

      https://eckstein-shop.de/GY-346-Accelerometer-3-Achsen-Beschleunigungssensor-ADXL346-fuer-Arduino-Raspberry-Pi?curr=EUR&gclid=CjwKCAjwmq3kBRB_EiwAJkNDpx2x0CsKx1VTSGcU_NeQNqVU1vRg7enu1Nt0FTXsmRLgGDGBaxgYFxoChuMQAvD_BwE

      posted in Hardware
      A
      Aries1984
    • RE: MMM-MyCommute

      Hi everybody,

      sorry for the late reply. Haven’t been here much in the last couple of weeks. Here’s my config:

          {
              module: 'MMM-MyCommute',
              position: 'bottom_right',
              header: 'Traffic',
              classes: 'default everyone',
              config: {
                  apikey: 'your API Key',
                  origin: 'Marienplatz 1, 80331 München',
                  startTime: '05:00',
                  endTime: '10:00',
                  hideDays: [0, 6],
                  destinations: [
                      {
                          destination: 'Belgradstraße 13, 80796 München',
                          label: 'Good Food',
                          mode: 'driving',
                          color: '#82E5AA'
                      }
                  ]
              }
          },
      
      posted in Transport
      A
      Aries1984
    • RE: Calendar Color

      quick question on this issue…it the function already released? I can’t get it to work :( My config is:

       {
                  module: "calendar",
                  colored: true,
                  header: "Termine",
                  position: "top_left",
                  config: {
                      displaySymbol: true,
                      timeFormat: "absolute",
                      getRelative: "0",
                      urgency: "0",
                      dateFormat: "DD.MM HH:mm",
                      FullDayEventDateFormat: "DD.MM",
                      fetchInterval: "5000",
                      fade: false,
                      calendars: [
                          {
                              symbol: "mars",
                              color: '#f70000',
                               url: "https://calendar.google.com/calendar...",
                          },
                          {
                              symbol: "venus",
                              color: '#f70000',
                              url: "https://calendar.google.com/calendar...",
                          },
                          {
                              symbol: "clock",
                              color: '#f70000',
                              url: "https://calendar.google.com/calendar...",
                          },
                          {
                              symbol: "globe",
                              color: '#f70000',                        
                              url: "https://calendar.google.com/calendar...",
                          },
                          {
                              symbol: "cocktail",
                              color: '#f70000',
                              url: "https://calendar.google.com/calendar...",
                          }
                      ]
                  }
              },
      
      posted in Troubleshooting
      A
      Aries1984
    • RE: MMM-MyCommute

      @robiv8 yeah it does work for me perfectly. Can send you my latest config if you want?

      posted in Transport
      A
      Aries1984
    • RE: MMM_Webradio

      @ramez
      Hi Ramez,

      1. thanks for the hint towards MediaElement. I might actually look into that.
      2. I’ll try MediaElement first…
      3. At the moment I’m actually quite happy with the lean text-based skin :)
      4. Yeah I was thinking about some sort of library for the next version, too. I could use the longpress of the On/Off Button to get into the menu and Vol+/Vol- to navigate through the menu (Continent -> Country -> Station). Ideally the Library is available online and autoupdates.
      posted in Entertainment
      A
      Aries1984
    • RE: how to add button in the screen?

      what exactly do you mean? How should the buttons be “pressed”? Touchscreen? Mouse?
      What do you want to do with the buttons?

      posted in Bug Hunt
      A
      Aries1984
    • RE: Auto populate events from MyCalendar to MyCommute?

      That’s a great idea. I’d roughly propose the following workflow:

      • MyCalendar sends a notification with an array of events with defined addresses in the payload
      • My Commute displays next 1/2/3 events (configurable)
      • in the config you should be able to configure which travel modes you want to have displayed (transport, driving, walking,…). Maybe even with thresholds (walking <2km, transport: >1km, <10km, driving >8km, …)
      posted in Troubleshooting
      A
      Aries1984
    • RE: Calendar: Some symbols not working

      @lazyboy0284 Thanks. I could not find anything about it. Looks like I need go to back to school and take the course “How to use forum search” once more. Thanks for pointing me that way. I’ll use another symbol for now and wait until the next MM version with the fix is released.

      posted in Troubleshooting
      A
      Aries1984