@nem1 I’ve got the same problem with the forecast too. After approx 15:00 in a day I dont want to see that day’s for cast as it’s 60% of the day gone, therefore the next day should be shown.
Read the statement by Michael Teeuw here.
Latest posts made by n21brown
-
RE: Default Modules
-
Weather module shows past data
Setup: Ras Pi. Standard install with no changes to default config.js file other than location and API key
What happens: Device has just been started. Current date and time Thurs 26/09/2019 19.30 BST.
Weather module shows forecast for the next seven days starting with Thursday (to next Wednesday)Despite the module refreshing data from openweather, the line for Thursday will remain until at least 6:00 BST despite the date being Friday.
Expected: At some point the during the day, the data for the current day (ie Thursday) should be hidden meaning the next day is shown.
In other words, the weather module needs to check if the first item returned from openweather and if its before the current date, or the current date and there are less than 8hrs remaining, the first element should be discarded.
-
RE: Date only module
I’ve cloned the clock module and tweaked the code to create a custom module.
-
Date only module
Anyone able to help create a date only module or tweak the default clock module?
I’ve got a mirror set up running the standard clock module during certain hours and outside these ours want to show the clock (ideally with a date underneath) but noticed there’s no way to move the date below the clock or have a date only module.
-
RE: I am stuck need help
@yawns might also want to consider removing lat/long too
-
RE: Is Raspberry Pi 3 Model A+ suitable to run MagicMirror?
I havent tried it in a 3 B+ yet
-
RE: Is Raspberry Pi 3 Model A+ suitable to run MagicMirror?
I’ve tried it on a Ras Pi 3 A+ with limited success. Installation went fine but when powering up i had repeates errors regarding entropy and the display frequently went black and hung. This happened despite re-imaging mutliple times.
I plugged the SD card into a Ras Pi 2 B+ and had no problems.