@KristjanESPERANTO said in MMM-OpenWeatherForecast Error 401:
@dcazman There is a working fork: https://github.com/Tom-Hirschberger/MMM-OpenWeatherForecast
I think this is the fork I used.
@KristjanESPERANTO said in MMM-OpenWeatherForecast Error 401:
@dcazman There is a working fork: https://github.com/Tom-Hirschberger/MMM-OpenWeatherForecast
I think this is the fork I used.
Re: MMM-OpenWeatherForecast Error 401
I get this problem.
git remote -v
origin https://github.com/jclarke0000/MMM-OpenWeatherForecast.git (fetch)
origin https://github.com/jclarke0000/MMM-OpenWeatherForecast.git (push)
{
module: "MMM-OpenWeatherForecast",
position: "bottom_right",
header: "Forecast",
config: {
api_key: "KEY",
lat: 40.***,
lon: -74.***,
units: "imperial",
concise: true,
showFeelsLikeTemp: true,
iconset: "5c",
colored: true,
extraCurrentConditions: {
highLowTemp: true,
precipitation: true,
wind: true,
barometricPressure: false,
humidity: true,
dewPoint: false,
uvIndex: false,
visibility: false
},
}
},
I have been looking at updating the icons and I think it will go like below.
Is there a way to add words for example next to the icon the word Sunny is displayed ?
.wi-day-sunny {
background-image: url("path/icons/sunny.svg");
background-size: contain;
width: 10px;
height: 10px;
display: inline-block;
vertical-align: middle;
}
bought
Portable Monitor - Ultra-Slim 15.6 Inch Full HD IPS Laptop Screen
by Ingnok Store for $60
@BKeyport I feel like I read here a lot. Lots of questions and old conversations but I haven’t really seen monitor topics.
I am starting to get into the hundreds with my build and all I was trying to do was build a better wall clock for my house :)
I am looking at
Portable Monitor 15.6'' 1080P FHD IPS Display Screen w/Tempered Glass and Metal Frame, Travel Monitor with Kickstand, Speaker, USB C, HDMI Plug
by Topmonitor but its 159 new
I am looking for something 14 inches to replace my wall clock.
What display do you folks use?
@sdetweil That hid the moon.
Any tips on color and animation of weather icons ?
do i have to do a lot of
.wi-day-sunny {
color: #ffff00;
}
and then look at the animation doc ?
There isn’t one done here that I can grab already ?
@sdetweil I like the one with the clock I was trying to get the one with the weather forecast.
Hello,
I am trying to create a wall clock with MM for my house.
With the main weather module is there a way to remove the moon?
Also, I am confused about adding animated color weather icons.
is there more advice or examples?