Skip to content

Rfkgaming89/ACNH-Forecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACNH-Forecast

ACNH-Forecast is a containerized tool that predicts in-game weather patterns for Animal Crossing: New Horizons using your game’s seed values.


Features

  • Accurate in-game weather predictions
  • Simple web-based interface
  • Based on the MeteoNook project and forks

Sources


Installation

Docker

1. Install Docker

2. Clone the repository

git clone https://github.com/Rfkgaming89/ACNH-Forecast.git
cd ACNH-Forecast

3. Build the Docker image

docker build -t acnh-forecast .

4. Run the container

docker run -d -p 3334:80 -v $(pwd):/app --name acnh-forecast-app acnh-forecast

Note: Replace localhost with your server’s IP if running remotely.

5. Access the application


Docker Hub (Prebuilt Image)

If you do not want to build locally, you can pull the prebuilt image:

docker pull rfkgaming89/acnh-forecast

Run with:

docker run -d -p 3334:80 --name acnh-forecast-app rfkgaming89/acnh-forecast

Unraid Installation (Community Applications)

  • Open the Apps tab in Unraid.
  • Search for ACNH-Forecast.
  • Install the container.

Default settings:

  • Port: 3334 (mapped to container port 80)
  • AppData Path: /mnt/user/appdata/acnh-forecast

Access the app at: http://[SERVER-IP]:3334


Container Management

  • Check running containers:
    docker ps
  • Stop container:
    docker stop acnh-forecast-app
  • Restart container:
    docker start acnh-forecast-app
  • View logs:
    docker logs acnh-forecast-app
  • Enable auto-restart on boot:
    docker update --restart unless-stopped acnh-forecast-app

Updating

Using GitHub Build

  1. Stop the container:
    docker stop acnh-forecast-app
  2. Rebuild the image:
    docker build -t acnh-forecast .
  3. Restart the container:
    docker start acnh-forecast-app

Using Docker Hub Image

  1. Stop and remove the container:
    docker stop acnh-forecast-app && docker rm acnh-forecast-app
  2. Pull the latest image:
    docker pull rfkgaming89/acnh-forecast
  3. Re-run with your preferred settings.

License

This project follows the license of the original MeteoNook repositories.
See LICENSE


Links

About

Animal Crossing: New Horizons weather forecast application. This tool provides accurate weather predictions for your island in Animal Crossing: New Horizons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors