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

    Posts

    Recent Best Controversial
    • RE: MMM-NOAA - Another Weather Module

      @cowboysdude
      So there’s no need in adding to the translation files :) AND for this:

      curCon.classList.add("xsmall", "bright");
      curCon.innerHTML = this.translate("Currently: ") + current.weather;
      wrapper.appendChild(curCon);
      

      Is correct because the variable current.weather will show in the chosen language all by itself :)

      this i ment

      posted in System
      tbbearT
      tbbear
    • RE: [Help Needed: Core Module] Developing a new default weather module.

      have a look at MMM-NOAA i think this is the most interesting weather app of all!!!

      posted in Development
      tbbearT
      tbbear
    • RE: MMM-NOAA - Another Weather Module

      Thanks for the new translations, now only a few topics do not fit for german users.

      1. we would not say “Anzahl der Tageslicht” we say “Stunden mit Tageslicht”
      2. Not “11 Std. 48 Protokoll” we say “11 Std. 48 min”
      3. we dont measure airpressure in “psi” like 29.99 here i also think this is same in a lot of countries our value is “hPa” which means “HectoPascal”
      4. in your last post u said that my change is not necessary any more but when i remove it i still get only english actual weather so i keep it

      U did and do a great Job and i hope u are not angry about my comments, but i only try to help.
      So one last topic:
      i saw an issue at github that people have problems installing the module and i think i know why.
      If u look at your readme file it lookes like that the apiKey and the airKey are the same keys and thats wrong they are differen keys from different websites. U grab the useAir from “http://api.airvisual.com” so a user has to sign in there and get the airKey from this side but their is no hint in your readme about this.
      Hope i could help.

      posted in System
      tbbearT
      tbbear
    • RE: MMM-NOAA - Another Weather Module

      Hello,
      i love ur weather modul but i am from Germany so a few settings do not fit for my country.
      i already made a few changes to fix them so maybe i can help u in ur german version. Also u should
      update ur readme cause it took me a long time to find out where to get the key for the air values.
      I made a new translation for ur module according to the french one and i also changed a few lines in ur xx.js.
      Please let me know if its ok and u maybe like assistance for ur german version.

      {
      "GATHERING WEATHER STUFF": "Empfange Wetterdaten...",
      "Currently: ": "Aktuell: ",
      "Current Temp: ": "Momentane Temperatur: ",
      "UV Index: ": "UV-Index: ",
      "Wind: ": "Wind: ",
      "From: ": "von: ",
      "Barometer: ": "Barometer: ",
      "Monday": "Montag",
      "Tuesday": "Dienstag",
      "Wednesday": "Mittwoch",
      "Thursday": "Donnerstag",
      "Friday": "Freitag",
      "Saturday": "Samstag",
      "Sunday": "Sonntag",
      "Overcast": "Bedeckt",
      "Cloudy": "Wolkig",
      "Rain": "Regen",
      "Clear": "Klar",
      "Partly Cloudy": "Teilweise bewölkt",
      "Snow showers": "Schneeschauer",
      "High:  ": "Hoch: ",
      "Low:  ": "Niedrig: ",
      "Humidity: ": "Feuchtigkeit: ",
      "Safe": "Sicher",
      "Moderate": "Moderat",
      "Very High": "Sehr hoch",
      "Extreme": "Extrem",
      "Sunset": "Sonnenuntergang",
      "Sunrise": "Sonnenaufgang",
      " hours ": " Std. ",
      " minutes ": " Min. ",
      "Amount of Daylight": "Stunden mit Tageslicht",
      "Good Morning ":"Guten Morgen ",
      "Good Afternoon ": "Guten Nachmittag ",
      "Good Evening ": "Guten Abend ",
      "Air Quality Index: ":"Luftqualitätsindex: "
      }
      this was my new translation
      and this i changed in your ...js
      
      	var curCon = document.createElement("div");
      	curCon.classList.add("xsmall", "bright");
      	curCon.innerHTML = this.translate("Currently: ") + this.translate(current.weather);
      	wrapper.appendChild(curCon);
      
      posted in System
      tbbearT
      tbbear
    • RE: No update in Module Calender

      thanks a lot, it works

      posted in Troubleshooting
      tbbearT
      tbbear
    • RE: No update in Module Calender

      ok, here my first results:
      the behavior is always the same doesnt matter which calender i am using also if i use all, but it looks like (i am from germany and i use 24 hours clock and i can see entries in the calender for ex. which are in real date for 19:30 and they show up for 7:30. also i am still not sure but it looks like there is an update but at midday not midnight.

      posted in Troubleshooting
      tbbearT
      tbbear
    • RE: No update in Module Calender

      thanks, i will try and report

      posted in Troubleshooting
      tbbearT
      tbbear
    • No update in Module Calender

      Hi,
      i made 2 Installations of MM 2 and everything went good, except the calender modul. It work’s after a restart but never did an update after midnight so i allways see the same. Maybe i did something wrong or i use too many calenders (1 from fb and 3 from icloud). I hope someone here can help me.

      posted in Troubleshooting
      tbbearT
      tbbear
    • 1
    • 2
    • 9
    • 10
    • 11
    • 12
    • 13
    • 13 / 13