Git Product home page Git Product logo

Comments (7)

Snille avatar Snille commented on August 13, 2024

Hi! Hmm.. I cant see anything wrong. I should work. Does the modules show at all? When not activated by the Modulebar?

from mmm-modulebar.

IchPeter avatar IchPeter commented on August 13, 2024

from mmm-modulebar.

IchPeter avatar IchPeter commented on August 13, 2024

Hello do you have any ideas Modulebar are not working, oonly one Module, number 1, 2 and 3 still not working. I checked everything and can't find problems in my config.
Thanky
Peter

from mmm-modulebar.

Snille avatar Snille commented on August 13, 2024

As I wrote before, I can't see anything wrong. It's all working for me.
Here is a video with the same things: https://youtu.be/dQJYZjNWZ_0
Here is the config I used for the video:

// Test here!
		{
			module: 'MMM-iFrame',
			position: 'middle_center',	// This can be any of the regions.
			config: {
				// See 'Configuration options' for more information.
				url: ["https://ismyinternetworking.com"],  // as many URLs you want or you can just ["ENTER IN URL"] if single URL.
				updateInterval: 0.5 * 60 * 1000, // rotate URLs every 30 seconds
				width: "1280", // width of iframe
				height: "720", // height of iframe
				frameWidth: "400" // width of embedded iframe, height is beeing calculated by aspect ratio of iframe
			}
		},
		{
			module: "MMM-EARTH",
			position: "middle_center",
			config: {
				mode: "Natural",
				rotateInterval: 15000,
				MaxWidth: "50%",
				MaxHeight: "50%",
			}
		},
		{
			module: 'MMM-Mail',
			position: 'bottom_left',
			header: 'Email',
			config:{
				user: '[email protected]',
				pass: 'xxx',
				host: 'imap.gmail.com',
				port: 993,
				numberOfEmails: 5,
				fade: true,
				subjectlength: 50
			},
		},
		{
			module: "MMM-Modulebar",
			position: "top_bar", // This can be any of the regions.
			//header: "Module", // Optional
			classes: "default everyone", // Optional
			config: {
				buttons: {
					"1": {
						module: "MMM-iFrame",
						text: "SmartHome",
						symbol: "cloud",
					},
					"2": {
						module: "MMM-EARTH",
						text: "Erde",
						symbol: "star-o",
					},
					"3": {
						module: "MMM-Mail",
						text: "E-Mail",
						symbol: "star-o",
					}
				}
			}
		},
// End Here!

from mmm-modulebar.

IchPeter avatar IchPeter commented on August 13, 2024

Hey Erik, Your config is running many thanks but I cant't found any problems in my config all modules are running without your modulebar. Only one module is running it's iFrame. Maybe there is an mistake with other modules in my own config. If you want I can send you my complete config??
Have nice time Peter

from mmm-modulebar.

Snille avatar Snille commented on August 13, 2024

Hi again, please ask in the forum instead, there is probably someone who can help: https://forum.magicmirror.builders/

from mmm-modulebar.

IchPeter avatar IchPeter commented on August 13, 2024

from mmm-modulebar.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.