• 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
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-Weather

Scheduled Pinned Locked Moved Utilities
17 Posts 10 Posters 4.1k Views 9 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ? Offline
    A Former User
    last edited by Nov 2, 2020, 6:06 PM

    actually, it’s not possible, i fetch officials icon of OpenWeather
    It’s restricted by OpenWeather.
    They don’t want to change it.

    Sorry guys, when i do a module I query owner of api what can i do :)

    (After, if you don’t publish it, fork it and do your own)

    1 Reply Last reply Reply Quote 0
    • C Offline
      CanbiZ
      last edited by Nov 11, 2020, 2:49 PM

      Hello!

      I use your plugin. But I always get wrong values (I think in Fahrenheit) in the config.js of MM but “metric” is given, but I can’t get it pulled for your plugin…
      Do you have an idea?

      1 Reply Last reply Reply Quote 0
      • ? Offline
        A Former User
        last edited by Nov 11, 2020, 4:57 PM

        hi, can you give your module config?

        Don’t forget to replace your key by ‘XXXX’

        C 1 Reply Last reply Nov 11, 2020, 7:02 PM Reply Quote 0
        • C Offline
          CanbiZ @Guest
          last edited by Nov 11, 2020, 7:02 PM

          @Bugsounet

          {  
          			/* 2. Modul - Page 1  */
          			module: "MMM-Weather",
          			position: "top_left",
          			configDeepMerge: true,
          			config: {
          				debug: false,
          				updateInterval: "15m", // 15 minutes
          				updateFadeSpeed: 500,
          				api: {
          				  key: "XXXX",
          				  latitude: "51.XXX",
                                            longitude: "12.XXX",
          				},
          				display: {
          				  CurrentConditions: true,
          				  ExtraCurrentConditions: true,
          				  Summary: true,
          				  ForecastTableColumnHeaderIcons: true,
          				  HourlyForecast: true,
          				  DailyForecast: true,
          				  Precipitation: true,
          				  Wind: true,
          				  InlineIcons: true,
          				  Feels: true,
          				  SunCondition: true,
          				  Humidity: true,
          				  UV: true,
          				  Beaufort: true
          				},
          				personalize: {
          				  hourlyForecastInterval: 3,
          				  maxHourliesToShow: 3,
          				  maxDailiesToShow: 3,
          				  concise: false,
          				  colored : true,
          				  forecastLayout: "table",
          				  forecastHeaderText: ""
          				},
          				labels: {
          				  high: "H",
          				  low: "L",
          				  timeFormat: "kk[h]"
          				}
          			  }
          		},
          
          1 Reply Last reply Reply Quote 0
          • C Offline
            CharlieScott @Cr4z33
            last edited by Dec 4, 2020, 12:40 PM

            @Cr4z33 I’ve heard good things about Climacell as well, especially about the IoT technology. Is their free API data option really free? I read somewhere that it is free for up to 30 days. How is your experience so far?

            S 1 Reply Last reply Feb 11, 2023, 9:30 AM Reply Quote 0
            • S Offline
              sil3ntstorm @CharlieScott
              last edited by Feb 11, 2023, 9:30 AM

              I only see the sunset, how can I also display the sunrise (I mean the time)?

              In addition, on days when the sun is shining, I would also have the sun displayed in yellow and not orange.

              https://docs.magicmirror.builders/modules/customcss.html
              here it is written that I have the entry

              .wi-day-sunny {
              color: #ffff00;
              }

              in custom css-file in css/custom.css, I did that, restarted Pi afterwards, but the sun is still displayed orange to me. Did I miss something? Can someone help me? My English is not that good, I hope you understand what I want to say :-)

              S 1 Reply Last reply Feb 11, 2023, 3:14 PM Reply Quote 0
              • S Offline
                sdetweil @sil3ntstorm
                last edited by Feb 11, 2023, 3:14 PM

                @sil3ntstorm I do not know. but I would use the developers window to see what style was applied
                see
                https://forum.magicmirror.builders/topic/14862/help-with-a-couple-css-issues?_=1676128321280

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 1
                • 1
                • 2
                • 2 / 2
                • First post
                  Last post
                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