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

    Posts

    Recent Best Controversial
    • RE: Weatherunderground - currently - hourly - daily - configurable

      Thanks! The text area is reproduced as it is delivered by WeatherUnderground… so barring any heuristics on the actual content it’s beyond our control…

      posted in Utilities
      RedNaxR
      RedNax
    • RE: MMM-syslog

      Lol!
      So you have an indoor pool now! Great!

      posted in System
      RedNaxR
      RedNax
    • RE: Expired session in Chrome (PC) and Brave (Android)

      Hi,

      Had the exact same thing. You’ll have to delete the associated cookies from your browser.

      posted in Forum
      RedNaxR
      RedNax
    • Made a thing

      Hi,

      Been having a bit of a dilemma… Made something (i think is) rather cool using a technique i haven’t seen in any module here… Spritesheet animation using css. Works great and only consists of a hand full of codelines…

      However my module uses a nonpublic api to get a preformatted spritesheet (just stumbled upon it… ), so i can’t really share it i think. I could however share the code without (information) about the api used…

      What do we think?

      alt text

      posted in General Discussion
      RedNaxR
      RedNax
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @yo-less Wow, kudos… i consider regex to be black magic ;)

      posted in Utilities
      RedNaxR
      RedNax
    • RE: Where to buy good two way mirrors ?

      Any of you guys that were waiting for your mirror have any experience to share yet?

      posted in Hardware
      RedNaxR
      RedNax
    • RE: currentweather - temperature (minimum and maximum)

      @Keromida The request url is assembled here:

      		var url = this.config.apiBase + this.config.apiVersion + "/" + this.config.weatherEndpoint + '/' + this.getParams();
      

      The deafults are:

      		apiVersion: "2.5",
      		apiBase: "http://api.openweathermap.org/data/",
      		weatherEndpoint: "weather"
      

      Which makes:

      http://api.openweathermap.org/data/2.5/weather/
      

      Then getParams() adds id or q depending on your config, units, lang and APPID ultimately making (example):

      http://api.openweathermap.org/data/2.5/weather/?q='Dusseldorf,DE'&lang=DE&units=metric&APPID=<YOUR APPID>
      

      They returned JSON will oook like this:

      {"coord":{"lon":6.78,"lat":51.22},"weather":[{"id":803,"main":"Clouds","description":"überwiegend bewölkt","icon":"04d"}],"base":"stations","main":{"temp":12.27,"pressure":1011,"humidity":63,"temp_min":10.56,"temp_max":14.44},"wind":{"speed":2.12,"deg":94.501},"clouds":{"all":76},"dt":1471496164,"sys":{"type":3,"id":192509,"message":0.0438,"country":"DE","sunrise":1471494283,"sunset":1471546042},"id":2934246,"name":"Dusseldorf","cod":200}
      
      posted in Troubleshooting
      RedNaxR
      RedNax
    • MMM-TrafficCal - Dynamically display commutes based on calendar entries

      [card:RedNax67/MMM-TrafficCal]

      posted in Utilities
      RedNaxR
      RedNax
    • RE: PIR sensor behind glass?

      @Cato No problem… anyone care to donate to the WWF Panda?
      There’s a PIR sensor on the bottom of the mirror, out of eyesight. It detects … well… hot legs :D

      0_1472494907761_rednaxmirror.png

      posted in Hardware
      RedNaxR
      RedNax
    • RE: currentweather - temperature (minimum and maximum)

      @Keromida Do you mean the forecast?

      http://api.openweathermap.org/data/2.5/forecast?q='Dusseldorf,DE'&lang=DE&units=metric&APPID=<APPID>
      

      You can also have a look here: http://openweathermap.org/api

      posted in Troubleshooting
      RedNaxR
      RedNax
    • 1
    • 2
    • 3
    • 2 / 3