Git Product home page Git Product logo

mmm-modulebar's Issues

Feature Request: navigate to another url

Hi,

I'm wondering if it would be possible to configure a button to navigate to another url? I'm using a docker server only MM and opening it on a tablet. I would like to alternate between my home assistant dashboard and MM. Going from Home Assistant to MM is easy, but the other way is not. Since the browser is always on fullscreen mode, having a button on screen to navigate to another URL would be very nice.

thanks!

Force Modulebar To Top Layer?

I'm having an issue trying to use MMM-Modulebar with MMM-AmbientBrightnessDetection. After MMM-AmbientBrightnessDetection executes, the Modulebar buttons are no longer clickable/active. Is there a way to force MMM-Modulebar to the top layer? For example, the MMM-HideAll button always remains in the top layer, but I can't seem to figure it out for MMM-Modulebar.
Any help would be greatly appreciate and thanks again for you awesome module!

Feature request: allow buttons to run custom scripts

Hello,

I like the interface you developed and I want to use it to run python scripts I've written that control things around my house. For example, I am running MM on a Raspberry Pi and 7" touchscreen on my bedside table and I would like a Modulebar button with a custom name and icon that toggles the lights in my room. How can I adapt your work to accomplish this, or does your module already support this?

Thanks for any help you can provide

Initially hidden

Is it possible to have a module initially hidden and then have the button make it appear?
If so, how is this achieved?

Thanks

Maybe move the MMM-HideAll module into this module?

Hi,really like your work, this module helps a lot. But when the amount of modules becomes a lot , I realise this module can't hide or show all modules using just one button. And then I found that this HideAll module is also your work, so why not combine these two together? I quite looked forward to this new version coming.

Modulebar only one Module is working

Hello maybe anybody can help me, I have installed MMM-Modulebar and I love it but only one Module ist working, iFrame only. When I try two or tree modules only one is correct working.
{
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",
  					},
  				}
       			
   			}Heve anybody an idea or can help me and explain the settings??

Many thanks

Buttons not clickable

Thank you for creating an awesome module. The module is loaded and working and buttons are showing on the MM display, but are not clickable. Any help would be greatly appreciated!

How to determine the IDNUM parameter

I used multiple modules of the same, I only want to control one of them, how to determine the IDNUM parameter

		module: "MMM-Modulebar",
		position: "right_bottom", // This can be any of the regions.
		header: "", // Optional
		classes: "default everyone", // Optional
		config: {
						// See 'Configuration options' for more information.
			       direction: "row-reverse",
						buttons: {
				// A number (uniqe for each button).
				"1": {
				  // A button with only text
				  module: "all",
				  symbol: "fas fa-power-off",
				},
				"2": {
				  
				  module: "MMM-iFrame",
				  idnum: ???,
				  symbol: "far fa-calendar-alt",

				}, 

Invisible main button :-)

Hello, great module. Would it be possible that the main button disappears after a while or is only slightly visible?

Greetings from Germany

can I control other pages or url

I use MMM-SmartWebDisplay,Can I use this module's gotourl to control smartwebdisplay's url? or change mmm-pages page

		if (typeof data.gotoUrl !== 'undefined') {
			if (data.gotoUrl === "back") {
				window.history.back();
			} else {
				
				this.sendNotification("SWD_URL", "http://10.227.10.56:9000/material/?page=now-playing");
				
				//window.location.assign(data.gotoUrl);
			}

I don’t know how to write code. I spent a lot of time and tried a lot of methods, but I couldn’t get enough results.

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.