Read the statement by Michael Teeuw here.
My display so far...
-
@j.e.f.f Dear j.e.f.f.,
I am trying your fork of MMM-Wunderground and like your additions a lot.
Is there a way to completely hide the current weather and only use the forecast-table (or vice versa only the current weather)? I would like to split both parts to different sections of the screen. So far, I have not found or overlooked options to hide today’s weather or the table completely.
Also, would it be possible to use the 24h timeformat in the forecast-table as well? I have set the global variable and it works fine for e.g. the clock - but MMM-MyWeather uses am/pm times. -
@rudibarani It turns out there was an undocumented parameter to hide the current conditions display. I pushed an update to also add a similar one for the forecast table.
You can configure it like follows:
{ module: 'MMM-MyWeather', position: 'top_right', config: { ... //other config options omitted for clarity currentweather: 1, // 0 to hide forecasttable: 1, // 0 to hide } },
-
@j.e.f.f Thanks a lot for your quick help! Much appreciated :)
-
Hi @j.e.f.f,
I have just tried the new commit you made today. Unfortunately, the module does not load anymore and shows only “loading”. The console does not throw any error. Do I have to change something in my config-file to adapt to the changes you made? -
@rudibarani no it was a big fix. Can you send me your config? I likely broke something along the way.
-
@j.e.f.f It worked before your update and I did not change anything.
The relevant part is:{ module: 'MMM-MyWeather', position: 'top_center', config: { apikey: '###', // private; don't share! pws: 'pws:IBRAUNSC93', units: 'metric', coloricon: true, fcdaycount: "3", fcdaystart: "0", lang: 'de', fctext: '1', scaletxt: '0', daily: '1', hourly: '1', hourlyinterval: "3", hourlycount: "3", fade: false, fadepoint: '0.75', initialLoadDelay: 1000, alerttime: 10000, alerttruncatestring: "english:", roundTmpDecs: 1, UseCardinals: 1, windunits: 'bft', layout: "vertical", iconset: 'colourful', currentweather: 1, // 0 to hide currentweatherdetails: 0, forecasttable: 1, // 0 to hide forecasttablecolumnheadericons: 0, forecasttableheadertext: "Home", sysstat: 0 } },
-
@rudibarani thanks. I’ll take a look tonight when I get home from work.
-
@rudibarani Ok try pulling the latest commit. I indeed broke the default
timeFormat
setting. I didn’t notice because my config was using an explicit configuration option. -
@j.e.f.f Now its working again, but the timeformat still does not show up in the 24h format:
Thanks a lot and greetings from Germany.
-
I’m sure there’s a way to do this in css but not sure how. I want to make the icon and temperature smaller.