Read the statement by Michael Teeuw here.
MMM-NOAA - Another Weather Module
-
cool. thanks for the explanation.
So what can i do, if i do not want to update, because it would overwrite my changes, but get rid of the “please update the MMM-NOAA module” message on the mirror?
is there a git command to ignore local changes? -
@barnosch i think you can ignore the update message by moving the .git directory somewhere else, so the updatechecker doesn’t recognize this module as a git repository
-
@barnosch said in MMM-NOAA - Another Weather Module:
cool. thanks for the explanation.
So what can i do, if i do not want to update, because it would overwrite my changes, but get rid of the “please update the MMM-NOAA module” message on the mirror?
is there a git command to ignore local changes?The change was made because the url was wrong… For some reason that’s one of the issues for the problems :) It’s fixed.
Follow @strawberry-3-141 advice :)
-
@kris_huang said in MMM-NOAA - Another Weather Module:
{
“GATHERING WEATHER STUFF”: “天气预报”,
"Currently: ": “当前:”,
"Current Temp: ": "当前温度: ",
"UV Index: ": "紫外线指数: ",
"Wind: ": "风向: ",
"From: ": "从: ",
"Barometer: ": "气压 ",
“~~~ Forecast ~~~
”: “近期天气预测”,
“Monday”: “星期一”,
“Tuesday”: “星期二”,
“Wednesday”: “星期三”,
“Thursday”: “星期四”,
“Friday”: “星期五”,
“Saturday”: “星期六”,
“Sunday”: “星期日”,
“Overcast”: “阴天”,
“Cloudy”: “多云”,
“Rain”: “雨”,
“Clear”: “晴”,
“Partly Cloudy”: “部分多云”,
"High: ": "高: ",
"Low: ": "低: ",
"Barometer: ":“气压:”,
"Humidity: ": "湿度: ",
“Humidity: ” : "湿度: ",
“Safe”: “安全”,
“Moderate”: “中等”,
“Snow showers”: “阵雨”,
“Very High”: “非常高”,
“Extreme”: “极高”,
“Sunset”: “日落”,
“Sunrise”: “日出”,
" hours ": “小时”,
" minutes ": “分钟”,
“Amount of Daylight”: “白昼”,
"Air Quality Index: ": "空气质量指数: ",
"Good Morning ":"早上好! ",
"Good Afternoon ": "下午好! ",
"Good Evening ": "晚上好! ",
“Good Morning!”:“早上好!”,
“Good Afternoon!”: “下午好!”,
“Good Evening!”: “晚上好!”
}Thank you for the corrections :)
-
That looks absolutely BAD ASS with the Chinese characters!
-
-
alert and update module disabled -> problem solved ;)
-
@barnosch That’s the first thing I do when I install it LOL Hate to say it… but it’s cool that you can!
But am curious to what changes you made… you never know they make another version ;) I"m always looking for ideas… Even styling ideas…because the one thing I’m not is a css wizard LOL
-
As this is a NOAA weather module, I thought you might be interested in this, from NOAA. Pretty amazing!
https://weather.com/storms/hurricane/video/flying-into-the-eye-of-hurricane-irma
-
my fork looks like this.
Almost anything is hardcoded or directly changed in the code since i am to lazy and just made it for my needs ;)