Read the statement by Michael Teeuw here.
Display logos?
-
What’s the best module to display a logo or series of pictures?
-
@Bungle68 For images stored in a local folder i have used the module MMM-ImageSlideshow previously. However, i have now moved to using MMM-Google Photos which is excellent and photos can be refreshed quite easily via Google Photos app. For Logo try
MMM-SimpleLogo. Though it currently not maintained. -
@Rags thanks, will give it a go
-
@Bungle68 this is my current set up in the config.js
{ module: 'MMM-SimpleLog', position: 'top_left', //This can be any of the regions. config: { //The config property is optional. file: ["~/home/mipi/MagicMirror/modules/MMM-SimpleLogo/Pi.png"] width: '300px' } },However, it’s not showing any picture on the screen, or any errors? Has anyone used the SimpleLogo and can share the config?
🙏 -
@Bungle68 the file name is wrong
~ means /home/username (mipi?)
then u have /home/mipiso I suspect /home/mipi/home/mipi does not exist…
-
@sdetweil great, so I just need to drop the ~, as the rest is the path for the file 🤞
-
@Bungle68 correct. system is case sensitive. so make sure I deal with that if need be
-
@sdetweil I’ve changed the path, but do I need the []either end?
{ module: ‘MMM-SimpleLogo’, position: ‘top_left’, //This can be any region. config: { // The config property is optional. file: [“~/MagicMirror/modules/MMM-SimpleLogo/Pi.png”], // See config options. width: ‘300px’, } }, -
@Bungle68 i do not know… that is up to the module.
is it a list of filenames, even if only 1?
-
@sdetweil it’s just an image I want to display on the screen. It’s not a module either, just code on the config.js
-
@Bungle68 I have good experiences with MMM-EasyPix.
You have to store your logo(s) in the subfolder “pix” of the module. -
@Bungle68 it’s the module MMM-Simpke-Logo.
what does it expect for the file: parameter?it’s actually fileUrl:

note that the image file must be IN the MagicMirror folder tree
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login