A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 3 Votes
    1 Posts
    145 Views
    D
    Description MMM-TempestWeather is a MagicMirror² weather module for owners of a WeatherFlow Tempest personal weather station. It combines real-time observations from your Tempest with current conditions and a five-day forecast. The display includes: Current temperature and conditions Wind speed and direction Relative humidity Barometric pressure and pressure trend Precipitation probability and daily accumulation Five-day forecast with weather icons Automatic WebSocket reconnection and connection monitoring Real-time observations are received through the WeatherFlow WebSocket service. Forecast and current-condition information comes from the WeatherFlow Better Forecast service. The module uses the standard MagicMirror frontend/node_helper architecture and requires no additional npm packages on supported Node.js versions. A WeatherFlow Tempest station, personal access token, device ID, and station ID are required. Screenshots [image: MMM-TempestWeather] Download https://github.com/dwburger/MMM-TempestWeather Installation and configuration instructions are provided in the README. Version 1.2 Added configurable imperial and metric unit support Added the units configuration option (imperial or metric) Imperial displays °F, MPH, inHg, and inches Metric displays °C, km/h, hPa, and mm Imperial remains the default for backward compatibility Better Forecast requests now use the selected unit system Version 1.1 Moved WeatherFlow WebSocket communication to node_helper.js Moved Better Forecast REST requests to node_helper.js Added WebSocket reconnection and connection watchdog Added forecast request timeout and overlap protection No additional npm packages required Version 1.0 Initial standalone release
  • New Module MMM-PWSWeather

    Showcase module weather new
    8
    0 Votes
    8 Posts
    3k Views
    S
    @msimon360 in linux, environment variables are not inherited by default. you have to use export variable_name=value in the shell script before the launch of MM variable_name=value will not be passed to the next program
  • MMM-DynamicWeather

    Fun & Games weather animation holiday
    8
    2 Votes
    8 Posts
    7k Views
    S
    @sifuhall Did you review the configuration options? The holiday references the “Name” column from https://www.timeanddate.com/holidays/us/?hol=43122559. You can only have one holiday per effect, but you can have many effects. Please review the documentation and troubleshooting techniques listed at https://github.com/scottcl88/MMM-DynamicWeather. Example: { module: 'MMM-DynamicWeather', position: 'fullscreen_above', config: { api_key: "your_key", locationID: "4140963", effects: [ { holiday: "Valentine's Day", images: ["heart1.png", "heart2.png"], }, { holiday: "Super Bowl", images: ["football.png",], } ], } },
  • 0 Votes
    2 Posts
    2k Views
    S
    @jvanderen1 this module supports moving modules on notification https://github.com/Toreke/MMM-Dynamic-Modules
  • 0 Votes
    7 Posts
    5k Views
    I
    i had the same problem and changed type: “wDataCurrent”, to type: “current”, because in the folder /home/pi/MagicMirror/modules/default/weather i found the files current.njk hourly.njk forecast.njk now is runs
  • How Can I change the icons of the weather

    Forum weather icons
    3
    -1 Votes
    3 Posts
    3k Views
    StoffbeuteluweS
    @diegocastillo01 https://forum.magicmirror.builders/topic/7227/changing-icons-of-the-modules-current-weather-and-weather-forecast
  • 0 Votes
    6 Posts
    3k Views
    Jarhead96097J
    @sdetweil Thank you for such quick responses…I do appreciate it! Here’s the link: https://api.weather.gov/gridpoints/MFR/104,44/forecast/hourly and here’s a snippet of the return that includes the dates and times that end up (apparently) causing the invalid date error: "properties": { "updated": "2020-06-05T01:18:34+00:00", "units": "us", "forecastGenerator": "HourlyForecastGenerator", "generatedAt": "2020-06-05T04:36:11+00:00", "updateTime": "2020-06-05T01:18:34+00:00", "validTimes": "2020-06-04T19:00:00+00:00/P7DT17H", "elevation": { "value": 868.98480000000006, "unitCode": "unit:m" }, Based on what I can compare against the moment.js documentation, I don’t see anything obvious that would cause the error.
  • MMM-WeatherBoy

    Utilities weather module kids graphics
    8
    1 Votes
    8 Posts
    3k Views
    lavolp3L
    @Stoffbeuteluwe This does not send notifications. And since it’s a default module I’m uncertain if I should try getting them inside with the next update just for this cause…
  • MMM-DWD-Pollen

    Health health weather
    32
    0 Votes
    32 Posts
    20k Views
    B
    @Klinge - It appears that your problem isn’t the same. @Sachse had two instances of the Magic Mirror framework running at the same time. You probably don’t have that problem. The DWD site appears to be up and is hosting a json file. So let’s start at the beginning. Please post the relevant portion of your config.js file. We don’t need everything, just the part that configures the MMM-DWD-Pollen module. That will let us try and replicate your problem. Be sure to use the Markdown features when you post your code snippet!
  • Carbon PPM tracker

    Unsolved Requests environment science climate weather
    3
    1 Votes
    3 Posts
    2k Views
    H
    I dont know much about what format the data source should be in but there are a lot of resources. Here are a few more from a qick google https://www.kaggle.com/ucsandiego/carbon-dioxide https://www.esrl.noaa.gov/gmd/ccgg/trends/monthly.html https://climate.nasa.gov/vital-signs/carbon-dioxide/
  • 0 Votes
    1 Posts
    1k Views
    P
    Somebody knows how can I use the temperature shown in current weather to show some compliments? Actually I have compliments by hour (morning, night, etc) and by weather (sunny, cloudy, etc) but I need by “temperature ranges”. Please your help.
  • Weather forecast issues

    Unsolved Troubleshooting weather
    9
    0 Votes
    9 Posts
    5k Views
    V
    I see this happening when my internet goes out for a bit, the new weather modules seem to no longer refresh. I created an issue - https://github.com/MichMich/MagicMirror/issues/1722
  • Netatmo Module: Stops updating

    Unsolved Troubleshooting network weather netatmo
    4
    0 Votes
    4 Posts
    3k Views
    J
    Problem was outdoor module battery was poor (however, was reported at 67% by netatmo). If data is missing from netatmo the netatmo module will stop updating and keep the old temperatures. If MM is restarted a spinning wheel will be shown. Hope that the new batteries did the trick.
  • 0 Votes
    7 Posts
    4k Views
    R
    It would seem that the CurrentWeather module does not like it when you change to imperial units.
  • Minutely Rain forecast (for Germany)

    Requests module weather
    7
    0 Votes
    7 Posts
    5k Views
    P
    @lavolp3 said in Minutely Rain forecast (for Germany): Do you happen to have an idea? Sorry at the moment I have not studied this. when I have time I can give it a try.
  • 0 Votes
    3 Posts
    3k Views
    M
    @Mykle1 I will post my config as soon as I can, but I really appreciate your timely response!!! Thanks a mil!
  • 1 Votes
    5 Posts
    5k Views
    S
    I know this is old, but I was able to modify the forecast-io module to show weather alerts https://github.com/esmoyer/MMM-forecast-io
  • Newbie questions

    Troubleshooting weather n00b maps api
    9
    0 Votes
    9 Posts
    7k Views
    B
    @theusu5k You can change the language of the calendar via the main configuration. Check with the configuration documentation for details. This will also change the language for any module that supports it (including weather). @broberg has the right idea for the news feeds. Find the feed for the language you want and then replace the feed in the module’s configuration in config.js. The default weathermodule is pretty good. If you wish more features, check out the Wunderground module. Both of these will let you set a location for the weather forecast.
  • Weather Underground Forecast (wuforecast)

    Utilities weather
    5
    0 Votes
    5 Posts
    8k Views
    cowboysdudeC
    @mattlugar Can you share your custom css as well? Thanks!
  • Current weather appid

    Solved Troubleshooting weather troubleshoot
    7
    0 Votes
    7 Posts
    8k Views
    S
    @dcimag u have to register with openweather to get one. it’s in the readme for the module, from the readme The OpenWeatherMap API key, which can be obtained by creating an OpenWeatherMap account