• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. miniashman
  3. Posts
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
M
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 1
  • Posts 17
  • Groups 0

Posts

Recent Best Controversial
  • RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast

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

    posted in Utilities
    M
    miniashman
    Apr 26, 2021, 5:25 AM
  • 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
    Apr 23, 2021, 8:08 AM
  • RE: Two side by side modules in the same region

    @sdetweil cool… will experiment :thumbs_up:

    posted in Troubleshooting
    M
    miniashman
    Apr 20, 2021, 4:23 PM
  • 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
    Apr 20, 2021, 2:53 PM
  • 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
    Apr 20, 2021, 2:22 PM
  • 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
    Apr 19, 2021, 6:50 AM
  • 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
    Apr 18, 2021, 7:44 PM
  • RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast

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

    posted in Utilities
    M
    miniashman
    Apr 18, 2021, 7:22 PM
  • RE: My MM set up now need help with Wifi

    @sdetweil i tried GB, US and IN

    posted in Troubleshooting
    M
    miniashman
    Apr 18, 2021, 4:34 AM
  • 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
    Apr 17, 2021, 6:08 PM
  • 1
  • 2
  • 1 / 2
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy