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

    dcazman

    @dcazman

    -1
    Reputation
    4
    Profile views
    19
    Posts
    0
    Followers
    1
    Following
    Joined
    Last Online

    dcazman Unfollow Follow

    Best posts made by dcazman

    • RE: MMM-OpenWeatherForecast Error 401

      @KristjanESPERANTO said in MMM-OpenWeatherForecast Error 401:

      @dcazman There is a working fork: https://github.com/Tom-Hirschberger/MMM-OpenWeatherForecast

      I think this is the fork I used.

      posted in Troubleshooting
      D
      dcazman

    Latest posts made by dcazman

    • RE: Halloween module for Magic Mirror 🎃

      Nice work.

      posted in Entertainment
      D
      dcazman
    • RE: MMM-OpenWeatherForecast

      @sdetweil
      then why is height doing nothing ?

      .MMM-OpenWeatherForecast .module-content {
       width: 400px;
       height: 400px; 
      }
      
      posted in Troubleshooting
      D
      dcazman
    • RE: MMM-OpenWeatherForecast

      @sdetweil To take the entire right side then do it with css?

      posted in Troubleshooting
      D
      dcazman
    • MMM-OpenWeatherForecast

      position right or left do make the entire MMM-OpenWeatherForecast module disappear.

      How do i make it fill the entire right side ?
      I tried to use custom css and added height but no change.

      posted in Troubleshooting
      D
      dcazman
    • Wireless sensor

      what Wireless sensor do you folks use for outdoor weather to the mirror ?

      posted in Hardware
      D
      dcazman
    • RE: MMM-OpenWeatherMapForecas display problem

      @sdetweil the main weather module, default out of the box does not have precipitation % on today either!
      I bet that is the issue.

      posted in Troubleshooting
      D
      dcazman
    • RE: Newbie Questions

      @raspberrypi9 I consider myself new and have designed on a pi. I am using a standard small monitor but I have seen others with photos as you describe.

      posted in General Discussion
      D
      dcazman
    • RE: MMM-OpenWeatherMapForecas display problem

      @sdetweil
      c8e0387f-081d-484f-b11e-640c37e0a951-image.png

      posted in Troubleshooting
      D
      dcazman
    • RE: MMM-OpenWeatherMapForecas display problem

      @sdetweil I tired on and off as well as table and titled. Participation % doesn’t appear in today.
      Disregard the tightness and moon hitting weather. This is my remote view.

      f4346196-63ed-4ba9-aa38-4b14c2c6435c-image.png

      posted in Troubleshooting
      D
      dcazman
    • MMM-OpenWeatherMapForecas display problem

      i installed MMM-OpenWeatherMapForecast. The today precipitation % is not available. It is in the other dates and in the hourly.

      {
      			module: "MMM-OpenWeatherMapForecast",
      			position: "bottom_right",
      			header: "weather",
                              classes: "default everyone",
                              disabled: false,
      			config: {
                                      apikey: "Key",
      				latitude: 40.***,
      				longitude: -74.***,
      				units: "imperial",
      				concise: true,
      				iconset: "4c",
      				colored: true,
      				showHourlyForecast: false			}
      		  },
      posted in Troubleshooting
      D
      dcazman