@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).
Read the statement by Michael Teeuw here.
Posts
- 
RE: MMM-NOAA - Another Weather Module
- 
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: - I don’t have % for Humidity, inHg for Pressure…
- How I can translate WIND? I don’t have it in translation file (same for AQI, UV).
- I don’t have forecast for 4 days below.
 Do you know what can be the problem?  
- 
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. 
- 
MMM-EveryNews - there are no source idsHello, 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 
- 
RE: MMM-NOAA - Another Weather ModuleNo problem, not much time. Do you know maybe what can be a solution to my problem showing only 3 results, please? 
- 
RE: MMM-NOAA - Another Weather ModuleThank 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 } },
- 
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”
 }