@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.
@sdetweil
then why is height doing nothing ?
.MMM-OpenWeatherForecast .module-content {
width: 400px;
height: 400px;
}
@sdetweil To take the entire right side then do it with css?
position right or left do make the entire MMM-OpenWeatherForecast module disappear.
How do i make it fill the entire right side ?
I tried to use custom css and added height but no change.
what Wireless sensor do you folks use for outdoor weather to the mirror ?
@sdetweil the main weather module, default out of the box does not have precipitation % on today either!
I bet that is the issue.
@raspberrypi9 I consider myself new and have designed on a pi. I am using a standard small monitor but I have seen others with photos as you describe.
@sdetweil I tired on and off as well as table and titled. Participation % doesn’t appear in today.
Disregard the tightness and moon hitting weather. This is my remote view.
i installed MMM-OpenWeatherMapForecast. The today precipitation % is not available. It is in the other dates and in the hourly.
{
module: "MMM-OpenWeatherMapForecast",
position: "bottom_right",
header: "weather",
classes: "default everyone",
disabled: false,
config: {
apikey: "Key",
latitude: 40.***,
longitude: -74.***,
units: "imperial",
concise: true,
iconset: "4c",
colored: true,
showHourlyForecast: false }
},