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

    Posts

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

      @Mykle1 Well I tried changing coordinates for our capital city of Poland - Warsaw, but it is still not showing forecast. I also tried to change for weatherbit (previously used openweather) but with weatherbit it doesn’t even show forecast - (Prognoza na 4 dni).

      posted in System
      L
      Lagmin
    • RE: MMM-NOAA - Another Weather Module

      @Mykle1 Ok, I got it, it is “working”.
      I used this simple config:

         module: 'MMM-NOAA3',
      position: 'top_left',
         config: {
             provider: "must be in quotes", // From list above
             apiKey: "YOUR API KEY",        // From one of the providers listed above
             airKey: "YOUR API KEY",    
             css: "NOAA3",                   // THIS MUST CONTAIN A CSS STYLE NAME 
         userlat: "xxxx", //MUST HAVE BOTH
             userlon: "xxxx"  //MUST HAVE BOTH
      }
          },
      

      But:

      1. I don’t have % for Humidity, inHg for Pressure…
      2. How I can translate WIND? I don’t have it in translation file (same for AQI, UV).
      3. I don’t have forecast for 4 days below.

      Do you know what can be the problem?

      2020-08-08-192016_1920x1080_scrot.png

      posted in System
      L
      Lagmin
    • RE: MMM-EveryNews - there are no source ids

      @Mykle1 yes, I understand that module won’t work without it. I was just wondering if that was maybe only my issue not showing ids. Thanks for reply.

      posted in Troubleshooting
      L
      Lagmin
    • MMM-EveryNews - there are no source ids

      Hello,

      I wan to have Polish news, but when I try to select some sources from this site: https://newsapi.org/s/poland-news-api you can see that not a single one has a ID. What can I do with that?

      Arek

      posted in Troubleshooting
      L
      Lagmin
    • RE: MMM-NOAA - Another Weather Module

      No problem, not much time. Do you know maybe what can be a solution to my problem showing only 3 results, please?

      posted in System
      L
      Lagmin
    • RE: MMM-Strava

      @sdetweil where can I find the port?

      posted in Health
      L
      Lagmin
    • RE: MMM-NOAA - Another Weather Module

      Thank you, it worked for my other modules.

      For this module I have problem, it is showing only Rise, Daylight and Set. All other are ‘undefined’. Someone knows the solution?

      Here is my config:

      {
      
         module: 'MMM-NOAA3',
      position: 'top_left',
         config: {
             provider: "openweather", // From list above
             apiKey: "key",        // From one of the providers listed above
             airKey: "key",    
             css: "NOAA4",                   // THIS MUST CONTAIN A CSS STYLE NAME 
         userlat: "52.429248", //MUST HAVE BOTH
             userlon: "20.962540"  //MUST HAVE BOTH
      }
          },
      
      posted in System
      L
      Lagmin
    • RE: MMM-Strava

      I am trying to do it from Raspberry directly. Still no success :/

      posted in Health
      L
      Lagmin
    • RE: MMM-NOAA - Another Weather Module

      @Mykle1 said in MMM-NOAA - Another Weather Module:

      {
      “Rise”:“Subir”,
      “Set”:“Abajo”,
      “4 Day Forecast”:“Pronóstico de 4 días”,
      “Monday”: “lunes”,
      “Tuesday”: “martes”,
      “Wednesday”: “miércoles”,
      “Thursday”: “jueves”,
      “Friday”: “viernes”,
      “Saturday”: “sábado”,
      “Sunday”: “domingo”,
      “Hours of Light”:“Ligero”,
      “Last Updated”: “Actualizado”,
      “Today”:“Hoy”,
      “Mon”:“Lun”,
      “Tue”:“Mar”,
      “Wed”:“Mie”,
      “Thu”:“Jue”,
      “Fri”:“Vie”,
      “Sat”:“Sab”,
      “Sun”:“Lun”,
      “No Wind”:“calma”,
      “Humidity”: “Húmedo”,
      “Visibility”:“Visible”,
      “Pressure”:“Presión”,
      “Excellent”:“Excelente”,
      “Good”:“Bueno”,
      “Lightly Polluted”:“Ligeramente Contaminado”,
      “Moderately Polluted”:“Moderadamente contaminado”,
      “Heavily Polluted”:“Altamente contaminado”,
      “Forecast”:“Pronóstico”
      }

      Here you go, please update it and by the way, could you please tell me how to implement this language to my MagicMirror module?

      {
      “Rise”:“Wschód”,
      “Set”:“Zachód”,
      “4 Day Forecast”:“Prognoza na 4 dni”,
      “Monday”: “Poniedziałek”,
      “Tuesday”: “Wtorek”,
      “Wednesday”: “Środa”,
      “Thursday”: “Czwartek”,
      “Friday”: “Piątek”,
      “Saturday”: “Sobota”,
      “Sunday”: “Niedziela”,
      “Hours of Light”:“Godzin światła”,
      “Last Updated”: “Ostatnio aktualizowane”,
      “Today”:“Dzisiaj”,
      “Mon”:“Pn”,
      “Tue”:“Wt”,
      “Wed”:“Śr”,
      “Thu”:“Czw”,
      “Fri”:“Pt”,
      “Sat”:“Sb”,
      “Sun”:“Nd”,
      “No Wind”:“Bezwietrznie”,
      “Humidity”: “Wilgotność”,
      “Visibility”:“Widoczność”,
      “Pressure”:“Ciśnienie”,
      “Excellent”:“Doskonała”,
      “Good”:“Dobra”,
      “Lightly Polluted”:“Lekko zanieczyszczone”,
      “Moderately Polluted”:“Średnio zanieczyszczone”,
      “Heavily Polluted”:“Bardzo zanieczyszczone”,
      “Forecast”:“Prognoza”
      }

      posted in System
      L
      Lagmin
    • 1 / 1