@johngalt @sdetweil @redbeardedninja @sarote @mischag @plainbroke @
New big update out now.
New reward system
more recurring options
Fixes and updates.


@johngalt @sdetweil @redbeardedninja @sarote @mischag @plainbroke @
New big update out now.
New reward system
more recurring options
Fixes and updates.


@Hugo I been running magic mirror on pi5 since they released it.
@sdetweil
Fixed: typo missing : after password in the readme
@rambomonkey
So this is how you want your Magic mirror setup to look like.

yeah no /root/ that can create a loads of headaches like this.
@rambomonkey
Hi! I am the maintainer of MMM-next-episode
could you verify that you have this in your config.js
{
module: "MMM-next-episode",
position: "bottom_right",
header: "Next-Episode",
config: {
id: '',
hash_key: '',
username:'your-next-episode-username',
password: 'your-next-episode-password',
displayShowingOn: true,
displaySeasonAndEpisode: false,
maxdays: 5,
ShowThumbnail: true,
ThumbnailSize: 'small',
updateInterval: 180
}
},
I just tested it on main branch and gave me the qr code after a pm2 restart
then the id and hash might appear as one long string but the first 9 numbers is your id and the rest is the hash.
verify that magic mirror is latest version.
Major update on its way coming days!
see images below





@bossier17
I made an update that I hope resolves the issue.
Update the module with git pull
/Pierre
@bossier17
MMM‑Chores reads the current date from JavaScript’s built‑in Date object, which pulls time information directly from the host system’s clock. The display logic calls new Date() to obtain “today,”
Test it creating a clock.js with and run it with node clock.js this is what the app uses
const now = new Date();
console.log(new Date().toString());
@JohnGalt
It was supposed to show total completed chores per user per week, but it was bugging. Do you have the latest version?
If you cant make the new settings work for you, you could jump back to an older version
git checkout uiimproovments and restart the module