thewillmiller/radar-wise — explained in plain English
Analysis updated 2026-05-18
Add a detailed weather panel with hourly and daily forecasts to a Home Assistant dashboard.
Display live radar imagery for your region alongside current weather conditions.
Customize the dashboard layout, theme, and language of the weather card visually.
Fall back to local temperature, humidity, or dew point sensors when your weather entity lacks that data.
| thewillmiller/radar-wise | avbiswas/llm_visualizer | ccpt5/comfyui-berninistudio | |
|---|---|---|---|
| Stars | 23 | 23 | 23 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 3/5 | 3/5 |
| Audience | general | developer | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
Requires an existing Home Assistant weather entity and, for the recommended install path, HACS added as a custom repository.
RadarWise is a custom weather card for Home Assistant, an open source home automation platform, that adds a detailed weather panel to a Home Assistant dashboard. It shows current conditions, hourly and daily forecasts, humidity, wind, dew point, sunrise and sunset times, and an optional live radar view, all pulled from a weather source already connected to your Home Assistant setup. Because it reads from an existing Home Assistant weather entity rather than calling its own weather service, it does not need or store any private weather API keys inside the dashboard configuration. Radar imagery defaults to different public sources depending on region, using NOAA radar in the United States, Environment Canada radar in Canada, and a global radar service called RainViewer everywhere else, including as a fallback option in the US and Canada. The card still shows current conditions and forecasts in other regions such as Australia or Europe, though radar coverage and local weather alerts may be more limited there. The card comes with a visual editor inside Home Assistant so it can be configured without hand writing YAML, though YAML configuration is also supported for more control. Options include several layout presets, drag and drop panel ordering, adjustable panel widths, multiple supported languages, both Fahrenheit and Celsius units, and radar playback controls like pausing and stepping through frames. It also supports optional fallback sensors for temperature, humidity, and dew point when the connected weather entity does not provide that data itself. Installation is recommended through HACS, a popular community add on manager for Home Assistant, added as a custom repository since the card is not yet listed in the default HACS store. It can also be installed manually by copying a JavaScript file into Home Assistant's local resources folder. The project was previously named WeatherWise and includes a compatibility layer so dashboards referencing the old file name continue to work after upgrading.
A Home Assistant dashboard card showing current weather, forecasts, and optional live radar, pulling data from your existing Home Assistant weather source.
Mainly JavaScript. The stack also includes JavaScript, Home Assistant, HACS.
License terms are not shown in the excerpt of the README, check the repository's LICENSE file for exact terms.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.