To add **wttr.in** to systemd as a service, do the following steps.
1.**Create a systemd service file**: You’ll need to create a service file in `~/.config/systemd/user/` (for user-level) or `/etc/systemd/system/` (for system-wide) directory. Let’s create it for a user.
Create the directory if it doesn’t exist:
```bash
mkdir -p ~/.config/systemd/user/
```
Then, create the service file called `myscript.service`: