u/No_Supermarket_4185

ZimaMOD update: Dashboard Themes, Resource Alerts, and a new installation video
▲ 14 r/CasaOS

ZimaMOD update: Dashboard Themes, Resource Alerts, and a new installation video

Hi everyone,

I wanted to share a small ZimaMOD update.

ZimaMOD now includes a couple of useful dashboard mods:

Dashboard Themes
This mod lets you customize the look of the ZimaOS dashboard directly from the browser. You can change the visual style without manually editing dashboard files.

Resource Alerts

This mod lets you create dashboard alerts for system resources such as CPU, memory, storage, or temperature. You can configure thresholds and use it as a simple way to notice important system changes directly from the dashboard.

I also created a new installation video showing how to install ZimaMOD on ZimaOS and how to use some of the available features from the MOD Store.

YouTube installation video:

https://www.youtube.com/watch?v=SapqATmbE-s

Be kind, I'm not an expert in YouTube videos...

GitHub:

https://github.com/metisro/ZimaMOD

Quick reminder: ZimaMOD is an independent community project and is not affiliated with, endorsed by, maintained by, or supported by ZimaOS, CasaOS, or CasaMOD. Mods should always be reviewed and trusted before installing them on your system. Use at your own risk and back up important data before making changes.

Feedback, testing, bug reports, and mod ideas are very welcome.

youtube.com
u/No_Supermarket_4185 — 10 days ago
▲ 50 r/CasaOS

I built ZimaMOD: an open-source modding framework and MOD Store for ZimaOS

Hey everyone,

I’m excited to introduce ZimaMOD, an independent, community-developed modding framework for ZimaOS. ZimaMOD lets you customize and extend the ZimaOS dashboard without modifying the operating system itself. It includes a built-in MOD Store where you can discover, install, configure, and uninstall dashboard mods.

What can ZimaMOD do?

  • Add new dashboard widgets and visual effects
  • Install and uninstall mods from the MOD Store
  • Customize the dashboard while keeping mods independently manageable
  • Run several compatible mods originally created for CasaMOD
  • Allow developers to build and distribute their own ZimaOS dashboard mods
  • Automatically detect available ZimaMOD updates

Included mods currently feature:

  • Weather Widget
  • Sortable Dashboard Widgets
  • Add Hostname to Title
  • Emoji Cursor
  • Snow Wallpaper
  • Hello, World!
  • Network Title Setter

Security

Installations, removals, and configuration changes require a rotating API key. The key is regenerated whenever ZimaMOD restarts and is retained only for the current browser session after authorization.

Mods execute inside the dashboard, so users should review and trust a mod’s source code before installing it.

Try ZimaMOD

The latest release is v1.1.25, with container images available for amd64 and arm64.

GitHub repository and installation instructions:

https://github.com/metisro/ZimaMOD

Latest release:

https://github.com/metisro/ZimaMOD/releases/tag/v1.1.25

ZimaMOD is currently an early community project. Feedback, bug reports, mod ideas, testing results, and contributions are very welcome.

What would you like to customize or add to your ZimaOS dashboard?

ZimaMOD is an independent community project. It is not affiliated with, endorsed by, maintained by, or supported by ZimaOS, IceWhale, CasaOS, or CasaMOD.

u/No_Supermarket_4185 — 24 days ago
▲ 17 r/CasaOS

I created a customizable Weather Widget mod for CasaOS - casaMOD

Hey everyone,

I created a new CasaMOD - Weather Widget v1.1.0, a customizable weather widget for the CasaOS dashboard.

Features:

  • Current temperature, feels-like temperature, humidity, wind speed, and conditions
  • Interactive hourly temperature chart
  • Compact 10-day forecast view
  • Celsius and Fahrenheit support
  • 12-hour and 24-hour clock
  • Custom city lookup using Open-Meteo
  • CasaOS, Windows Aero, and macOS-inspired Liquid Glass themes
  • Support for creating custom CSS themes
  • Meteocons Fill weather icons
  • No API key required

The mod stores its settings through the CasaOS file API and can be installed without rebuilding CasaOS-UI.

GitHub:
https://github.com/metisro/casamod-weather-widget

Feedback, bug reports, theme contributions, and pull requests are welcome!

https://preview.redd.it/5wt9hjcg7n5h1.png?width=342&format=png&auto=webp&s=7dff663e7b9633de3d1790409a181d2b220535f2

https://preview.redd.it/842gzkcg7n5h1.png?width=338&format=png&auto=webp&s=dee3f7a39707356fbbd772e92953adf288cff53e

https://preview.redd.it/aivoskcg7n5h1.png?width=338&format=png&auto=webp&s=14389d2443f59d57e7e525f0ec029b9d69bda3b1

reddit.com
u/No_Supermarket_4185 — 30 days ago
▲ 5 r/CasaOS

CasaMOD: pin-sidepanel v1.0.0 - Add shortcuts to the Files side panel easily and directly from CasaOS file manager

Hey everyone,

I have just finished another CasaMOD extension for CasaOS Files that lets you pin folders directly to the Files side panel and makes your life easier - pin-sidepanel v1.0.0.

Repo: https://github.com/metisro/pin-sidepanel

What it does:

  • Adds a Pin button to the CasaOS Files toolbar
  • Lets you choose a custom shortcut name and CasaOS icon
  • Adds the folder to the Files side panel immediately, without refreshing the browser
  • Supports unpinning custom shortcuts from the side panel
  • Includes a helper flow for folders that need to be symlinked into /DATA

Known limitation:
CasaOS only reliably displays side-panel shortcuts for folders that resolve inside /DATA, so external paths may need a symlink first.

The mod is available now in its own repo, and I’ll be pushing it to the CasaMOD repository soon.

Feedback, testing, and bug reports are welcome.

reddit.com
u/No_Supermarket_4185 — 1 month ago
▲ 16 r/CasaOS

CasaMOD: show-dotfiles v1.0.0 - finally see your .env and hidden files in the file manager

Hey everyone,

If you've ever been frustrated that the CasaOS file manager silently hides dot files (.env, .gitignore, .ssh, .config, etc.) with no way to toggle them on, I built a CasaMOD that fixes that.

show-dotfiles v1.0.0 adds a "Show hidden dot files" toggle directly into the CasaOS Settings dropdown (right under "Automount USB drive"), matching the native UI style exactly.

How it works:

- Hooks into the `/v1/folder?show_hidden=1` API endpoint that the backend already supports but the UI never exposes

- Pushes dotfiles directly into the Vue component's reactive `listData` after each folder navigation

- "Total X items" count updates correctly to include dotfiles

- Toggle state persists across sessions

Known issue: Clicking the toggle closes the Settings dropdown (Bulma's close handler can't be fully intercepted from mod context). The toggle still works, just reopen Settings to confirm the state. Will fix in v1.1.0.

Install:

  • cp -r show-dotfiles/ /DATA/AppData/casamod/mod/show-dotfiles/
  • docker restart casamod, or restart from the interface
  • Then hard-refresh your browser.

Links:

Tested on CasaOS 0.4.15. Feedback and PRs welcome!

u/No_Supermarket_4185 — 1 month ago