MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. miniashman
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 17
    • Best 0
    • Controversial 2
    • Groups 0

    miniashman

    @miniashman

    -2
    Reputation
    1
    Profile views
    17
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    miniashman Unfollow Follow

    Best posts made by miniashman

    • RE: Where can I find Two Way Magic Mirror Acrylic or Glass in india anybody please help.

      @abdul What did you use as a mirror? and where did you buy your mirror/acrylic?

      posted in Hardware
      M
      miniashman
    • RE: where to buy the mirror in India?

      @nikhil What did you use as a mirror? and where did you buy your mirror/acrylic?

      posted in General Discussion
      M
      miniashman

    Latest posts made by miniashman

    • RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast

      @j-e-f-f Thank you. Will correct it

      posted in Utilities
      M
      miniashman
    • RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast

      @stoffbeuteluwe In the custom.css i added the following:

      
      .MMM-OpenWeatherForecast .current-conditions-wrapper .current.temperature:after {
          content: "C";
      }
      .MMM-OpenWeatherForecast .extra-current-conditions-wrapper  . temperature-container . high-temperature:after,
      .MMM-OpenWeatherForecast .extra-current-conditions-wrapper  . temperature-container . low-temperature:after {
          content: "C";
      }
      .MMM-OpenWeatherForecast .forecast-item.daily .high-temperature:after,
      .MMM-OpenWeatherForecast .forecast-item.daily .low-temperature:after {
          content: "C";
      }
      
      
      

      You can change “C” to “F” if needed depending on which units you want to use.

      posted in Utilities
      M
      miniashman
    • RE: Two side by side modules in the same region

      @sdetweil cool… will experiment 👍

      posted in Troubleshooting
      M
      miniashman
    • RE: Two side by side modules in the same region

      @sdetweil sure have been working on custom.css on other modules. Just need some guidance and will figure it out. Was just wondering where to have this code and how to define both modules

      if(this.config.float!== ""){
              // get the MM div container for this module (parent of our wrapper div)
      	document.getElementById(this.identifier).style.float=this.config.float;			
              // adjust the border between instances
      	if(this.config.spacing !==""){
      		if(this.config.float === "left")
      			document.getElementById(this.identifier).style.marginLeft=this.config.spacing
      	        else if(this.config.float === "right")
      			document.getElementById(this.identifier).style.marginRight=this.config.spacing
      		}
      	}	
      
      
      posted in Troubleshooting
      M
      miniashman
    • RE: Two side by side modules in the same region

      @sdetweil i am trying to do the same thing. I want worldclock and WiFiPassword side by side in bottom_left. Where do I need to make the change? in the config.js file? and how do I define which modules I want there?

      posted in Troubleshooting
      M
      miniashman
    • RE: where to buy the mirror in India?

      @nikhil What did you use as a mirror? and where did you buy your mirror/acrylic?

      posted in General Discussion
      M
      miniashman
    • RE: Where can I find Two Way Magic Mirror Acrylic or Glass in india anybody please help.

      @abdul What did you use as a mirror? and where did you buy your mirror/acrylic?

      posted in Hardware
      M
      miniashman
    • RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast

      @j-e-f-f Thank you it worked just the way I wanted it. Appreciate it 👊

      posted in Utilities
      M
      miniashman
    • RE: My MM set up now need help with Wifi

      @sdetweil i tried GB, US and IN

      posted in Troubleshooting
      M
      miniashman
    • RE: My MM set up now need help with Wifi

      @sdetweil i did try that with the latest but would not let me set WIFI country as it was greyed out. I tried multiple images and must have read various posts to figure out. spent a week trying to get the wifi working but had to give up and used a network cable. Now that I have set up the MM I am trying again to set up wifi. you are right so many old posts (some without dates) so am trying everything right now just to get it working. Any post you can direct me to have a look?

      posted in Troubleshooting
      M
      miniashman